@font-face {
    font-family: 'proxima-nova';
    src: url('fonts/ProximaNova.eot');
    src: url('fonts/ProximaNova.eot') format('embedded-opentype'), url('fonts/ProximaNova.woff2') format('woff2'), url('fonts/ProximaNova.woff') format('woff'), url('fonts/ProximaNova.ttf') format('truetype'), url('fonts/ProximaNova.svg#ProximaNova') format('svg');
}

@font-face {
    font-family: 'proxima-nova';
    src: url('fonts/ProximaNovaBold.eot');
    src: url('fonts/ProximaNovaBold.eot') format('embedded-opentype'), url('fonts/ProximaNovaBold.woff2') format('woff2'), url('fonts/ProximaNovaBold.woff') format('woff'), url('fonts/ProximaNovaBold.ttf') format('truetype'), url('fonts/ProximaNovaBold.svg#ProximaNovaBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'trajan-pro-3';
    src: url('fonts/TrajanPro3Semibold.eot');
    src: url('fonts/TrajanPro3Semibold.eot') format('embedded-opentype'), url('fonts/TrajanPro3Semibold.woff2') format('woff2'), url('fonts/TrajanPro3Semibold.woff') format('woff'), url('fonts/TrajanPro3Semibold.ttf') format('truetype'), url('fonts/TrajanPro3Semibold.svg#TrajanPro3Semibold') format('svg');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
  --primary: #CBAD6C;
  --btn-active-bg-color: black;
  --box-shadow-primary: none;
  --bg-color: transparent;
  --bg-input: #fff;
  --btn-active-border-color: var(--primary);
  --btn-border-color: transparent;
  --btn-active-color: #fff;
  --modal-bg-color: white;
  --modal-header-color: #fff;
  --cart-summary-top: 10px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-linkedin:before {
    content: "\f0e1"
}

body {
    min-width: 320px;
    overflow-x: hidden;
    background: #F8F3EC url(Images/bg.jpg?v=1.0) 0 0 repeat;
    background-size: 602px auto;
    font: normal 16px/1.4 'proxima-nova', arial, sans-serif;
    color: #000;
    letter-spacing: 1px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}

p {
    margin: 0 0 10px;
}

a {
    color: #CBAD6C;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

a:hover {
    /*    color: #85623a;*/
    text-decoration: underline;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1 {
    font: 30px/38px 'trajan-pro-3', Arial, Helvetica, sans-serif;
    margin: 0 0 20px;
    color: #CBAD6C;
    text-transform: uppercase;
}

h2 {
    font: 24px/28px 'trajan-pro-3', Arial, Helvetica, sans-serif;
    margin: 0 0 10px;
    color: #CBAD6C;
    text-transform: uppercase;
}

h3 {
    font: bold 19px/20px Arial, Helvetica, sans-serif;
    margin: 0 0 10px;
    color: #CBAD6C;
}

.red {
    color: #8d0810;
}

.rule {
    border-color: #000;
}

#wine-clubs .btn {
    margin-bottom: 5px;
}

.btn {
    background: #CBAD6C;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: middle;
    font: 14px/1 'proxima-nova', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #000;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
}

.btn:hover {
    background: #000;
    color: #CBAD6C;
    text-decoration: none;
}

.label,
label {
    font-weight: bold;
}

.CustomerAccount {
    display: block;
    margin: 0 0 20px;
}

.product-search {
	z-index: 99
}

#box {
    /*    max-width: 980px;
    margin: 0 auto;*/
    padding: 0;
}

#pageContent #contentContainer {
    /*overflow: hidden;*/
    max-width: 1200px;
    margin: 0 auto;
}

#headerContainer,
#pageContent,
#footer {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#pageContentCenter {
    width: 100%;
}

#pageContent {
    padding: 40px;
    margin: 0 auto;
    min-height: 300px;
    overflow: hidden;
}

.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 'trajan-pro-3', Arial, Helvetica, sans-serif !important;
}


/***** header *****/

.site-header {
    box-sizing: border-box;
}

.site-header * {
    box-sizing: border-box;
}

.rtecontent>*:first-child {
    margin-top: 0 !important;
}

.rtecontent>*:last-child {
    margin-bottom: 0 !important;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

@media only screen and (min-width: 530px) and (max-width: 767px) {
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-offset-0,
    .col-sm-offset-1,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media only screen and (max-width: 529px) {
    .col-xs,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-offset-0,
    .col-xs-offset-1,
    .col-xs-offset-2,
    .col-xs-offset-3,
    .col-xs-offset-4,
    .col-xs-offset-5,
    .col-xs-offset-6,
    .col-xs-offset-7,
    .col-xs-offset-8,
    .col-xs-offset-9,
    .col-xs-offset-10,
    .col-xs-offset-11,
    .col-xs-offset-12 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-xs {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-xs-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

.btn,
input[type="submit"],
button {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 0;
    font-size: 14px;
    line-height: 1;
    font-family: 'proxima-nova', arial, sans-serif;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background: #CBAD6C;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.btn:hover,
input[type="submit"]:hover,
button:hover {
    text-decoration: none;
    background: #000;
    color: #CBAD6C;
}


/*header*/

.site-header {
    // width: 100%;
    position: relative;
    // top: 0;
    // height: 240px;
    padding-top: 40px;
    padding-bottom: 31px;
    z-index: 98;
}

.site-header .logo {
    display: block;
    max-width: 100%;
    width: 657px;
    height: 79px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    background: url(images/logo-black.png?v=1.0) 0 0 no-repeat;
    background-size: 100% auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .site-header .logo {
        background-image: url(images/logo-black.png?v=1.0);
    }
}

.site-header .logo:hover {
    text-decoration: none;
}

.site-header .menu-btn {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1023px),
only screen and (max-width: 767px) {
    .site-header {
        padding-top: 25px;
        padding-bottom: 25px;
        position: relative;
        height: auto;
    }
    .site-header .menu-btn {
        display: block;
        position: relative;
        float: right;
        cursor: pointer;
    }
    .site-header .menu-btn .toggle {
        position: relative;
        margin: 0 auto 5px;
        width: 35px;
        height: 16px;
    }
    .site-header .menu-btn .toggle>span {
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100);
        background: #CBAD6C;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
    .site-header .menu-btn .toggle>span:nth-child(1) {
        top: 0;
    }
    .site-header .menu-btn .toggle>span:nth-child(2),
    .site-header .menu-btn .toggle>span:nth-child(3) {
        top: 7px;
    }
    .site-header .menu-btn .toggle>span:nth-child(4) {
        top: 14px;
    }
    .site-header .menu-btn>span {
        display: block;
        margin: 0 0 7px 0;
        text-align: center;
        color: #000;
        font: 600 12px/1 'trajan-pro-3', times, serif;
        text-transform: uppercase;
    }
    body.menu-open .menu-btn .toggle>span:nth-child(1) {
        top: 7px;
        width: 0;
        left: 50%
    }
    body.menu-open .menu-btn .toggle>span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    body.menu-open .menu-btn .toggle>span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    body.menu-open .menu-btn .toggle>span:nth-child(4) {
        top: 7px;
        width: 0;
        left: 50%
    }
    .site-header .menu-btn:hover {
        text-decoration: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 819px) {
    .site-header .logo {
        width: 575px;
        height: 69px;
    }
}

@media only screen and (max-width: 767px) {
    .site-header .logo {
        margin: 0;
    }
    .site-header .menu-btn {
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .site-header .menu-btn>span {
        font-size: 10px;
    }
}

@media only screen and (min-width: 530px) and (max-width: 767px) {
    .site-header .logo {
        width: 420px;
        height: 51px;
    }
    .site-header .menu-btn>span {
        font-size: 12px;
    }
}

@media only screen and (max-width: 529px) {
    .site-header .logo {
        width: 220px;
        height: 26px;
    }
}

.main-nav {
    width: 100%;
    position: relative;
    z-index: 99;
    min-height: 90px;
}

.main-nav ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-nav ul.menu li {
    margin: 0;
    position: relative;
}

.main-nav ul.menu li:after,
.main-nav ul.menu li:before {
    content: "";
    position: absolute;
    top: 10px;
    width: calc(50% - 28px);
    height: 1px;
    background: #000;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.main-nav ul.menu li:before {
    left: 0;
}

.main-nav ul.menu li:after {
    right: 0;
}

.main-nav ul.menu li>a {
    display: block;
    position: relative;
    padding: 30px 20px;
    color: #000;
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    font-family: 'trajan-pro-3', times, serif;
    font-weight: 600;
}

.main-nav ul.menu li>a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    width: 44px;
    height: 18px;
    background: url(images/swirl-gold.png?v=1.0) 0 0 no-repeat;
    background-size: 44px auto;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .main-nav ul.menu li>a: before {
        background-image: url(images/swirl-gold@2x.png?v=1.0);
    }
}

.home .main-nav ul.menu li>a {
    color: #F4E8D7;
}

.main-nav ul.menu li>a:hover {
    text-decoration: none;
}

.main-nav ul.menu li ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 75px;
    left: -9999em;
    width: 200px;
    padding: 15px 20px;
    background: #FAF7F3;
    border: 1px solid #CBAD6C;
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    z-index: 510;
}

.main-nav ul.menu li ul:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7px;
    display: block;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 1px solid #CBAD6C;
    background: #FAF7F3;
}

.main-nav ul.menu li ul li {
    display: block;
    border-bottom: 1px solid #CBAD6C;
}

.main-nav ul.menu li ul li:before,
.main-nav ul.menu li ul li:after {
    display: none;
}

.main-nav ul.menu li ul li>a {
    display: block;
    padding: 10px 0;
    color: #000 !important;
    text-align: left;
    font-size: 16px;
    text-transform: none;
    font-family: 'proxima-nova', arial, sans-serif;
    font-weight: 400;
}

.main-nav ul.menu li ul li>a:before {
    display: none;
}

@media only screen and (min-width: 1024px) and (max-width: 1249px),
only screen and (min-width: 1250px) {
    .main-nav ul.menu li ul li: hover>a {
        color: #CBAD6C !important;
    }
}

.main-nav ul.menu li ul ul {
    display: none !important;
}

.main-nav ul.menu li.current-menu-ancestor:before,
.main-nav ul.menu li.selected:before,
.main-nav ul.menu li.current-menu-ancestor:after,
.main-nav ul.menu li.selected:after {
    opacity: 1;
}

.main-nav ul.menu li.current-menu-ancestor>a:before,
.main-nav ul.menu li.selected>a:before {
    opacity: 1;
}

@media only screen and (min-width: 1250px),
only screen and (min-width: 1024px) and (max-width: 1249px) {
    .main-nav ul.menu li:hover>a {
        color: #CBAD6C;
    }
    .main-nav ul.menu li:hover ul {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 1;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px),
only screen and (max-width: 767px) {
    .main-nav {
        position: absolute;
        width: 250px;
        height: 100%;
        top: 0;
        right: -250px;
        left: auto;
        bottom: auto;
        padding: 20px;
        background: #CBAD6C;
    }
    .main-nav ul.menu {
        display: block;
    }
    .main-nav ul.menu li {
        display: block;
        margin: 0 0 5px 0;
        border-bottom: 1px solid #c09c4e;
    }
    .main-nav ul.menu li:before,
    .main-nav ul.menu li:after {
        display: none;
    }
    .main-nav ul.menu li>a {
        position: relative;
        z-index: 500;
        padding: 10px 0;
        text-align: left;
        color: #000;
    }
    .home .main-nav ul.menu li>a {
        color: #000;
    }
    .main-nav ul.menu li>a:before {
        display: none;
    }
    .main-nav ul.menu li.menu-item-has-children>a {
        margin-right: 35px;
    }
    .main-nav ul.menu li.menu-item-has-children>a span.dropper {
        display: block;
        position: absolute;
        top: 0;
        right: -35px;
        width: 35px;
        height: 100%;
        cursor: pointer;
        z-index: 600;
    }
    .main-nav ul.menu li.menu-item-has-children>a span.dropper:after,
    .main-nav ul.menu li.menu-item-has-children>a span.dropper:before {
        content: "";
        display: block;
        position: absolute;
        top: 15px;
        right: 0;
        width: 15px;
        height: 2px;
        background: #F4E8D7;
    }
    .main-nav ul.menu li.menu-item-has-children>a span.dropper:before {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .main-nav ul.menu li.menu-item-has-children.toggle>a>span.dropper:before {
        display: none;
    }
    .main-nav ul.menu li ul {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        opacity: 1;
        filter: alpha(opacity=100);
        display: none;
        margin: 0;
        padding: 0;
        background: none;
        border: 0;
    }
    .main-nav ul.menu li ul:before {
        display: none;
    }
    .main-nav ul.menu li ul li {
        border: 0;
    }
    .main-nav ul.menu li ul li a {
        padding: 5px 15px;
    }
}


/*footer*/

.site-footer * {
    box-sizing: border-box;
}

.site-footer p {
    margin: 20px 0 !important;
}

.site-footer .btn {
    padding: 12px 20px;
    min-width: 170px;
}

.site-footer {
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 1.7;
}

.site-footer .footer-container {
    max-width: 1230px;
    margin: 0 auto;
}

.site-footer .footer-row {
    min-height: 130px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left !important;
}

.site-footer .footer-row .footer-half {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    max-width: 40%
}

.site-footer .footer-row .footer-cork {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    width: 20%
}

.site-footer .footer-row .footer-cork img {
    max-width: 120% !important;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-62%);
    transform: translateX(-62%);
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}

@media only screen and (min-width: 1024px) and (max-width: 1249px) {
    .site-footer .footer-row .footer-cork img {
        -webkit-transform: translateX(-54%);
        transform: translateX(-54%);
    }
}

.site-footer .social {
    padding-bottom: 40px;
    margin-bottom: 20px;
    background: url(images/swirl-gold.png?v=1.0) bottom center no-repeat;
    background-size: 44px 18px;
    text-align: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .site-footer .social {
        background-image: url(images/swirl-gold@2x.png?v=1.0);
    }
}

.site-footer .social a {
    display: inline-block;
    margin: 0 -3px 0 5px;
}

.site-footer .footer-nav {
    text-align: center;
}

.site-footer .footer-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.site-footer .footer-nav ul li {
    position: relative;
    padding: 0 10px;
}

.site-footer .footer-nav ul li a {
    display: block;
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}

.site-footer .footer-nav ul li:after {
    content: "|";
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
}

.site-footer .footer-nav ul li:last-child:after {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1023px),
only screen and (max-width: 767px) {
    .site-footer .footer-row {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .site-footer .footer-row .footer-cork {
        display: none;
    }
    .site-footer .footer-row .footer-half {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .site-footer .footer-row {
        text-align: center !important;
    }
    .site-footer .footer-row .footer-half {
        margin-bottom: 0;
    }
    .site-footer .footer-row .footer-half .flex-row>div {
        margin-bottom: 20px;
    }
}

.site-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1023px),
only screen and (max-width: 767px) {
    #box {
        position: relative;
        height: 100%;
        left: 0;
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease;
    }
    #box:after {
        content: '';
        z-index: 1000;
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        background: rgba(0, 0, 0, 0.2);
        opacity: 0;
        -webkit-transition: opacity .5s, width .1s .5s, height .1s .5s;
        transition: opacity .5s, width .1s .5s, height .1s .5s;
    }
    .menu-open #box {
        -webkit-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }
    .menu-open #box:after {
        width: 100%;
        height: 100%;
        opacity: 1;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
    }
}

.outer-gutter {
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}

@media only screen and (min-width: 1024px) and (max-width: 1249px) {
    .outer-gutter {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .outer-gutter {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .outer-gutter {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/***** authStatus *****/

#authStatus {
    white-space: normal;
    color: #000;
    font: 12px/14px 'trajan-pro-3', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 10px 40px;
    text-align: right;
    letter-spacing: 0;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
}

#authStatus * {
    font-weight: normal !important;
}

#authStatus div {
    display: inline;
}

#authStatus #viewCartPlaceHolder,
.authstatus #authPlaceHolder,
#authStatus a {
    color: #000;
}

#authStatus a:hover {
    color: #CBAD6C;
    text-decoration: none;
}

.authStatus > span {
    padding: 0;
    vertical-align: top;
    display: inline-block;
}

.authStatus span.splitter {
    visibility: hidden;
    vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1023px),
only screen and (max-width: 767px) {
    #authStatus{
        position: relative;
    }
}

/* interior-hero */
.interior-hero{
    padding: 0 40px;
    box-sizing: border-box;
    height: 300px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(images/banner-shop.jpg?v=1.0)
}
.interior-hero .trow {
    position: relative;
    height: 300px;
    display: table;
    width: 100%;
}
.interior-hero .trow .tcell {
    display: table-cell;
    vertical-align: middle;
}
.interior-hero .page-headline {
    display: block;
    text-align: center;
    color: #F4E8D7;
    font: 600 72px/1 'trajan-pro-3',times,serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.interior-hero .page-headline.txt-club{
    display: none;
}
form[action^="/wine-club"] .interior-hero{
    background-image: url(images/banner-wine-club.jpg?v=1.0)
}
form[action^="/wine-club"] .interior-hero .page-headline.txt-club{
    display: block;
}
form[action^="/wine-club"] .interior-hero .page-headline.txt-shop{
    display: none;
}
form[action^="/wine-club"] ._column .oPText h1{
    display: none;
}
@media only screen and (max-width: 767px){
    .interior-hero {
        height: 200px;
    }
    .interior-hero .trow {
        height: 200px;
    }
    .interior-hero .page-headline {
        font-size: 40px;
    }
}


/***** 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;
	padding-top: 70px;
}

.shop-content h1 {
    margin: 0;
}
#productDetails {
	margin-top:80px;
}


.shop-content h1 span {
    font-weight: normal !important;
}

.shop-content .title h1 {}

.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 #000;
    /*padding-bottom:80px;*/
    position: relative;
}

.two-items-across .productItem {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    min-height: 300px;
}

.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: 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;
    width: 100%;
}

.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;
}


/***** activeCart *****/

.activeCart {
    width: 175px;
}

table.activeCart {
    border: solid 1px #000;
    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: -121px 0 40px;
    background: #CBAD6C;
    position: relative;
}
.shop-left-menu:after,
.shop-left-menu:before {
    content: "";
    position:absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -99999px;
    background: #CBAD6C;
}
.shop-left-menu:before {
    left: 100%;
    right: -99999px;
}

.shop-left-menu .menu-header {
    display: none;
}

.shop-left-menu > span {
    display: block;
    /*border-bottom: 1px solid #000;*/
    text-align: center;
}
.shop-left-menu {
    padding: 10px 0;
}
.shop-left-menu li {
    font: 400 18px/1 'trajan-pro-3',times,serif;
    display: inline-block;
    vertical-align: middle;
}

.shop-left-menu a {
    color: #000;
    padding: 10px 20px;    
    color: #000;
    display: inline-block;
    vertical-align: text-bottom;
}

.shop-left-menu a:hover,
.shop-left-menu a.selected {
    color: #fff;
    text-decoration: none;
}

.activeCart .cartHeader,
.shop-left-menu .menu-header,
#accountContent .header,
#checkout .header,
#basket .header {
    border-bottom: 1px solid #000;
    text-align: center;
    padding: 5px;
    font: 13px/20px 'trajan-pro-3', Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    background: #CBAD6C;
    overflow: hidden;
    letter-spacing: 0;
}


/***** productDetails *****/

#productDetails {
    width: 100%;
}

.data-header {
    overflow: hidden;
    padding: 0 0 10px;
}

.data-header .pager {
    float: right;
    text-align: right;
}

.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 *****/

#tabs-product {
    background: none;
    border: 0;
    padding: 0;
    border-radius: 0;
    color: #000;
    font: normal 16px/1.4 'proxima-nova', arial, sans-serif;
}

#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: bold 14px/1 'proxima-nova', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

#tabs-product .ui-tabs-nav li {
    margin: 0 1px -1px 0;
    background: none;
    border: 1px solid #000;
    border-radius: 0;
    top: 0;
}

#tabs-product .ui-tabs-nav a {
    padding: 8px 10px;
    color: #000;
    font-weight: bold;
    background: #CBAD6C;
}

#tabs-product .ui-tabs-nav li.ui-tabs-active,
#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: #CBAD6C;
    background: #000;
}

#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 60px !important;
    border: 1px solid #000;
    overflow: hidden;
    position: relative;
}

#tabs-product .tabs-container a {
    color: #333;
}

#tabs-product .tabs-container a:hover {
    text-decoration: underline;
	color: #fff
}

#tabs-product .tabs-wrap {
    float: left;
    width: 100%;
}

#tabs-product .tabs-content {
    margin-right: 200px;
}

#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: #590e00;
}

#tab_wine_spec > div {
    overflow: hidden;
}

.wine-information {
    width: 100%;
    border: 1px solid #000;
}

.wine-information td {
    padding: 5px;
    border: none;
    width: auto !important;
}

.wine-information tr.alt {
    background: rgba(255, 255, 255, 0.5);
}

.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 #000;
}


/***** 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 h1 {
    display: none;
}
.join-wine-club-content fieldset {
    margin: 0 0 10px;
    padding: 10px;
    border: 1px solid #000;
}

.join-wine-club-content legend h3 {
    margin: 0;
}

#wine-clubs > div {
    margin: 0 -200px 0 0;
}

#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: #524d30;
    padding: 5px;
    border: 1px solid #ccc;
}

.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: #524d30;
    padding: 5px;
    -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;
}*/


/***** 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 #000;
    -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;
}

.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 #000;
    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 #000;
}

.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: 100px;
}

.edit-addr .select_box {
    padding-bottom: 0;
}

.edit-addr .row .btn {
    margin: 0 3px;
}

#ctl00_cphBody_PageWrapper_Content_lnkSignOut {
    color: #fff;
    text-transform: none;
    font-family: 'proxima-nova', arial, sans-serif;
    font-size: 15px;
}


/***** 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 #000;
    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 #000;
}

.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 20px;
}


/***** POPUPS *****/

.ui-dialog {
    border: solid 1px #000 !important;
    border-radius: 0 !important;
    padding: 10px;
    background: #fff;
}

.ui-widget-header {
    background: #CBAD6C;
    border: 1px solid #000;
    border-radius: 0;
    padding: 5px !important;
    text-align: center;
}

.ui-dialog .ui-dialog-title {
    margin: 0;
    font: bold 13px/20px 'trajan-pro-3', Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}

.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;
}

.addr-popup .divRowHeader {
    display: none;
}

.default-ship {
    display: table;
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #000;
    -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 #000;
}

.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;
}

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;
    letter-spacing: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: #ccc;
    outline: none;
}

#jqpopupContainer.popup-body {
    padding-top: 0;
}

.addr-popup {
    overflow: hidden;
    font-size: 15px;
}

.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;
}

#ctl00_cphBody_hlnkContinueShoppingTop {
    padding: 9px;
    font-size: 11px;
    margin-bottom: 14px;
}
#ctl00_cphBody_ctl02 {
    font-size: 14px;
}

#divSearchWebstoreCatalog {
	margin-top : 35px;
}

/***** RESPONSIVE *****/

@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%;
    }
    #pageContent {
        padding: 40px 20px;
    }
}

@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;
    }
    #nav a {
        padding: 23px 12px;
    }
}

@media only screen and (max-width: 767px) {
    #pageContent {
        padding: 20px 10px;
    }
    .btn-menu {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 20;
        background: url(images/btn-menu.png?v=1.0) no-repeat;
        width: 30px;
        height: 30px;
        text-indent: -ccc9px;
        overflow: hidden;
    }
	
	#productDetails {
	margin-top:120px;
}
	
    #nav {
        display: none;
    }
    #nav.open {
        display: block;
    }
    #nav li {
        float: none;
        margin: 0;
    }
    #nav a,
    #nav .sub-menu a {
        padding: 10px;
        border-radius: 0px;
        text-shadow: none;
    }
    #nav .sub-menu a {
        padding: 10px 30px;
        color: #c28e53;
    }
    #nav a:hover,
    #nav li.selected > a,
    #nav > li:hover > a {
        background: url("images/menu_hover.png?v=1.0") no-repeat scroll 50% -4px;
    }
    #nav .sub-menu {
        position: static;
        width: 100%;
        display: block;
        background: none;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #nav .sub-menu a:before {
        content: "-";
        margin-right: 3px;
    }
    #authStatus {
        padding: 10px;
    }
    .shop-left-menu {
        margin: -143px 0 20px;
    }
	.shop-content{
		margin-top:60px;
	}
	
	#divSearchWebstoreCatalog {
		margin-top: 77px !important;
	}
    .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: 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) {
    .shop-holder {
        margin: 0;
    }
	
		#divSearchWebstoreCatalog {
		margin-top: 110px;
	}
	
    .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 #000;
    }
    #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 #000;
    }
    .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 #000;
        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 #000;
        border-width: 1px 0;
        padding: 10px 0;
    }
    .basket_table .cart-header {
        display: none;
    }
    .basket_table .item {
        border-bottom: 1px solid #000;
    }
    .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;
    }
}

@media only screen and (max-width: 599px) {}

@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 #000;
    }
    .default-ship .col {
        display: block;
        border-top: 1px solid #000;
        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 #000;
        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;
    }
}


form[action*="/popup-landing-policies"] #pageContent {
	min-height: unset;
}

.popup-landing-policies {
	max-height: 190px !important;
}

.page-productdetails .product-search {
	margin: 0 0 40px;
	margin: 0 0 40px;
}