@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
* {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html,
body {
    width: 100%;
    font-size: 14px;
    color: #190d10;
    font-family: 'benton-sans', Arial, sans-serif;
    background: #fff;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
*::-webkit-input-placeholder {
    opacity: 1;
}
*::-moz-placeholder {
    opacity: 1;
}
*:-ms-input-placeholder {
    opacity: 1;
}
[href^="tel"] {
    cursor: default;
    color: #190d10 !important;
}
[href^="tel"]:hover {
    text-decoration: none;
}
/* common */

a {
    text-decoration: none;
    outline: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    color: #05417d;
}
img {
    border: 0px;
    outline: none;
    display: block;
    max-width: 100%;
}
ul {
    list-style: none;
    margin: 0px;
}
.clear {
    clear: both;
    overflow: hidden;
}
p {
    line-height: 22px;
    color: #190d10;
    font-size: 17px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 30px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}
.alert { border-radius: 0; }
input[type="text"],
input[type="number"],
textarea {
    font-family: 'benton-sans', sans-serif, Arial;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
input:focus,
textarea:focus {
    outline: none;
}
sw-error-display .error.help-block,
[name="promotionCodeError"],
.input--hoshi .error > div,
.error
{
    color: #f00;
    padding-top: 4px;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    line-height: 13px;
    margin-top: 5px;
    display: inline-block;
}
.alert-warning, .alert-success {
    border: 4px solid #d1dce8;
    font-weight: 600;
    margin-top: 10px;
    background: #f3f6f9;
    border-radius: 0;
    font-size: 16px;
    color: #232323;
}
.alert-giftcard ul {
    padding: 10px 50% 0 10px;
}
.alert-giftcard ul li {
    font-size: 80%;
    font-weight: normal;
    margin-bottom: 8px;
}
.alert-giftcard .badge-default {
    color: #FFFFFF !important;
    background-color: #000000;
    padding: 5px 15px;
}
.alert-giftcard .giftBalance {
    padding-top: 10px; 
    font-weight: bold; 
    color: #d9534f;
    font-size: 80%;
}
.alert-warning.cart {
    margin-top: 40px;
}
.creditcard {
    width: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
button.loading {
    position: relative;
    pointer-events: none;
}
button.loading:after {
    content: "\f110";
    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;
    width: 1.28571429em;
    text-align: center;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 10px;
    font-size: 27px;
}
button.loading:before {
    content: "";
    background: #000;
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 0px;
    left: 0px;
    opacity: .4;
}
#back-to-top {
    position: fixed;
    bottom: 15px;
    display: none;
    right: 15px;
    z-index: -1;
    width: 34px;
    height: 34px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    opacity: 0;
    background: #6a6868 url('../images/top_btn.png') center center no-repeat;
    background-size: 35px;
}
#back-to-top.show {
    opacity: 1;
    z-index: 999;
}
.mob_show {
    display: none !important;
}
.centering {
    max-width: 1200px;
    padding: 0 15px;
    margin: auto;
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
@media (min-width: 1439px) {
    .container {
        width: 1420px;
    }
    #footer-part .container {
        width: 1420px;
    }
}
body.guillotine-dragging,
body.guillotine-dragging * {
    cursor: move !important;
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important;
    cursor: grabbing !important;
    cursor: grabbing, move;
    /* IE hack */
}
.guillotine-window {
    display: block;
    position: relative;
    padding-top: 0!important;
    /*cursor: move; cursor: -webkit-grab; cursor: -moz-grab; cursor: grab; cursor: grab, move;*/
    /* IE hack */
}
.guillotine-canvas {
    width: 100%!important;
    height: auto!important;
}
/* .guillotine-canvas {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
.guillotine-canvas > * {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
} */
.guillotine-sample {
    position: absolute !important;
    top: -100000px !important;
    left: -100000px !important;
    width: auto !important;
    height: auto !important;
}
.easy-autocomplete {
    position: relative;
    z-index: 99;
    width: auto!important;
}
.easy-autocomplete input:hover,
.easy-autocomplete input:focus {
    box-shadow: none
}
.easy-autocomplete a {
    display: block
}
.easy-autocomplete.eac-bootstrap input {
    border-color: #ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #555;
    padding: 6px 12px
}
.easy-autocomplete-container {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}
.easy-autocomplete-container ul {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #120b0e;
    border-radius: 0 0 5px 5px;
    display: none;
    margin: 0px !important;
    padding: 0px !important;
    position: relative;
    top: -1px
}
.easy-autocomplete-container ul li {
    background: #fff;
    display: block;
    font-size: 16px;
    color: #190d10 !important;
    text-align: left !important;
    text-transform: capitalize;
    line-height: 18px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-weight: normal;
    padding: 7px 12px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.easy-autocomplete-container ul li .eac-item {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.easy-autocomplete-container ul li:last-child {
    border-radius: 0 0 2px 2px;
    border-width: 0 1px 1px
}
.easy-autocomplete-container ul li.selected {
    background: #f1f1f1;
    cursor: pointer
}
.easy-autocomplete-container ul li.selected div {
    font-weight: normal
}
.easy-autocomplete-container ul li div {
    display: block;
    font-weight: normal;
    word-break: break-all
}
.easy-autocomplete-container ul li b {
    font-weight: 700
}
.easy-autocomplete-container ul .eac-category {
    font-color: #aaa;
    font-style: italic
}

button:focus { outline: none; }

/* wrapper */

#wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 120px;
}

/* top nav */
#top-nav {
    background-color: #00253e;
    padding: 5px 0;
}
#top-nav li {
    display: inline;
    padding-right: 30px;
}
#top-nav a {
    color: #EEEEEE;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
}
#top-nav ul li a.active {
    color: #b29041;
}
#top-nav a:hover {
    text-decoration: none;
    color: #b29041;
    opacity: 1;
}
#top-nav ul li:not(:first-child) a:after {
    content: "\f08e";
    font-family: FontAwesome;
    padding-left: 5px;
}

/* header-part */

#header-part {
    padding-top: 49px;
    width: 100%;
    position: absolute;
    z-index: 999;
    left: 0px;
    top: 0px;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #eaeaea;
}
#header-part a.logo { display: block; float: left; width: 243px; margin-left: -3px; }
#header-part .search-sec { display: none; }
#header-part .top-header {
    z-index: 9999;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-bottom: 2px solid #f4f4f4;
    height: 49px;
    padding: 15px 0 5px;
}
#header-part .top-header .vertical-mid {
    display: inline-block;
    vertical-align: top;
    padding-left: 0px;
}
#header-part .top-header .cart-btn {
    display: inline-block;
    width: 22px;
    height: 18px;
    background: url(../images/cart-icon.png) center top no-repeat;
    background-size: 17px;
    font-size: 0;
    margin-right: 5px;
    margin-top: 2px;
    position: relative;
}
#header-part .top-header .cart-btn span {
    display: inline-block;
    position: absolute;
    right: -12px;
    top: -12px;
    background: #003a7a;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    padding: 2px 3px;
    text-align: center;
    min-width: 23px;
    border-radius: 10px;
}
#header-part .top-header .user-btn {
    height: 18px;
    background: url(../images/user-icon.png) left top no-repeat;
    background-size: 17px;
    padding-left: 23px;
    font-size: 11px;
}
#header-part .brand_list.top-header .sort_by {
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    padding-right: 20px;
    display: none;
}
#header-part.stickyhead .brand_list.top-header .sort_by {
    display: inline-block;
}
#header-part .brand_list.top-header .sort_by small {
    font-family: 'benton-sans-compressed', sans-serif;
    font-size: 14px;
    font-weight: 700;
}
#header-part .top-header a {
    font-size: 11px;
    vertical-align: top;
    color: #000;
    text-transform: uppercase;
    line-height: 20px;
    display: inline-block;
    letter-spacing: -0.02em;
}
#header-part .top-header a.login-btn {
    margin-right: 30px;
    text-decoration: none;
}
#header-part .top-header a i {
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
}
#header-part .dropdown{
    margin-top: 7px;
}
#header-part .top-header a {
    margin-left: 20px;
}
#header-part .top-header .location .dropdown-menu a {
    margin-left: 0;
}
#header-part .top-header a:hover,
#header-part .top-header a:active {
    text-decoration: none;
    color: #004d8d;
}
#header-part .top-header .nice-select .current {
    padding: 7px 38px 0 15px;
    text-align: left;
    vertical-align: top;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: -0.02em;
    display: inline-block;
    position: relative;
}
#header-part .top-header .location .nice-select .current {
    padding-left: 35px;
    background: url(../images/map-icon.png) 15px 7px no-repeat;
    background-size: 17px;
}
#header-part .top-header .nice-select {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
#header-part .top-header .nice-select.open {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    background: #fff;
}
#header-part .top-header .nice-select .current:after {
    content: '\f107';
    position: absolute;
    right: 20px;
    top: 7px;
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 18px;
}
#header-part .top-header .location .nice-select .option {
    padding-left: 35px;
}
#header-part .top-header .location {
    margin-top: -7px;
}
#header-part .top-header .language {
    margin-top: -7px;
}
#header-part .bottom-header {
    position: relative;
    height: 71px;
    width: 100%;
    padding: 24px 0 10px;
}
#header-part .bottom-header .container {
    position: static;
}
#header-part a.sticky-logo {
    display: none;
}
#header-part .search-sec {
    padding: 0;
    width: 49%;
    margin: auto;
    display: none;
    margin-top: -5px;
    vertical-align: top;
    position: absolute;
    left: 47%;
    transform: translateX(-50%);
}
#header-part .search-sec li { list-style: none; }
#header-part .search-sec li.see-all-results {
    background-color: #f2f6f9;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
#header-part .brand_list .search-sec {
    padding-right: 110px;
}
#header-part .brand_list .search-sec .button {
    padding: 0;
    right: 110px;
}

.inner_banner-bar.bluebg h1 { color:#fff; bottom:10%; }
.inner_banner-bar.bluebg + .vineyards-bar{ padding-top:40px;}
.inner_banner-bar + .content p { margin-bottom: 10px; }

.inner_banner-bar.single h1 { position: absolute; left: 15px; bottom: 105px; font-family: "Mercury Display A", "Mercury Display B", Georgia; font-weight: 700; font-size: 52px;  line-height: 58px;  z-index: 99; color: #fff; }

#header-part .brand_list .search-sec .size { position: absolute; right: 0px; top: 4px; font-family: "Mercury Display A", "Mercury Display B", Georgia; }
#header-part .brand_list .search-sec .size small { font-family: 'benton-sans-compressed', sans-serif; font-size: 14px; font-weight: 700; }
#header-part .search-sec .search {
    height: 30px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 16px;
    color: #4b4748;
    letter-spacing: 0.01em;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    padding: 0 4px 0 0;
}
/*#header-part .search-sec *::-webkit-input-placeholder { opacity:1; color: #a8a8a8; }
	#header-part .search-sec *::-moz-placeholder {opacity:1;color: #a8a8a8; }
	#header-part .search-sec *:-ms-input-placeholder {opacity:1;color: #a8a8a8; }*/

#header-part .search-sec .button {
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    background: url(../images/search.png) center center no-repeat;
    background-size: 18px;
    width: 24px;
    height: 26px;
    text-indent: -9999px;
    cursor: pointer;
    margin: 0;
    z-index: 99;
}
#header-part .bottom-header .search-sec {
    width: 34.5%;
    margin: -3px 35px 0 0;
    float: right;
    display: inline-block;
    position: relative;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
}
#header-part .bottom-header .search-sec .search { font-size: 16px; }
#header-part .tab-sec {
    display: none;
}
#header-part .bottom-header .tab-cart-btn span {
    display: inline-block;
    position: absolute;
    right: -12px;
    top: -12px;
    background: #003a7a;
    color: #fff;
    font-size: 10px;
    line-height: 13px;
    padding: 2px 3px;
    text-align: center;
    min-width: 23px;
    border-radius: 10px;
}
#header-part .bottom-header .tab-cart-btn {
    display: none;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    clear: both;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select.open {
    background: #fff;
}
.select-outer .nice-select ul {
    border-radius: 0 0 5px 5px;
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.nice-select.open .list {
    display: block;
}
.nice-select.open {
    z-index: 99999;
}
.nice-select.disabled {
    border-color: #e7ecf2;
    color: #90a1b5;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #cdd5de;
}
.nice-select .list {
    display: none;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 26px;
    list-style: none;
    min-height: 26px;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    width: 100%;
}
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f7f9;
}
.select .nice-select {
    height: 46px;
    width: 100%;
    position: relative;
}
.select .nice-select span.current {
    padding: 11px 15px;
    height: 46px;
    line-height: 28px;
    border-radius: 5px;
    border: 1px solid #cecece;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    color: #979797;
    display: block;
    background: url(../images/short-select-arrow.png) center right no-repeat;
    background-size: 43px;
    font-size: 14px;
}
.select .nice-select.open {
    box-shadow: none;
    z-index: 99;
}
.select .nice-select.open span.current {
    border-radius: 5px 5px 0 0;
    color: #000;
}
.select .nice-select .list {
    border: 1px solid #cecece;
    border-top: none;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    background: #fff;
    border-radius: 0 0 5px 5px;
    margin-top: -1px;
}
.select .nice-select .option {
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 14px;
    padding: 6px 15px;
}
.select .nice-select .option:last-child {
    border-radius: 0 0 5px 5px;
}
.select {
    width: 100%;
}
.home #header-part .bottom-header .search-sec {
    display: none !important;
}
/* nav-bar */

.nav-bar {
    float: right;
    min-width: 550px;
}
.nav-bar ul {
    list-style: none;
    float: right;
    margin-right: -29px;
}
.nav-bar ul>li {
    padding: 0 30px;
    float: left;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 22px;
}
.nav-bar li a {
    padding-bottom: 26px;
    position: relative;
    z-index: 99;
    display: inline-block;
    text-decoration: none;
    color: #000;
    background-size: 26px auto;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.nav-bar .mega-menu .top_row li {font-weight: 600;}
.nav-bar .mega-menu .top_row .col2 li:last-child, .nav-bar .mega-menu .top_row .col3 li:last-child {font-weight: 400; font-size: 12px;}
.nav-bar .mega-menu .top_row a img { border: 1px solid #cecece; border-radius: 50px; }
.nav-bar li a.main-menu-link { font-weight: 600; }
.nav-bar li a.main-menu-link:hover, .nav-bar li:hover a.main-menu-link {
    color: #004d8d;
    background-image: url(../images/menu-arrow.png);
}
.nav-bar li.no-drop-down:hover a.main-menu-link { background-image: none; }
.nav-bar li a.active:hover,
.nav-bar li a:hover { color: #004d8d; }
.nav-bar a.mobilemenu { display: none; }
.nav-bar a.close { display: none; }
.nav-bar .mega-menu {
    display: none;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    background: #f1f1f1;
    padding: 33px 0;
    z-index: 99;
}
.nav-bar li li { padding: 0 0 8px !important; width: 100%; }
.nav-bar li li a { padding: 0; }
.nav-bar li li a:hover,
.nav-bar li li.active a {
    color: #004d8d;
}
.nav-bar li:hover .mega-menu {
    display: block;
}
.nav-bar .mega-menu ul {
    overflow: hidden;
}
.nav-bar .mega-menu li.view-all a {
    font-weight: 400;
    font-size: 14px;
}
.nav-bar .mega-menu .wrapper {
    max-width: 1186px;
    padding: 0 15px;
    margin: auto;
    overflow: hidden;
}
.nav-bar .mega-menu .center {
    width: 59.2%;
    float: left;
}
.nav-bar .mega-menu .left_side {
    width: 61%;
    float: left;
}
.nav-bar li li.color-img a {
    float: left;
    width: 22px;
    border: 1px solid #979797;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 14px;
}
.nav-bar li li.color-img a img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.nav-bar .mega-menu .right_side {
    width: 39%;
    float: right;
}
.nav-bar .mega-menu .right_side .col6 {
    padding: 0 12px 0 0;
    width: 50%;
    float: left;
}
.nav-bar .mega-menu .right_side .col6.right {
    padding: 0 0 0 12px;
}
.nav-bar .mega-menu .right_side .row {
    margin: 0;
    /*overflow: hidden;*/
    position: relative;
}
.nav-bar .mega-menu .right_side .full {
    padding-top: 24px;
    width: 100%;
    border-top: 1px solid #cecece;
    float: left;
}
.nav-bar .mega-menu .right_side .full a.image span {
    font-size: 21px;
    line-height: 24px;
}
.nav-bar .mega-menu .bottom_row .tab-show {
    display: none;
}
.nav-bar .mega-menu .col1 {
    width: 22.4%;
    float: left;
    padding-right: 48px;
}
.nav-bar .mega-menu .col2 {
    width: 34.8%;
    float: left;
    padding-right: 12px;
}
.nav-bar .mega-menu .col3 {
    width: 34.8%;
    float: left;
    padding-right: 12px;
}
.nav-bar .mega-menu .col4 {
    width: 30%;
    float: left;
    padding-right: 12px;
}
.nav-bar .mega-menu .col5 {
    width: 18%;
    float: left;
    padding: 0 10px 0 25px;
    border-left: 1px solid #cccccc;
}
.nav-bar .mega-menu a.image {
    padding: 0;
    position: relative;
    display: block;
    margin-bottom: 25px;
}
.nav-bar .mega-menu a.image:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.nav-bar .mega-menu .top_row:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    clear: both;
}
.nav-bar .mega-menu .top_row {
    padding-bottom: 30px;
}
.nav-bar .mega-menu .bottom_row:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    clear: both;
}
.nav-bar .mega-menu a.image img {
    width: 100%;
}
.nav-bar .mega-menu a.image span {
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    width: 100%;
    line-height: 18px;
    z-index: 99;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
}
.nav-bar .mega-menu .right_side h3 {
    display: block;
    line-height: 22px;
    z-index: 99;
    text-transform: none;
    font-size: 21px;
    font-weight: 400;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    padding: 0 0 30px;
}
.nav-bar .mega-menu h4 {
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 18px;
    margin: 0px 0 20px;
    border-bottom: 1px solid #cecece;
}
.nav-bar .mega-menu h5 {
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 18px;
    margin: 0px 0 20px;
}
.nav-bar .mega-menu .vintage li {
    text-transform: none;
}
.nav-bar .mega-menu .vintage li a {
    font-weight: 400;
}
.nav-bar .mega-menu .vintage h4 {
    color: #8c8c8c;
    letter-spacing: 0.005em;
}
.nav-bar .mega-menu .vintage ul {
    padding-bottom: 10px;
}
.nav-bar .mega-menu .row {
    margin: 0 -12px -24px;
}
.nav-bar .mega-menu .col-sm-4 {
    padding: 0 12px;
}
.nav-bar .mega-menu .col-sm-4 a.image {
    margin: 0 0 24px;
}
.nav-bar .mega-menu .select .nice-select span.current {
    line-height: 20px;
    text-transform: none;
    border-color: #979797;
    font-weight: 400;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    padding-right: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}
.nav-bar .mega-menu .select .nice-select .list li {
    padding: 5px 10px !important;
    text-transform: none;
    line-height: 18px;
    font-size: 12px;
}
.nav-bar .mega-menu .select .nice-select .list {
    height: 70px;
    overflow: auto;
    border-color: #979797;
}
.nav-bar .mega-menu .select .nice-select.open {
    z-index: 999;
}
.nav-bar .mega-menu .select {
    width: 160px;
}
.nav-bar .shop-color {
    list-style: none;
}
.nav-bar .shop-color li {
    padding: 0 18px 0 0 !important;
    float: left;
    width: auto;
}
.nav-bar .shop-color li a {
    display: block;
}
.nav-bar .shop-color li a img {
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 20px;
    height: 20px;
}
.nav-bar .shop-btn {
    display: inline-block;
    border: 2px solid #170c10;
    font-weight: bold;
    color: #170c10;
    font-size: 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    min-width: 450px;
    line-height: 28px;
    padding: 10px 15px;
}
.nav-bar .shop-btn:hover {
    background: #170c10;
    color: #fff;
}
.nav-bar .col-12.text-center {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}
.nav-bar .small-menu ul {
    display: none;
    position: absolute;
    left: 50%;
    text-align: left;
    margin: 0 0 0 -133px;
    top: 98.5%;
    width: 266px;
    background: #f1f1f1;
    padding: 20px 10px 20px 20px;
    border-top: 1px solid #e7e7e7;
}
.nav-bar .small-menu:hover ul {
    display: block;
}
.nav-bar .small-menu {
    position: relative;
}
.heading {
    overflow: hidden;
}
.heading h2 {
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-weight: 500;
    letter-spacing: 0.01em;
    font-size: 32px;
}
.heading h2:after {
    display: block;
    content: '';
    height: 2px;
    width: 90px;
    background: #aa842c;
    margin: 13px 0 30px;
}
.heading h1 {
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0.04em;
}
.heading h1:after {
    display: block;
    content: '';
    height: 2px;
    width: 90px;
    background: #aa842c;
    margin: 35px 0 25px;
}
.black-btn, black-btn-chk, .buy-btn:disabled{
    padding: 14px 20px;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    line-height: 20px;
    background: #00253e;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
    border: 2px solid #00253e;
}
.black-btn:hover, black-btn-chk:hover {
    background: #b19041;
    border-color: #b19041;
    text-decoration: none;
    color: #fff;
}
.banner-link {
    display: flex;
    width: 100%;
}
.gold-link {
  color: #b29041;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}
.gold-link:hover {
    color: #fff;
    text-decoration: none;
}
.homeBanner .gold-link:hover {
    color: #b29041;
}

/* NAV - FILTER MENU */
.mega-menu .left_side .bottom_row {
  display: flex;
  flex-wrap: wrap;
}
.mega-menu .left_side .bottom_row .col2,
.mega-menu .left_side .bottom_row .col3,
.mega-menu .left_side .bottom_row .col4 {
  flex: 1;
  flex-basis: auto;
  width: auto;
}
.mega-menu .left_side .bottom_row .col4 {padding-right: 0;}
.mega-menu .left_side .bottom_row .nice-select li {
    padding: 0!important;
}
.mega-menu .left_side .bottom_row .nice-select li a {
    padding: 8px 6px 6px 6px!important;
    width: 100%;
}
.nav-bar .nav-filter-menu {
  display: table-cell;
  width: auto;
}
.mega-menu .nav-filter-menu h3 {
  border-bottom: 1px solid #cecece;
  padding: 6px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding-right: 25px;
}
.mega-menu .nav-filter-menu h3:after {
  content: "\f107";
  position: absolute;
  right: 5px;
  top: 4px;
  font-family: 'FontAwesome';
  font-size: 20px;
  line-height: 18px;
}
.nav-bar .nav-filter-menu ul li {
  padding: 6px!important;
  font-size: 12px;
  line-height: 12px;
}
.nav-bar .nav-filter-menu ul li:hover {
  background-color: #f1f1f1;
}
.nav-bar .nav-filter-menu ul {
  display: none;
  float: none;
  margin-right: 0;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  border-radius: 0 0 2px 2px;
  top: 26px;
  max-height: 80px;
  overflow: auto;
}
.nice-select.nav-filter-menu.open {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  border-radius: 2px 2px 0 0;
}
.nice-select.nav-filter-menu.open ul{display: block;}


/* PAGINATION */
.pagination { display: inline-block; margin: 20px 0; }
.pagination li { display: inline; float: left; }

.pagination a {
    padding: 6px 12px;
    border: 1px solid #DDDDDD;
    color: #333333;
    margin: 0 3px
}
.pagination li.active a {
    background-color: #808181;
    border: 1px solid #808181;
    color: #fff;
}
.pagination a:hover {
    text-decoration: none;
    background: #EEEEEE;
}


/* MINI CART */
.cart-sec {
    padding: 0;
    display: none;
    width: 400px;
    position: absolute;
    right: 50%;
    margin-right: -700px;
    border: 2px solid #f4f4f4;
    min-height: 150px;
    top: 47px;
    background: #fff;
    z-index: 999;
}
.cart-sec .top {
    padding: 25px 25px 35px;
}
.cart-sec .top h3 {
    font-size: 22px;
    line-height: 24px;
    color: #120c0e;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-weight: normal;
}
.cart-sec .top h3 span {
    font-family: 'benton-sans', sans-serif, Arial;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    border-left: 2px solid #023e7c;
    vertical-align: top;
    margin: 4px 10px 0;
    padding: 4px 10px 0;
}
.cart-sec .top h3 span a {
    color: #023e7c;
    font-family: 'benton-sans', sans-serif, Arial;
    font-weight: 600;
}
.cart-sec .mid {
    max-height: 388px;
    padding: 0 22px;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.cart-sec .mid .price {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    margin-top: 3px;
    display: block;
    text-align: right;
}
.cart-sec .mid .ml {
    font-size: 12px;
    line-height: 16px;
    color: #8A8A8A;
    display: block;
    text-align: right;
}
.cart-sec .image {
    float: left;
}
.cart-sec .text {
    padding: 0 38px;
}
.cart-sec .text:after {
    overflow: hidden;
    display: block;
    height: 0;
    clear: both;
    content: '';
    width: 100%;
}
.cart-sec .price-box {
    float: right;
}
.cart-sec .col1 {
    float: left;
    margin-top: 0px;
}
.cart-sec .col2 {
    float: left;
    width: 55px;
    margin-left: 8px;
    margin-top: 0px;
}
.cart-sec h4 a {
    color: #1e181a;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}
.cart-sec h4 {
    min-height: 40px;
    padding-bottom: 5px;
}
.cart-sec ul {
    list-style: none;
    -webkit-overflow-scrolling: touch;
}
.cart-sec li {
    width: 100%;
    display: block;
    position: relative;
}

.cart-sec li div.text{
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    border-bottom: 2px solid #e5e5e5;
}
.cart-sec .select.single-arrow .nice-select span.current {
    font-size: 13px;
    padding: 7px 25px 7px 7px;
    height: 38px;
    line-height: 22px;
    background-position: 130% center;
}
.cart-sec .delete-btn {
    position: absolute;
    right: -10px;
    opacity: 0.5;
    top: 0px;
    width: 16px;
    height: 16px;
    background: url(../images/delete-icon.png) center center no-repeat;
    background-size: 16px;
    display: block;
}
.cart-sec .cart-close-btn {
    position: absolute;
    right: 24px;
    opacity: 1;
    top: 24px;
    width: 16px;
    height: 16px;
    background: url(../images/filter-close-btn.png) center center no-repeat;
    background-size: 16px;
    display: none;
}
.cart-sec .select .nice-select {
    height: 38px;
}
.cart-sec .select.single-arrow .nice-select .option {
    border-bottom: none;
    padding: 5px 7px;
    font-size: 13px;
    margin: 0;
    line-height: 16px;
}
.cart-sec .bottom { padding: 0px 25px 25px; overflow: hidden; }
.cart-sec .bottom .price { padding: 15px 0 0; overflow: hidden; }
.cart-sec .price span {
    font-family: "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 24px;
    margin-bottom: 18px;
    position: relative;
    float: left;
}
.cart-sec .price span small {
    text-transform: none;
    color: #848484;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans Condensed', sans-serif, Arial;
}
.cart-sec .price span + span {
    float: right;
    font-family: 'benton-sans', sans-serif, Arial;
    font-weight: 600;
}
.cart-sec .black-btn {
    width: 100%;
    display: block;
    min-width: 100%;
    margin-bottom: 5px;
}
.cart-sec .view-cart {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #003b79;
}
.cart-sec p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0 0;
}

.miniCart .col2 input { width: 50px; border: 1px solid #ccc; text-align: center; height: 30px; border-radius: 3px; margin-top: -3px; }
.miniCart .image { height: 73px; width: 38px }

/* content-part */
#content-part { width: 100%; position: relative; }

/* search-bar */
.search-bar {
    padding: 37px 0 20px;
    width: 100%;
    position: relative;
    background: #f3f6f9;
    border-bottom: 5px solid #eff3f6;
}
.search-bar .search {
    height: 30px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 18px;
    color: #120c0e;
    letter-spacing: 0.01em;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    padding: 0 40px 0 0;
}
/*.search-bar *::-webkit-input-placeholder { opacity:1; color: #a8a8a8; }
			.search-bar *::-moz-placeholder {opacity:1;color: #a8a8a8; }
			.search-bar *:-ms-input-placeholder {opacity:1;color: #a8a8a8; }*/

.search-bar .button {
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    background: url(../images/search.png) center center no-repeat !important;
    background-size: 18px !important;
    width: 24px;
    height: 26px;
    text-indent: -9999px;
    cursor: pointer;
    margin: 0;
    z-index: 999;
}
.search-bar .wrapper {
    max-width: 720px;
    margin: auto;
    position: relative;
}
.search-bar ul {
    list-style: none;
    overflow: hidden;
    padding: 10px 0 0;
    margin: 0;
    text-align: center;
    color: #000;
}
.search-bar li {
    display: inline-block;
    padding: 0 10px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    color: #969697;
    line-height: 44px;
    vertical-align: top;
    width: 688px;
}

.search-sec ul { width: 286px; color: #000; }
.search-sec .dropdown-menu { border-radius: 0px; margin-top: -1px; left: 0; width: 100%;}
.search-sec .dropdown-menu a { color: #000; }
.search-sec .dropdown-menu li.dropdown-item { padding: 5px 12px 3px; }
.search-sec .dropdown-menu li.dropdown-item a li { overflow-x: hidden; text-overflow: ellipsis; }

.search-sec .dropdown {display: table-row;width: 100%;position: absolute;top: 23px;}

.search-bar .homeAutoSearch li { display: inline-block; padding: 0 10px; font-family: "Mercury Display A", "Mercury Display B", Georgia; color: #000; line-height: 44px; vertical-align: top; width: 688px; }
.search-bar .homeAutoSearch li a { color: #000; }
.search-bar .homeAutoSearch .dropdown-menu { border-radius: 0px; border: 1px solid #000; margin-top: -1px; }
.search-bar .homeAutoSearch .dropdown-menu a { color: #000; }
.search-bar .homeAutoSearch .dropdown-menu li.dropdown-item { padding: 3px 12px; }
.search-bar .homeAutoSearch .dropdown-menu li.dropdown-item a li { overflow-x: hidden; text-overflow: ellipsis; }

/*
.search-bar li a {
    display: block;
    font-size: 18px;
    background: #f0f0f0;
    color: #2764a2;
    text-transform: uppercase;
    padding: 10px 24px;
    text-align: center;
    line-height: 24px;
    font-family: 'benton-sans-compressed', sans-serif;
    font-weight: 700;
    border-radius: 5px;
}
.search-bar li a:hover {
    background: #2764a2;
    color: #fff;
    text-decoration: none;
}
*/

.search-bar li a {
    display: block;
    font-size: 14px;
    color: #000;
    text-align: left;
    line-height: 24px;
    font-family: 'benton-sans-compressed', sans-serif;
    border-radius: 5px;
}

/* breadcrumb */
.breadcrumb { padding-top: 16px; min-height: 46px; margin: 0; width: 100%; position: relative; z-index: 9; }
.breadcrumb ul { padding: 0; list-style: none; overflow: hidden; margin: 0; }
.breadcrumb li {
    float: left;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.breadcrumb li.current a { color: #000; }
.breadcrumb li a { color: #8a8a8a; text-decoration: none; }
.breadcrumb li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    width: 8px;
    height: 15px;
    background: url(../images/breadcrumb-arrow.png) center center no-repeat;
    background-size: 8px;
}
.breadcrumb li:first-child:before { display: none; }
.breadcrumb.white {
    padding: 20px 0;
    min-height: 40px;
    background: #fff;
}

/* Fix on home page for slick loading */
.main-slider, /*home page*/
.item-bar .item>ul, 
ul.history-slider, 
.item-bar .items>ul, /*product detail page*/
.bages-bar .left-sec ul { 
    opacity: 0; 
}
.main-slider.slick-initialized,
.item-bar .item>ul.slick-initialized,
.item-bar .item>ul.no-slick,
ul.history-slider.slick-initialized,
.item-bar .items>ul.slick-initialized,
.item-bar .items>ul.no-slick,
.bages-bar .left-sec ul.slick-initialized { 
    opacity: 1;
    transition: opacity 1s ease-out; 
}


/* banner-bar */
.banner-bar {
    padding: 0;
    width: 100%;
    min-height: 300px;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-bar {
    width: 100%;
    position: relative;
}
.slider-bar ul {
    list-style: none;
    padding-bottom: 35px;
}

.slider-bar .slick-track li {
    position: relative;
    min-height: 450px;
    background-position: center top;
    background-size: cover;
    position: relative;
    display: flex;
    width: 100%;
}
.slider-bar .slick-track li:after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    content: '';
}
.slider-bar .slick-arrow {
    border: none;
    margin-top: -55px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    z-index: 99;
    text-indent: -9999px;
    width: 24px;
    height: 64px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    font-size: 60px;
    background-color: rgba(0, 0, 0, 0);
}
.slider-bar .slick-prev {
    left: 30px;
    background-image: url(../images/prev_white.png);
}
.slider-bar .slick-next {
    right: 30px;
    background-image: url(../images/next_white.png);
}
.slider-bar:focus {
    outline: none;
}
.slider-bar h2 {
	font-family: "Mercury Display A", "Mercury Display B", Georgia;
	font-style: normal;
	font-weight: 600;
    font-size: 50px;
    letter-spacing: 0.03em;
    color: #fff;
    margin-bottom: 5px;
}
.slider-bar .container {
    position: absolute;
    z-index: 99;
    width: 100%;
    background-color: #021a30;
    margin: 0;
    bottom: 0;
    height: auto;
}
.slider-bar span {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
    padding: 28px 0 34px;
}
.slider-bar .black-btn {
    min-width: 205px;
}
.slider-bar .slick-dots {
    list-style: none;
    position: absolute;
    text-align: center;
    left: 0px;
    bottom: -40px;
    width: 100%;
}
.slider-bar .slick-dots {
    list-style: none;
    text-align: center;
    width: 100%;
}
.slider-bar .slick-dots li {
    display: inline-block;
    float: none !important;
    width: auto !important;
    padding: 0px !important;
    vertical-align: top;
    margin: 0 7px;
}
.slider-bar .slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #b29041;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.slider-bar .slick-dots li.slick-active button {
    background: #b29041;
}

.homeBanner .gold-link { font-size: 14pt; }

/* Internet Explorer 11- (All but IE8) */
@media screen and (min-width:768px\0) and (min-resolution:+72dpi), \0screen\,screen\9 {
    .slider-bar .container {height: 375px;}
}
@media screen and (min-width:991px\0) and (min-resolution:+72dpi), \0screen\,screen\9 {
    .slider-bar .container {height: 450px;}
}


@media only screen and (max-width:768px) {
  .slider-bar .slick-prev, .slider-bar .slick-next {display: none!important;}
}
@media only screen and (min-width:768px) {
  .slider-bar .container {
    width: 50%;
    max-width: 590px;
    position: relative;
  }
  .slider-bar .text {
    position: absolute;
    top: 38%; right: 0; bottom: 38%; left: 0;
    margin: auto;
    display: inline-table;
    padding: 0 20px 0 55px;
  }
  .slider-bar .slick-track li:before {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 130px;
    height: 100%;
    content: '';
    z-index: 99;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to left, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
  }
  .main-slider h2 {margin-bottom: 10px;}
}


/* Spinner */
.spinner-em {
  margin: 100px auto;
  width: 100px;
  text-align: center;
}
.spinner-em > div {
  width: 25px;
  height: 25px;
  background-color: #BA6672;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner-em .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: #4F000B;
}
.spinner-em .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #720026;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* Spinner Wine Glasses */
.listing-loader {
  position: fixed;
  z-index: 999;
  height: 200px;
  width: 200px;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.listing-loader:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
.loader-wine {
  margin: 100px auto;
  text-align: center;
}
.loader-wine.wineglass {
  height: 36px;
  position: relative;
}
.loader-wine .wineglass:after {
  content: '';
  position: absolute;
  top: 47px;
  left: 5px;
  width: 20px;
  height: 5px;
  background: #e2e2e2;
  box-shadow: 0 0 1px #e2e2e2;
}
.loader-wine .top {
  background: #e2e2e2;
  width: 30px;
  height: 36px;
  border-radius: 0 0 36px 36px;
  box-shadow: 0 0 1px #e2e2e2;
}
.loader-wine .top:before {
  content: '';
  position: absolute;
  left: 4px;
  bottom: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(transparent 50%, #8e2a32 50%);
}
.loader-wine .left .top:before {
  animation: rotate2 2s linear infinite;
}
.loader-wine .right .top:before {
  animation: rotate1 2s linear infinite;
}
.loader-wine .top:after {
  content: '';
  position: absolute;
  top: 35px;
  left: 12px;
  width: 6px;
  height: 13px;
  background: #e2e2e2;
  box-shadow: 0 0 1px #e2e2e2;
}
.loader-wine .left {
  display: inline-block;
  margin-right: 10px;
  animation: rotate1 2s cubic-bezier(.39,1.52,.46,.92) infinite;
}
.loader-wine .right {
  display: inline-block;
  animation: rotate2 2s cubic-bezier(.39,1.52,.46,.92) infinite;
}
@keyframes rotate1{
  0% {transform: rotate(0deg);}
  50% {transform:rotate(22deg);}
}
@keyframes rotate2{
  0% {transform:rotate(0deg);}
  50% {transform:rotate(-22deg);}
}
.loader-wine ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 70px;
  height: 25px;
  position: relative;
  opacity: 0;
  animation: 2s fadeInUp infinite linear 2s;
}
.loader-wine li {
  width: 1px;
  height: 12px;
  background: #e2e2e2;
  position: absolute;
  box-shadow: 0 0 1px #e2e2e2;
  transform-origin: bottom;
}
.loader-wine li:nth-child(1) {
  left: 26px;
  bottom: 5px;
  transform: rotate(-50deg);
}
.loader-wine li:nth-child(2) {
  left: 34px;
  bottom: 8px;
}
.loader-wine li:nth-child(3) {
  left: 42px;
  bottom: 5px;
  transform: rotate(50deg);
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: scaleY(1);
  }

  33% {
    opacity: 1;
    transform: scaleY(1.4);
  }
  64% {
     opacity: .1;
     transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform: scaleY(.3);
  }
}

/* item-bar */

.item-bar {
    padding: 70px 0 47px;
    width: 100%;
    position: relative;
}
.item-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.item-bar li {
    padding: 10px;
    width: auto;
    max-width: 300px;
    flex: 1;
    float: left;
    border: 1px solid #c2c0c0;
    border-radius: 5px;
    margin: 8px;
    display: flex;
}
.item-bar .card-layout {
    width: 32%;
}
.item-bar li .block {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
}
.item-bar li .slider-align-bottom {
    margin-top: auto;
}
.item-bar .items { margin: 0 -12px; position: relative; }
.item-bar h3 a {
    color: #181114;
    font-size: 19px;
    line-height: 1.3em;
    display: block;
    display: inline-block;
    font-weight: 600;
    max-width: 100%;
    padding-bottom: 10px;
}
.item-bar li.slides2 {width: 45%;}
.item-bar li.slides3 {width: 30%;}
.item-bar .right .black-btn { width: 100%; }
.item-bar .top-heading { min-height: 90px; }

.instock-tag { margin-top: 0px !important; }

.inStockLabel { display: inline-block; color: #AAAAAA; font-size: 14px; font-weight: 600; margin-top: 6px; text-align: center; }

.limited-tag {
    display: inline-table;
    border: 1px solid #b4913e;
    color: #b4913e;
    padding: 5px 10px 3px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 700;
}
.futures-tag {
    display: inline-table;
    border: 1px solid #003c7a;
    color: #003c7a;
    padding: 5px 10px 3px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 700;
}
.item-bar .image { border-bottom: 1px solid #c2c0c0; display: block; margin-bottom: 18px; }
.item-bar .image img {margin: auto;}
.item-bar .left {
    text-align: right;
    float: left;
    width: 40%;
    padding-right: 3px;
}
.item-bar .right {
    text-align: center;
    float: right;
    width: 60%;
    padding: 0 10px;
}
.item-bar .left strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}
.item-bar .left span {
    display: block;
    font-size: 13px;
    line-height: 16px;
    padding: 3px 0 0;
    color: #bcbbbb;
}
.item-bar .black-btn { display: block; }
.item-bar .text-center {
    width: 100%;
    float: left;
    padding: 15px 0 0;
}
.item-bar .text-center a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    display: block;
    letter-spacing: 0.06em;
    color: #000;
    text-decoration: underline;
}
.item-bar .text-center a:hover { color: #9a9a9a; }
.item-bar .slick-arrow {
    border: none;
    position: absolute;
    cursor: pointer;
    top: 0;
    z-index: 100;
    text-indent: -9999px;
    width: 34px;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px;
    font-size: 60px;
    background-color: rgba(0, 0, 0, 0);
}
.item-bar .slick-prev { left: 15px; background-image: url(../images/prev.png); }
.item-bar .slick-arrow:focus { outline: none; }
.item-bar .slick-next { right: 15px; background-image: url(../images/next.png); }
.item-bar .slick-arrow.slick-disabled { opacity: 0; }

.item-bar .items:after {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 100%;
    content: '';
    z-index: 99;
    opacity: 1
}
.item-bar .items:before {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 100%;
    content: '';
    z-index: 99;
    opacity: 1
}

.item-bar.featured_sec { padding: 0 0 20px; }
.item-bar.spacer { padding: 0 0 70px; }
.item-bar.item_detail { padding: 5px 0 50px; }
.item-bar.item_detail .item_detail {} .item-bar.item_detail .left_sec { float: left; width: 40%; }
.item-bar.item_detail .image { border: none; }
.item-bar.item_detail .right_sec { padding-left: 15px; width: 60%; float: left; }
.item-bar.item_detail .right_sec .left {
    min-height: 45px;
    padding-top: 3px;
    width: 50%;
    text-align: left;
}
.item-bar.item_detail .right_sec .left strong { font-size: 16px; line-height: 18px; }
.item-bar.item_detail .right_sec .left span { padding-top: 3px; }
.item-bar.item_detail .right_sec .right { width: 50%;
    float: right; text-align: right;
    margin-right: -7px;
}
.item-bar.item_detail .col1 {
    width: 35.5%;
    float: left;
    padding: 0px 10px 5px 0;
}
.item-bar.item_detail .col2 {
    width: 64.5%;
    float: right;
    padding-bottom: 5px;
}
.item-bar.item_detail .select .nice-select span.current {
    padding-left: 10px;
    height: 48px;
}
.item-bar.item_detail .price-block {
    margin-bottom: 12px;
    overflow: hidden;
}
.item-bar.item_detail .select .nice-select {
    height: 48px;
}
.item-bar.item_detail .btn {
    padding: 12px 10px;
    min-width: 10px;
    width: 100%;
    line-height: 20px;
    font-size: 15px;
}
.item-bar.item_detail .black-btn {
    padding: 14px 10px;
}
.item-bar.item_detail .right_sec .text-center a {
    text-align: right;
}
.item-bar.item_detail .right_sec .text-center {
    padding-top: 10px;
}
.item-bar.item_detail .text-sec {
    width: 100%;
    overflow: hidden;
}
.item-bar.item_detail .text-sec p {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0;
}
.item-bar.item_detail .text-sec p a {
    color: #190d10;
    font-weight: 700;
}
.item-bar.item_detail .nice-select .option {
    padding: 5px 10px;
    font-size: 16px;
}
.item-bar.item_detail .mobile-show {
    display: none;
}
.item-bar .items.shadow_none:after,
.item-bar .items.shadow_none:before {
    display: none;
}
.item-bar .items.shadow_none {
    margin: 0;
}
/* image-bar */

.image-bar {
    padding-bottom: 68px;
    width: 100%;
    position: relative;
}
.image-bar .image {
    position: relative;
    height: 300px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #979797;
    margin-bottom: 15px;
}
.image-bar .text {
  display: flex;
  margin-bottom: 20px;
}
.image-bar .text-col {
  flex: 1;
  flex-basis: auto;
}
.image-bar .text-col:last-child {
  text-align: right;
}
.image-bar p {
    min-height: 73px;
    max-width: 300px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.05em;
    padding: 10px 0 15px 0;
}
.image-bar h2 {
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
}
.image-bar span {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 5px;
}
.btn {
    text-transform: uppercase;
    box-shadow: none;
    display: inline-block;
    border: 2px solid #00253e;
    color: #00253e;
    font-size: 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    min-width: 210px;
    line-height: 24px;
    padding: 10px 15px;
    font-weight: 600;
    cursor: pointer;
    background-color: none;
    background: none;
}
.btn:hover,
.btn:focus,
.btn.focus,
.btn:active,
.btn.active {
    background: none;
    border-color: #b29142;
    text-decoration: none;
    color: #b29142;
    box-shadow: none;
}
.btn.small-text { font-size: 12.5px; }
button { background: none; }

/* browse-bar */
.browse-bar { padding: 33px 0 15px; background: #f2f6f9; width: 100%; position: relative; }
.browse-bar ul {
    text-align: center;
}
.browse-bar li { display: inline-block; width: 24%;}
.browse-bar li a img { width: 100px; height: 100px; margin: auto; border: 2px solid #b0913f; border-radius: 50%; -webkit-border-radius: 50%; }
.browse-bar li a { text-decoration: none; color: #150a0e; display: inline-block; }
.browse-bar li a span {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    padding: 15px 0;
}
.browse-bar li a:hover { color: #1d4e91; }
.browse-bar li h3 a { font-size: 16px; line-height: 20px; display: block; text-transform: uppercase; font-weight: 600; padding: 15px 0; }

/* history-bar */
.history-bar { padding: 74px 0; width: 100%; position: relative; }
.history-bar ul {display: flex; flex-wrap: wrap;}
.history-bar ul li {
    margin: 15px;
    flex: 1 0 40%;
}
.history-bar ul.history-slider li {margin:0;}
.history-bar .image {
    display: block;
    position: relative;
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #979797;
}
.history-bar .image .icon {
    padding: 0;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 60px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    z-index: 99;
}
.history-bar .heading h2::after { margin-bottom: 25px; }
.history-bar span {
    display: block;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.04em;
    padding: 15px 0 5px;
    text-transform: uppercase;
    font-family: 'benton-sans-compressed', sans-serif;
}
.history-bar h3 {
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}
.history-bar h3 a { color: #120c0e; }
.history-bar .slick-arrow {
    border: none;
    position: absolute;
    cursor: pointer;
    top: 0;
    z-index: 99;
    text-indent: -9999px;
    width: 34px;
    height: 88%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px;
    font-size: 60px;
    background-color: rgba(0, 0, 0, 0);
}
.history-bar .slick-prev { left: 15px; background-image: url(../images/prev.png); }
.history-bar .slick-arrow:focus { outline: none; }
.history-bar .slick-next {
    right: 15px;
    background-image: url(../images/next.png);
}
.history-bar .slick-arrow.slick-disabled { opacity: 0; }
.history-bar .history { margin: 0 -15px; position: relative; width: 100%;}
.history-bar .slick-track .block {
  width: 100%;
}
.history-bar .slick-track li {
    width: 100%;
    float: left;
    padding: 0 15px;
    max-width: 709px;
}
.history-bar .slick-track li.small { max-width: 354px; }
.history-bar .slick-track li.mobile-show { display: none; }
.history-bar .slick-track li.small span { padding: 5px 0; font-size: 14px; line-height: 18px; }
.history-bar .slick-track li.small h3 { font-size: 17px; line-height: 18px; }
.history-bar .slick-track li.small span.icon { padding: 0; }
.history-bar .slick-track li.small>.block h3 { min-height: 76px; }
.history-bar .slick-track li.small span {} .history-bar ul.tabs {
    overflow: hidden;
    list-style: none;
    padding: 0 0 40px;
    margin: -5px 0 0;
}
.history-bar ul.tabs li {
    color: #000000;
    cursor: pointer;
    font-size: 19px;
    letter-spacing: 0.04em;
    margin-right: 40px;
    text-transform: uppercase;
    font-family: 'benton-sans-compressed', sans-serif;
    font-weight: 700;
    float: left;
}
.history-bar ul.tabs li.inactive { color: #979797; }
.history-bar ul.tabs li:hover,
.history-bar ul.tabs li.current {
    color: #ae7c0d;
}
.history-bar ul.tabs.not_available li.current { color: #ae7c0d; }
.history-bar ul.tabs.not_available li { color: #979797; }
.history-bar .pagination {
    text-align: center;
    width: 100%;
}
.history-bar .pagination span {
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    width: auto;
    text-transform: none;
    padding: 0;
    margin: auto;
    color: #9c9c9c;
}
.history-bar .pagination span.pagingInfo:before {
    content: 'Showing';
    display: inline-block;
    padding-right: 3px;
}
.history-bar .pagination span.pagingInfo:after {
    content: 'Results';
    display: inline-block;
    padding-left: 3px;
}
.history-bar div.not_available p {
    font-size: 17px;
    line-height: 22px;
    display: inline-block;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    width: auto;
    text-transform: none;
    padding: 0;
    margin: auto;
    color: #120c0e;
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -13px;
    width: 100%;
    text-align: center;
}
.history-bar div.not_available {
    min-height: 466px;
    border: 1px solid #cecece;
    position: relative;
    border-radius: 3px;
    margin-bottom: 25px;
}

/* ARTICLES */
.article-block { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #ccc; }
.articleListBlockDate { display: block; font-size: 12px; color: #666; }
.articleListBlockHeader { }
.articleSummary { display: block; }
.articleAuthor { display: block; font-size: 14px; color: #000; margin-bottom: 10px; }

/* browse_by_sec */
.browse_by_sec { width: 100%; position: relative; padding: 60px 0; }
.browse_by_sec .select .nice-select span.current { line-height: 22px; }
.browse_by_sec .select .nice-select .option {
    text-transform: none;
}
.browse_by_sec .wrapper {
    margin: auto;
    max-width: 1178px;
    padding: 0 15px;
}
.browse_by_sec .links {
    list-style: none;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.browse_by_sec .links>li {
    width: 20%;
    float: left;
    padding: 0 10px 0 0;
}
.browse_by_sec .links>li:nth-child(5n+1) {
    clear: both;
}
.browse_by_sec ul.tabs {
    overflow: hidden;
    list-style: none;
    padding: 0 0 80px;
    margin: 0;
}
.browse_by_sec ul.tabs li {
    color: #000000;
    cursor: pointer;
    font-size: 20px;
    margin-right: 50px;
    text-transform: uppercase;
    font-family: 'benton-sans-compressed', sans-serif;
    font-weight: 700;
    float: left;
}
.browse_by_sec ul.tabs li:hover,
ul.tabs li.current {
    color: #ae7c0d;
}
.producers, .regions {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}
.browse_by_sec h3 {
    color: #000;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-weight: 700;
    font-size: 24px;
    padding: 0 0 25px;
}
.browse_by_sec .panel ul { list-style: none; overflow: hidden; padding: 0 0 80px; margin: 0; }
.browse_by_sec .panel ul li ul {padding-bottom: 0;}
.browse_by_sec .full .panel ul li { width: 100% !important; float: left; padding-bottom: 7px; padding-right: 10px; }

.browse_by_sec .panel ul li a {
    text-decoration: none;
    color: #000;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 17px;
    line-height: 22px;
    display: inline-block;
    font-weight: 400;
}
.browse_by_sec .panel ul li h3 a {
    text-decoration: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: #004d8d;
}
.browse_by_sec .panel ul li h3 a:hover {
    text-decoration: underline;
}
.browse_by_sec .panel ul li a:hover {
    color: #004d8d;
}
.browse_by_sec .right-side { float: right; margin-top: -14px; }
.browse_by_sec .select { float: right; width: 230px; }
.browse_by_sec .right-side small {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px 0 0;
    display: inline-block;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    letter-spacing: 0.03em;
}
.browse_by_sec .links li { width: 100% !important; margin-bottom: 10px; }
.browse_by_sec .full ul { width: 20% !important; float: left; }
.mobile-filter-sec { display: none; }

/* GRAY BAR */
.gray-bar { padding: 25px 0; width: 100%; position: relative; background: #f2f6f9; }
.gray-bar h1 {
    float: left;
    font-size: 40px;
    line-height: 50px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-weight: 700;
}
.gray-bar .container:after {
    content: '';
    clear: both;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 0px;
}
.gray-bar .btn {
    margin-top: -24px;
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
}
.gray-bar.search_sec .search-block {
    max-width: 920px;
    margin: 0 auto -80px;
    background: #fff;
    border: 1px solid #b19041;
    padding: 35px;
    border-radius: 5px;
}
.gray-bar.search_sec .search-block form {
    position: relative;
    max-width: 684px;
    margin: auto;
}
.gray-bar.search_sec h1 {
    text-align: center;
    float: none;
    text-align: center;
    padding: 0 0 55px;
}
.gray-bar.search_sec h1 span {
    color: #1e4f91;
}
.gray-bar.search_sec .search {
    height: 30px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 18px;
    color: #4b4748;
    letter-spacing: 0.01em;
    border: none;
    border-bottom: 2px solid #c5c3c4;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    padding: 0 40px 0 10px;
}
.gray-bar.search_sec .button {
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    background: url(../images/search.png) center center no-repeat;
    background-size: 18px;
    width: 24px;
    height: 26px;
    text-indent: -9999px;
    cursor: pointer;
    margin: 0;
}
.gray-bar.search_sec {
    margin-bottom: 60px;
}
.gray-bar.search_sec {
    z-index: 9;
}
.gray-bar .wrapper {
    max-width: 1190px;
    margin: auto;
    position: relative;
    padding: 0 15px;
}
.dark-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}
.dark-overlay.show {
    opacity: 1;
    z-index: 8;
    visibility: visible;
}
/* bages-bar */

.bages-bar {
    padding: 22px 0 70px;
    width: 100%;
    position: relative;
}
.bages-bar .left-sec {
    width: 32.2%;
    float: left;
}
.bages-bar .left-sec .favorite-icon {
    width: 40px;
    font-size: 8px;
    line-height: 12px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 15px;
    display: none;
    color: #170c10;
}
.bages-bar .left-sec .favorite-icon img {
    width: 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #f3f6f9;
}
.bages-bar .left-sec .zoom-in img,
.bages-bar .left-sec .zoom-out img {
    width: 29px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #f3f6f9;
    margin: auto;
}
.bages-bar .left-sec .zoom-in span,
.bages-bar .left-sec .zoom-out span {
    display: none;
    font-size: 8px;
    line-height: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #170c10;
}
.bages-bar .left-sec .zoom-in,
.bages-bar .left-sec .zoom-out {
    text-decoration: none;
    text-align: center;
    width: 29px;
    display: block;
    opacity: 0.5;
}
.bages-bar .left-sec .zoom-in:hover,
.bages-bar .left-sec .zoom-out:hover {
    opacity: 1;
}
.bages-bar .left-sec .zoom-in.disabled,
.bages-bar .left-sec .zoom-out.disabled {
    opacity: 0.5;
}
.bages-bar .left-sec .zoom-out {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 9;
}
.bages-bar .left-sec .zoom-in {
    position: absolute;
    right: 15px;
    bottom: 52px;
    z-index: 9;
}

.sticky {
    position: fixed;
    top: 70px;
    margin: 0;
    width: 344px;
}

.abs {
    position: absolute;
    bottom: 10px;
    width: 344px;
}

.bages-bar .left-sec .big-image { position: relative; border: 1px solid #cacaca; }
.bages-bar .right-sec { width: 24.8%; float: right; }
.bages-bar .center-sec { width: 43%; padding: 0 25px; display: inline-block }
.bages-bar .big-image .slick-list li { position: relative; padding: 0 0.5px; }
.bages-bar .small-image { margin-right: -22px; padding-top: 22px; }
.bages-bar .small-image li { padding-right: 26px; }
.bages-bar .small-image li img { border: 1px solid #cacaca; cursor: pointer; }
.bages-bar .small-image li.slick-current img { border: 1px solid #000; }
.bages-bar img { width: 100%; }
.bages-bar .buy-futures { padding: 23px 23px 15px 23px; border-radius: 5px; border: 1px solid #979797; background-color: #fff; z-index: 1;}
.bages-bar .buy-futures .section-title { font-weight: 600; margin-bottom: 10px; }
.bages-bar .productDescription p { margin-bottom: 20px; }
.buy-futures .black-btn:disabled { opacity: .5; background: #000; pointer-events: none; }
.bages-bar .buy-futures .price {
    display: block;
    text-align: right;
    padding: 28px 15px 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}
.bages-bar .buy-futures .bottle-price {
    display: block;
    text-align: right;
    padding: 0 15px 30px;
    font-size: 14px;
    color: #a1a1a1;
}
.bages-bar .buy-futures .col3 {
    width: 30.9%;
    padding-right: 15px;
    float: left;
}
.bages-bar .buy-futures .col4 {
    width: 69.1%;
    float: left;
    padding-bottom: 15px;
}
.bages-bar .buy-futures .black-btn { width: 100%; font-weight: 500; }
.bages-bar .buy-futures .btn { width: 100%; min-width: 10px; font-weight: 500; }
.bages-bar .buy-futures p { padding: 0; }
.bages-bar .buy-futures label p { font-size: 12px; line-height: 16px; }
.bages-bar .buy-futures p strong { font-weight: 600; }
.bages-bar .buy-futures .form-check input[type="radio"] { display: inline-block }
.text-error.error {
    border: 1px solid #f00;
    color: #f00;
    border-radius: 0;
    padding: 7px 10px;
    line-height: 15px;
    margin-bottom: 5px;
	margin-top: 5px;
    font-weight: 600;
}

.select-wrapper { position: relative; margin-bottom: 10px; }
.select-wrapper select.form-control {
    text-indent: 1px;
    position: relative;
    z-index: 1;
    width: 100%;
    line-height: 15px;
    border: 1px solid #cecece;
    border-radius: 4px;
    display: block;
    color: #000;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    /* padding: 0 23px 0 15px; */
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    height: 35px !important;
    cursor: pointer;
}

.select-wrapper.large select.form-control {
    height: 48px !important;
    font-family: 'benton-sans', sans-serif, Arial;
    font-weight: 500;
}
.select-wrapper select::-ms-expand { display: none; }
.select-wrapper select option:disabled { color: #A8A8A8; }
label > .text-link {
    cursor: pointer;
    text-decoration: underline;
    color: #05417d;
    margin-top: -8px;
    display: block;
}
label > .text-link:hover { color: #014c8c; text-decoration: underline; }
.bages-bar .slick-arrow { display: none !important; }
.bages-bar .futures-tag { position: absolute; left: 15px; top: 15px; }
.bages-bar .block { padding: 0 0 25px; min-height: 162px; }
.bages-bar .block.giftCardDescription { min-height: 100px; }
.bages-bar .block.rating { min-height: 70px; padding-bottom: 0px; }
.bages-bar h4 { padding-bottom: 15px; font-family: "Mercury Display A", "Mercury Display B", Georgia; font-size: 20px; }
.bages-bar .col1 {
    width: 25%;
    float: left;
    padding-right: 13px;
}
.bages-bar .col2 {
    width: 33.333%;
    float: left;
    padding-right: 13px;
}
.bages-bar .col5 {
    width: 50%;
    float: left;
    padding-right: 13px;
}
.bages-bar .row {
    padding-bottom: 35px;
}
.bages-bar .gray {
    background: #f2f6f9;
    border-radius: 3px;
    overflow: hidden;
    padding: 13px 20px;
    position: relative;
    margin-bottom: 12px;
}
.bages-bar .gray span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 12px;
    padding-bottom: 5px;
    padding-top: 7px;
}
.bages-bar .gray span.space-none {
    padding-top: 0;
}
.bages-bar .gray strong {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}
.bages-bar .bin-number {
    display: block;
    text-align: right;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 14px;
    color: #170c10;
    font-weight: 300;
}
.bages-bar .more-text {
    overflow: hidden;
    padding: 20px;
    background: #f1f1f1;
    border-radius: 4px;
    margin-top: 20px;
}
.bages-bar .more-text h4 {} .bages-bar .more-text p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.02em;
}
.bages-bar .info-icon {
    position: absolute;
    right: 15px;
    top: 17px;
    width: 20px;
    height: 21px;
    display: block;
    background: url(../images/info-icon.png) center center no-repeat;
    background-size: 20px;
}
.bages-bar .color-sec { padding: 0 0 15px; overflow: hidden; }
.bages-bar .color-sec li {
    position: relative;
    overflow: auto;
    line-height: 17px;
    padding: 8px 10px 25px 55px;
}
.bages-bar .color-sec li img {
    height: 37px;
    width: auto;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
}
.bages-bar .color-sec li.color-img img {
    border: 1px solid #cecece;
    border-radius: 50px;
}
.bages-bar .color-sec li span {
    width: 130px;
    float: left;
    color: #979797;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 20px;
}
.bages-bar .color-sec li p { padding-left: 150px; line-height: 20px; }
.bages-bar .color-sec li p cite { font-style: normal; position: relative; text-transform: capitalize; }
.bages-bar .link {
  display: block;
  font-size: 18px;
  background: #f0f0f0;
  color: #2764a2;
  text-transform: uppercase;
  padding: 10px 24px;
  text-align: center;
  line-height: 24px;
  font-family: 'benton-sans-compressed', sans-serif;
  font-weight: 700;
  border-radius: 5px;
  float: left;
  margin-right: 15px;
  margin-bottom: 8px;
}
.bages-bar .price-sec { overflow: hidden; padding: 15px 0; min-height: 67px; }
.bages-bar .price-sec strong {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 10px;
}
.bages-bar .price-sec strong + strong {
    text-align: right;
    width: 50%;
    float: left;
    padding: 0 18px 0 0;
    font-size: 18px;
}
.bages-bar .price-sec aside { padding: 5px 0; display: block; overflow: hidden; }
.bages-bar .col4.space-none { padding: 0; }
.bages-bar h5 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
}
.bages-bar h5 span {
    display: block;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    padding: 10px 0 0;
}
.bages-bar .limited-tag { position: absolute; left: 15px; top: 15px; background: #fff; }
.select.single-arrow .nice-select span.current {
    font-size: 16px;
    padding-top: 8px;
    padding-right: 25px;
    font-family: 'benton-sans', sans-serif, Arial;
    background-image: url(../images/select-arrow.png);
    background-size: 30px;
}
.select.single-arrow .nice-select .option { font-family: 'benton-sans', sans-serif, Arial; }

.bages-bar .addToCartBlock p.inStockLabel { text-align: center; font-size: 14px; margin-top: 3px; }

/* producer-bar */
.producer-bar { padding-bottom: 60px; width: 100%; position: relative; clear: both; }
.producer-bar ul.tabs { overflow: hidden; list-style: none; padding: 0 0 40px; margin: -5px 0 0; }
.producer-bar ul.tabs li {
    color: #000000;
    cursor: pointer;
    font-size: 19px;
    letter-spacing: 0.03em;
    margin-right: 52px;
    text-transform: uppercase;
    font-family: 'benton-sans-compressed', sans-serif;
    font-weight: 700;
    float: left;
}
.producer-bar ul.tabs li:hover, ul.tabs li.current { color: #ae7c0d; }
.producer-bar .image {
    position: relative;
    width: 100%;
    min-height: 418px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.producer-bar .text {
    position: absolute;
    background-color: #021a30;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    display: flex;
    align-items: flex-end;
}
.producer-bar .text h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.producer-bar .text p {
    line-height: 28px;
    color: #fff;
    font-size: 16px;
}
.producer-bar .learn-more {
    color: #fff;
    border-color: #fff;
    margin-left: auto;
}
.producer-bar .learn-more:hover, .producer-bar .learn-more:active {
    background-color: #fff;
    color: #021a30;
}
.producer-bar .col {
    padding: 0;
    padding-right: 20px;
    max-width: 600px;
}

/* inner_banner-bar */
.inner_banner-bar { width: 100%; position: relative; background-position: center center; background-repeat: no-repeat; background-size: cover; background-color: #001d38; margin-bottom: 40px; min-height: 250px;}
.inner_banner-bar.no_bannerImg {
    min-height: auto;
}
.inner_banner-bar.no_bannerImg .bluebg-wrapper {
    height: 120px;
}
.inner_banner-bar h1 {
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-weight: normal;
    font-size: 40px;
    line-height: 1.2;
    z-index: 99;
}
.inner_banner-bar h1 span {
    font-size: 16px;
    line-height: 22px;
    display: block;
    font-family: 'benton-sans', sans-serif, Arial;
    padding: 25px 0 0;
    margin-bottom: -50px;
}
.inner_banner-bar:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}
.inner_banner-bar h1 span.text-up { margin: 0; text-transform: uppercase; }
.inner_banner-bar .bluebg-wrapper {
  position: relative;
  height: 250px;
  max-width: 1200px;
}
.inner_banner-bar .bluebg-text {
  float: left;
  position: absolute;
  bottom: 0;
  margin: auto;
  background-color: #001d38;
  padding: 20px 40px 20px 0;
  min-width: 40%;
}
@media screen and (max-width:768px) {
  .inner_banner-bar .bluebg-text {width: 100%;}
  .inner_banner-bar .bluebg-text h1 {padding: 0;}
  .inner_banner-bar .bluebg-text::after {
    content: "";
    background-color: #001d38;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1000px;
    right: -1000px;
  }
}
.inner_banner-bar .bluebg-text::before {
  content: "";
  background-color: #001d38;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1000px;
  left: -1000px;
}
.terms-text { padding: 20px 0; }
.terms-text .wrapper {
    max-width: 1190px;
    margin: auto;
    position: relative;
    padding: 0 15px;
}
.terms-text p { line-height: 28px; padding-bottom: 55px; }

/* NEWSLETTER SECTION */
.newsletter-sec { padding: 20px 0 50px; width: 100%; position: relative; }
.newsletter-sec .wrapper { max-width: 1190px; margin: auto; position: relative; padding: 0 15px; }
.newsletter-sec .wrapper:after {
    content: '';
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 0px;
    display: block;
}
.newsletter-sec h2 { text-align: left; float: none; }
.newsletter-sec .heading { text-align: left; }
.newsletter-sec .left_sec {
    float: left;
    width: 50%;
    padding-right: 20px;
}
.newsletter-sec .right_sec {
    float: right;
    width: 50%;
    padding: 5px 0 50px 55px;
    border-left: 1px solid #e6e6e6;
    margin-top: 25px;
    min-height: 280px;
}
.newsletter-sec .right_sec .newsletter-sec .left_sec ul {
    list-style: none;
    overflow: hidden;
}
.newsletter-sec .left_sec ul li {
    width: 100%;
    float: left;
    position: relative;
    padding: 12px 0 15px 25px;
    letter-spacing: -0.01em;
}
.newsletter-sec .left_sec ul li p {
    padding: 0;
    line-height: 28px;
}
.newsletter-sec .left_sec ul li:after {
    content: '';
    display: block;
    position: absolute;
    left: 3px;
    top: 19px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #000;
}
.newsletter-sec .left_sec ul li strong {
    font-size: 20px;
    line-height: 24px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    display: block;
    padding: 0 0 15px;
    font-weight: 400;
}
.newsletter-sec .field {
    border: none;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #cecece;
    color: #190d10;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 15px;
    margin-bottom: 15px;
}
.newsletter-sec label {
    /*color: #a8a8a8;*/

    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 15px;
}
/*.newsletter-sec *::-webkit-input-placeholder { opacity:1; color: #a8a8a8; }
			.newsletter-sec *::-moz-placeholder {opacity:1;color: #a8a8a8; }
			.newsletter-sec *:-ms-input-placeholder {opacity:1;color: #a8a8a8; }*/

.newsletter-sec .black-btn {
    width: 100%;
    cursor: pointer;
    padding: 12px 20px;
}
.newsletter-sec .right_sec ul {
    list-style: none;
    overflow: hidden;
    padding: 0 0 18px;
    margin: 0;
}
.newsletter-sec .right_sec ul li {
    width: 50%;
    float: left;
    padding-right: 10px;
}
.newsletter-sec .right_sec ul li input[type="checkbox"] + label::after {
    position: absolute;
    left: 0px;
    top: 0px;
}
.newsletter-sec .right_sec ul li input[type="checkbox"] + label {
    position: relative;
    padding-left: 35px;
}
.newsletter-sec .right_sec ul li:nth-child(2n+1) {
    clear: both;
}
.newsletter-sec .right_sec.space-none {
    margin: 0;
}
.newsletter-sec h3 {
    font-size: 20px;
    line-height: 24px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    display: block;
    padding: 10px 0 15px;
}
.newsletter-sec p {
    line-height: 28px;
    padding: 0 0 20px;
}
.newsletter-sec .right_sec span {
    line-height: 28px;
    padding: 0 0 15px;
    font-size: 15px;
    display: block;
}
.newsletter-sec .checkbox label {
    font-family: 'benton-sans', sans-serif, Arial;
    line-height: 18px;
}
.wrapper_small {
    max-width: 1300px;
    margin: auto;
    position: relative;
    padding: 0 15px;
}
.wrapper_small:after {
    content: '';
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 0px;
    display: block;
}
/* sidenav-bar */

.sidenav-bar {
    padding: 3px 24px 15px;
    border-radius: 5px;
    margin: 18px 0px 30px 0;
    width: auto;
    position: relative;
    background: #f1f1f1;
}
.sidenav-bar ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.sidenav-bar li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #c3c3c3;
}
.sidenav-bar li a {
    display: block;
    color: #120c0e;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    padding: 11px 0;
}
.sidenav-bar li li {
    border: none;
    padding: 5px 0 6px;
}
.sidenav-bar li li a,
.sidenav-bar li.active li a {
    font-family: 'benton-sans', sans-serif, Arial;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    padding: 0;
    text-decoration: none;
    display: inline-block;
}
.sidenav-bar li ul {
    border-top: 1px solid #c3c3c3;
    padding: 10px 0 7px;
}
.sidenav-bar li:last-child {
    border: none;
}
.sidenav-bar li.active a {
    text-decoration: underline;
}
.sidenav-bar li li a:hover {
    text-decoration: underline;
}
.sidenav-bar li li.active a {
    font-weight: 700;
    text-decoration: underline;
}
.left-padding-60 {
    padding-left: 60px;
}
.left-padding-70 {
    padding-left: 70px;
    padding-bottom: 50px;
}
/* about-bar */

.formSubmitMessage {
    background-color: #f1f1f1;
    padding: 10px;
    margin-bottom: 30px;
}
#footer-part .formSubmitMessage {display: none; margin: 0;}
#footer-part .formSubmitMessage.show {display: block;}
.formSubmitMessage h2 {
    font-family:"Mercury Display A", "Mercury Display B", Georgia;
    font-style: italic;
    margin-bottom: 0;
    color: #001d38;
}
.about-bar .form-builder h1 {display: none;}
.about-bar form>:nth-child(even) {
    width: 48%;
    float: left;
    margin-right: auto;
}
.about-bar form>:nth-child(odd) {
    width: 48%;
    float: right;
}
.about-bar form>:nth-child(8) {
    width: 100%;
}

.about-bar form input,
.buy-futures form input {
    width: 100%;
    border: 1px solid #cecece;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 9px;
    padding-bottom: 6px;
    line-height: 1.0;
}
.buy-futures form input[type="checkbox"] {
    width: auto;
    margin: 0 15px 0 0;
}
.about-bar form label,
.buy-futures form label {
    color: #130c0e;
    font-family: georgia, serif;
    font-size: 13px;
    margin-bottom: 5px;
}
.about-bar form textarea,
.buy-futures form textarea {
    width: 100%;
    border: 1px solid #cecece;
    border-radius: 5px;
    padding: 9px;
}
.about-bar form input[type=submit] {
    max-width: 150px;
    background-color: #00253e;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    margin-top: 30px;
}
.about-bar form input[type=submit]:hover {
    background-color: #b19041;
    cursor: pointer;
}
.about-bar form .col {padding: 0;}

@media screen and (min-width: 992px) {
    .about-bar form {
        display: flex;
        flex-wrap: wrap;
    }
    .about-bar form .col {
        flex: 1 0 48%;
    }
    .about-bar form .col:nth-child(odd) {
        margin-right: 10px;
    }
}

.about-bar {
    padding-top: 15px;
    width: 100%;
    position: relative;
}
.about-bar p {
    line-height: 28px;
    padding-bottom: 30px;
    color: #190d10;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
}
.about-bar .row {
    padding-bottom: 75px;
}
.about-bar img {
    width: 100%;
}
.about-bar h3 {
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 20px;
    color: #190d10;
    line-height: 24px;
    padding-bottom: 25px;
    font-weight: 700;
}
.about-bar h3 span {
    display: block;
    font-family: 'benton-sans', sans-serif, Arial;
    font-size: 16px;
    text-transform: uppercase;
}
.about-bar p a {
    display: inline-block;
    color: #190d10;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.01em;
}
.about-bar .details {
    overflow: hidden;
    padding: 0 0 10px;
    margin: 0;
}
.about-bar .details li {
    width: 100%;
    float: left;
    padding: 25px 0;
}
.about-bar .details li img {
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    width: 205px;
}
.about-bar .details li .right-text {
    overflow: hidden;
    padding: 0 0 0 55px;
}
.about-bar .details li p {
    padding-bottom: 20px;
}
.about-bar .details li .btn {
    text-align: center;
    min-width: 250px;
}
.morecontent span,
.morecontent2 span,
.morecontent3 span {
    display: none;
}
.morecontent .morelink,
.morecontent3 .morelink3 {
    display: inline-block;
    text-transform: uppercase;
    color: #190d10;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.01em;
}
.about-bar .row.space-none {
    padding-bottom: 45px;
}
.about-bar .event-details {
    padding: 0 0 25px;
}
.about-bar .event-details aside {
    padding: 9px 0;
}
.about-bar .event-details aside span {
    width: 138px;
    float: left;
    text-transform: uppercase;
    line-height: 22px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.about-bar .event-details aside p {
    overflow: hidden;
    padding: 0;
    line-height: 22px;
}
.about-bar .event-details aside p a {
    color: #1e4f91;
    letter-spacing: 0.03em;
}
.about-bar address {
    font-size: 16px;
    line-height: 20px;
    display: block;
    font-style: normal;
    padding: 0 0 20px;
}
.about-bar .address h3 {
    padding-bottom: 10px;
}
.about-bar .address .row.space-none {
    padding-bottom: 30px;
}
.about-bar .map {
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 390px;
    max-width: 825px;
    background-size: cover;
}
.about-bar .image-gallery {} .about-bar .image-gallery ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.about-bar .image-gallery .slick-list li {
    min-height: 440px;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-bar .image-gallery .slick-list li:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+95 */

    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 95%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 95%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 95%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */

    min-height: 100px;
    z-index: 9;
}
.about-bar .image-gallery .caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 60%;
    padding: 18px 30px;
    z-index: 10;
}
.about-bar .image-gallery .caption span {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    display: block;
}
.about-bar .image-gallery .slick-dots {
    position: absolute;
    right: 15px;
    bottom: 22px;
}
.about-bar .image-gallery .slick-dots li {
    margin-right: 22px;
    float: left;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.about-bar .image-gallery .slick-dots li button {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: relative;
    padding-left: 10px;
    border: none;
    background: none;
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.about-bar .image-gallery .slick-dots li.slick-active button {
    padding-right: 100px;
}
.about-bar .image-gallery .slick-dots li button:after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '0';
}
.about-bar .image-gallery .slick-dots li button:before {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: absolute;
    right: 0px;
    bottom: 5px;
    height: 2px;
    content: '';
    background-color: #fff;
}
.about-bar .image-gallery .slick-dots li.slick-active button:before {
    padding-right: 72px;
}
.about-bar .image-gallery .slick-dots li button:hover {
    color: #c0a052;
}
.about-bar .image-gallery .slick-dots li button:focus {
    outline: none;
}
.about-bar .image-gallery .zoom-icon {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: rgba(0, 0, 0, 0.4) url(../images/gallery-zoom.png) center center no-repeat;
    background-size: 44px;
    right: 10px;
    top: 10px;
    z-index: 9;
}
.about-bar .image-gallery .zoom-icon:hover {
    background-color: rgba(0, 0, 0, 0.9);
}
.about-bar.right-space {
    padding-right: 62px;
}
/* stores-bar */

.stores-bar {
    padding-bottom: 60px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.stores-bar p {
    line-height: 28px;
    padding-bottom: 30px;
    color: #190d10;
}
.stores-bar .left {
    width: 45.2%;
    float: left;
}
.stores-bar .right {
    width: 45.2%;
    float: right;
}
.stores-bar .image {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 323px;
    position: relative;
}
.stores-bar .image:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#969696+0,2b2b2b+100&0+0,1+100 */

    background: -moz-linear-gradient(top, rgba(150, 150, 150, 0) 0%, rgba(43, 43, 43, 1) 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(top, rgba(150, 150, 150, 0) 0%, rgba(43, 43, 43, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, rgba(150, 150, 150, 0) 0%, rgba(43, 43, 43, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00969696', endColorstr='#2b2b2b', GradientType=0);
    /* IE6-9 */
}
.stores-bar h3 {
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    padding-bottom: 25px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding-bottom: 45px;
    padding-left: 30px;
    padding-right: 20px;
    z-index: 9;
}
.stores-bar .more {
    position: absolute;
    right: 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.03em;
    bottom: 25px;
    z-index: 9;
    padding: 0;
    font-weight: 500;
}
/* gallery-bar */

.gallery-bar {
    padding: 0 0 40px;
    width: 100%;
    position: relative;
}
.gallery-bar .image {
    min-height: 260px;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.gallery-bar .image:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.19+0,1+93 */

    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.19) 0%, rgba(255, 255, 255, 1) 93%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.19) 0%, rgba(255, 255, 255, 1) 93%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.19) 0%, rgba(255, 255, 255, 1) 93%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#30ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}
.gallery-bar .text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 20px 15px;
    z-index: 9;
}
.gallery-bar .gallery-btn {
    color: #130c0e;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.gallery-bar h3 {
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 25px;
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 12px;
}
.gallery-bar.mobile-hide {
    display: block;
}
.gallery-bar.mobile-show {
    display: none;
}
/* events-bar */

.events-bar {
    padding: 15px 62px 15px 0;
    width: 100%;
    position: relative;
}
.events-bar .search {
    height: 30px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 14px;
    color: #190d10;
    letter-spacing: 0.01em;
    border: none;
    border-bottom: 1px solid #8a8687;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    padding: 0 40px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
}
/*.events-bar *::-webkit-input-placeholder { opacity:1; color: #a8a8a8; }
			.events-bar *::-moz-placeholder {opacity:1;color: #a8a8a8; }
			.events-bar *:-ms-input-placeholder {opacity:1;color: #a8a8a8; }*/

.events-bar .button {
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    background: url(../images/search.png) center center no-repeat !important;
    background-size: 18px !important;
    margin: 0;
    width: 24px;
    height: 26px;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 999;
}
.events-bar .search-block {
    position: relative;
}
.events-bar .show-results {
    display: block;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 18px;
    color: #abaaab;
    letter-spacing: 0.01em;
    border: none;
    border-bottom: 1px solid #8a8687;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    min-height: 30px;
}
.events-bar .top-sec {
    padding: 0px 0 10px;
    margin-top: -8px;
}
.events-bar .top-sec:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 0px;
}
.events-bar .top-sec strong {
    font-family: 'benton-sans-compressed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 0.03em;
    line-height: 24px;
    padding-bottom: 20px;
    display: block;
}
.events-bar .col1 {
    width: 28.5%;
    float: left;
    padding-right: 20px;
}
.events-bar .col2 {
    width: 48.7%;
    float: left;
    padding-right: 20px;
}
.events-bar .col3 {
    width: 22.8%;
    float: left;
}
.events-bar .blank {
    text-indent: -9999px;
    display: block;
}
.events-bar select {
    height: 30px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 15px;
    color: #191315;
    letter-spacing: 0.01em;
    border: none;
    border-bottom: 1px solid #8a8687;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    padding: 0 25px 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
    background: url(../images/select-arrow2.png) right bottom no-repeat;
    background-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-border-radius: 0;
}
.events-bar .bottom-sec .col1 {
    width: 15.5%;
}
.events-bar .bottom-sec .col2 {
    width: 68%;
}
.events-bar .bottom-sec .col3 {
    width: 16.5%;
}
.events-bar .bottom-sec {
    text-align: left;
}
.events-bar .bottom-sec strong {
    text-transform: uppercase;
    font-size: 15px;
}
.events-bar .bottom-sec li {
    padding: 15px 0;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    float: left;
    border-bottom: 2px solid #e5e5e5;
}
.events-bar .bottom-sec li span {
    padding-right: 20px;
    display: block;
    font-size: 17px;
    line-height: 24px;
}
.events-bar .bottom-sec li span a {
    color: #190d10;
    text-decoration: underline;
}
.events-bar .bottom-sec li span a:hover {
    text-decoration: none;
}
.events-bar .bottom-sec ul {
    list-style: none;
    overflow: hidden;
}
.events-bar .bottom-sec li:first-child {
    border-color: #cccccc;
}
.events-bar.favorites_sec .col2 {
    width: 77.3%;
}
.events-bar.favorites_sec .col3 {
    width: 22.7%;
    padding: 0;
}
.events-bar.favorites_sec {
    padding-top: 20px;
}
.events-bar.events-bar .col1 .btn {
    min-width: 10px;
    width: 100%;
    display: block;
    margin-top: 25px;
}
.fancybox-skin {
    background: none;
}
/* gallery-popup */

.gallery-popup {
    padding: 0 155px 70px;
    display: none;
    width: 1440px;
    overflow: hidden;
    z-index: 9999;
    background: rgba(0, 0, 0, 0);
}
.gallery-popup h4 {
    text-align: center;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 18px;
    display: block;
    letter-spacing: 0.03em;
    padding: 38px 0 53px;
}
.gallery-popup .image span {
    display: block;
    border: 1px rgba(255, 255, 255, 0.5) solid;
    background: #000;
}
.gallery-popup .image span img {
    display: block;
    margin: auto;
}
.gallery-popup .image {
    float: left;
    width: 670px;
}
.gallery-popup .image {} .gallery-popup .text {
    overflow: hidden;
    color: #fff;
    padding: 0 0 0 25px;
}
.gallery-popup h2 {
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    text-transform: uppercase;
    font-size: 31px;
    padding: 5px 0 0;
}
.gallery-popup h2 span {
    display: block;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.01em;
    font-style: italic;
    text-transform: none;
}
.gallery-popup p {
    color: #fff;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    padding: 25px 0 18px;
    line-height: 32px;
    font-weight: normal;
    letter-spacing: -0.02em;
}
.gallery-popup .text strong {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.03em;
}
.gallery-popup .text strong span {
    font-weight: normal;
}
.gallery-popup .image cite {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    padding: 5px 0;
    display: block;
    letter-spacing: 0.03em;
    color: #fff;
    font-style: normal;
}
.gallery-popup .slick-arrow {
    border: none;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: 0px;
    z-index: 999;
    text-indent: -9999px;
    width: 34px;
    height: 68px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 32px;
    font-size: 60px;
    background-color: rgba(0, 0, 0, 0);
}
.gallery-popup .slick-prev {
    left: -110px;
    background-image: url(../images/prev_white.png);
}
.gallery-popup .slick-arrow:focus {
    outline: none;
}
.gallery-popup .slick-next {
    right: -110px;
    background-image: url(../images/next_white.png);
}
.gallery-popup .pagingInfo {
    position: relative;
    color: #fff;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    left: 154px;
    top: 44px;
}
/* image-text-bar */

.image-text-bar {
    padding: 0 0 60px;
    width: 100%;
    position: relative;
}
.image-text-bar .image {
    width: 100%;
    min-height: 419px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.image-text-bar h2 {
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 39px;
    line-height: 40px;
    padding: 0 0 20px;
}
.image-text-bar .text {
    overflow: hidden;
    padding: 55px 0 0;
}
.image-text-bar p {
    line-height: 30px;
    letter-spacing: -0.01em;
}
.image-text-bar.spacer {
    padding: 25px 0 0;
}
/* item_module-bar */

.item_module-bar {
    padding: 30px 0;
    width: 100%;
    position: relative;
}
.item_module-bar .col-01 {
    padding-right: 100px;
    width: 68%;
    float: left;
}
.item_module-bar .col-02 {
    width: 32%;
    float: left;
}
.item_module-bar .col-03 {
    width: 23.8%;
    float: left;
}
.item_module-bar .col-04 {
    padding: 35px 0 0 115px;
    width: 76.2%;
    float: left;
}
.item_module-bar .col-05 {
    width: 23.8%;
    float: left;
}
.item_module-bar .col-06 {
    padding: 35px 115px 0 0;
    width: 76.2%;
    float: left;
}
.item_module-bar .col-07 {
    width: 32%;
    float: left;
}
.item_module-bar .col-08 {
    padding: 60px 0 0 100px;
    width: 68%;
    float: left;
}
.item_module-bar .row { margin: 0; }
.item_module-bar h2 {
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 39px;
    line-height: 40px;
    padding: 15px 0 20px;
}
.item_module-bar p { line-height: 30px; }
.item_module-bar:after {
    display: block;
    margin: 75px auto 20px;
    max-width: 450px;
    height: 1px;
    background: #c2c0c0;
    content: '';
}
.item_module-bar .item-bar {  padding: 0; }

/* vineyards-bar */
.vineyards-bar { padding-bottom: 45px; width: 100%; position: relative; }
.vineyards-bar .wrapper { max-width: 1190px; margin: auto; position: relative; padding: 0 15px; }
.wrapper:after { clear: both; content: ''; display: block; width: 100%; height: 0px; }
.vineyards-bar p { line-height: 28px; margin-bottom: 20px; }
.vineyards-bar .left { width: 71%; float: left; padding-right: 150px; }
.vineyards-bar .right { float: right; width: 28.5%; }
.vineyards-bar .block {
    padding: 15px 15px 15px 75px;
    margin-bottom: 15px;
    position: relative;
    background: #f2f6f9;
    border-radius: 5px;
    min-height: 92px;
}
.vineyards-bar .block img {
    position: absolute;
    left: 20px;
    top: 50%;
    max-height: 36px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.vineyards-bar .block p { font-size: 14px; line-height: 24px; letter-spacing: 0.03em; }
.vineyards-bar .block p span { text-decoration: underline; }
.vineyards-bar h4 { font-family: "Mercury Display A", "Mercury Display B", Georgia; font-weight: 700; font-size: 17px; line-height: 20px; padding: 5px 0 5px; }

/* COLLECTION LANDING */
.collections-bar { padding-bottom: 45px; width: 100%; position: relative; }
.collections-bar .wrapper { max-width: 1190px; margin: auto; position: relative; padding: 0 15px; }
.collections-bar p { line-height: 28px; margin-bottom: 20px; }


/* PAYMENT METHODS */
.payment_method-bar { padding: 15px 65px 15px 0; width: 100%; position: relative; }
.payment_method-bar h2 { padding: 0 0 30px; font-family: "Mercury Display A", "Mercury Display B", Georgia; }
.payment_method-bar h3 { padding-bottom: 30px; line-height: 22px; font-size: 20px; font-family: "Mercury Display A", "Mercury Display B", Georgia; }
.payment_method-bar .card { padding: 10px 140px 10px 10px; border: 1px solid #cecece; margin-bottom: 15px; }
.payment_method-bar .card .cardPrimary { font-size: 12px; }
.payment_method-bar .card .cardPrimaryDefault { font-size: 12px; text-decoration: underline }
.payment_method-bar .top-btn a.makePrimary { background:no-repeat; background-image:none; padding-left: 0px; margin-right: 15px; }
.payment_method-bar .top-btn span.primaryDefault { font-weight: normal; margin-right: 15px; color: #666; }
.payment_method-bar h4 { font-size: 13px; line-height: 22px; font-family: "Mercury Display A", "Mercury Display B", Georgia; text-transform: uppercase; }
.payment_method-bar h4 span { display: block;text-transform: capitalize; padding: 0 0 10px 0; font-size: 14px; }
.payment_method-bar address {
    display: block;
    padding: 0;
    line-height: 18px;
    font-size: 14px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-weight: 400;
}
.payment_method-bar .card-number span {
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 13px;
    line-height: 16px;
    display: block;
    font-weight: 400;
}
.payment_method-bar .card-number img { width: 25px; float: left; }
.payment_method-bar .card-number { padding: 0 0 15px; }
.payment_method-bar .other-card a {
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
    text-transform: uppercase;
}
.payment_method-bar .other-card { padding-bottom: 30px; }
.payment_method-bar .shippingAddress.card.active { margin-bottom: 15px; }
.payment_method-bar .black-btn {
    min-width: 10px;
    width: 100%;
    margin-top: 40px;
    display: block;
}
.payment_method-bar .top-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 13px 15px;
}
.payment_method-bar .top-btn a {
    color: #1d4f91;
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    background: url(../images/delete-icon.png) left center no-repeat;
    background-size: 19px;
    padding-left: 25px;
}
.payment_method-bar .top-btn a.simple-btn { background-image:none; margin-right: 10px; }
.payment_method-bar .top-btn a.edit-btn { margin-left: 10px; background-image: url(../images/edit-icon.png); }
.payment_method-bar .top-btn a.edit-btn { margin-left: 10px; background-image: url(../images/edit-icon.png); }

/* edit-bar*/

.edit-bar {
    padding: 25px;
    padding-bottom: 50px;
    margin-bottom: 30px;
    border: 1px solid #cecece;
    border-radius: 5px;
    width: 100%;
    position: relative;
    word-wrap: break-word;
}
.edit-bar h3 {
    font-size: 17px;
    padding: 0 0 25px;
    line-height: 20px;
    font-weight: 600;
    color: #262020;
    padding-right: 54px;
}
.edit-bar span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 15px;
    color: #262020;
}
.edit-bar span strong {
    display: block;
    font-weight: 600;
}
.edit-bar .change_password {
    text-transform: uppercase;
    font-size: 15px;
    text-transform: uppercase;
    color: #262020;
    line-height: 22px;
    text-decoration: underline;
    font-weight: 600;
}
.edit-bar .change_password:hover {
    opacity: 0.6;
}
.edit-bar a.edit-btn {
    color: #120c0e;
    font-size: 14px;
    line-height: 22px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    background: url(../images/edit-icon.png) no-repeat;
    background-size: 19px;
    background-position: right 15px top 7px;
    padding: 5px 15px;
    position: absolute;
    font-weight: bold;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f1f1f1;
}
/* item_purchased-bar */

.item_purchased-bar {
    padding: 15px 65px 15px 0;
    width: 100%;
    position: relative;
}
.item_purchased-bar h2 {
    padding: 0 0 20px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
}
.item_purchased-bar h2 a.see-all, .item_purchased-bar a.see-all {
    float: right;
    font-family: 'benton-sans', sans-serif, Arial;
    font-size: 14px;
    padding-top: 5px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 700;
}
.item_purchased-bar .viewAllOrders { text-align: right; width: 100%; font-size: 14px; text-align: right; }

.item_purchased-bar h3 {
    padding-bottom: 10px;
    line-height: 22px;
    font-size: 16px;
    letter-spacing: 0.03em;
    font-weight: 600;
}
.item_purchased-bar .block {
    border: 1px solid #cecece;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 5px 30px;
    position: relative;
    width: 100%;
}
.item_purchased-bar .row {
    margin: 0;
    padding: 25px 0;
    min-height: 165px;
    border-bottom: 1px solid #cecece;
}
.item_purchased-bar .row.small { min-height:auto; border-bottom: 0px; padding: 10px 0px;  }

.item_purchased-bar .top-sec span {
    font-size: 20px;
    line-height: 20px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    float: left;
}
.item_purchased-bar .top-sec span + span {
    float: right;
}
.item_purchased-bar .top-sec {
    padding: 17px 0;
    overflow: hidden;
    border-bottom: 1px solid #cecece;
}
.item_purchased-bar .col1 {
    float: left;
    width: 15%;
    padding-right: 30px;
}
.item_purchased-bar .col2 {
    float: left;
    width: 41%;
}
.item_purchased-bar .col2 a {
	color: #000;
}
.item_purchased-bar .col3 {
    float: left;
    width: 21%;
    text-align: right;
    padding-right: 20px;
}
.item_purchased-bar .col3 strong {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 5px;
}
.item_purchased-bar .col3 small {
    display: block;
    color: #838383;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}
.item_purchased-bar .col2 small {
    display: inline-block;
    color: #838383;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}
.item_purchased-bar .col4 {
    float: left;
    width: 23%;
    margin-left: auto;
}
.item_purchased-bar .btn { min-width: 10px; width: 100%; }
.item_purchased-bar .btn.btn-small { font-size: 12px; }

.item_purchased-bar .row.last {
    border: none;
    min-height: 10px;
}
.item_purchased-bar .mob_show {
    display: none;
}

/* RECENT FAVORITES */
.recent_fav-bar {
    padding: 15px 65px 15px 0;
    width: 100%;
    position: relative;
}
.recent_fav-bar h2 {
    padding: 0 0 20px;
    letter-spacing: 0.03em;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
}
.recent_fav-bar h2 a.see-all {
    float: right;
    font-family: 'benton-sans', sans-serif, Arial;
    font-size: 14px;
    padding-top: 5px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 700;
}
.recent_fav-bar h3 {
    padding-bottom: 10px;
    line-height: 22px;
    font-size: 16px;
    letter-spacing: 0.03em;
    font-weight: 600;
}
.recent_fav-bar .block {
    border: 1px solid #cecece;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 5px 30px;
    position: relative;
    width: 100%;
}
.recent_fav-bar .col1 {
    float: left;
    width: 11.5%;
    padding-right: 30px;
}
.recent_fav-bar .col2 {
    float: left;
    width: 67.5%;
}
.recent_fav-bar .col3 {
    float: right;
    width: 15%;
    text-align: right;
}
.recent_fav-bar .top-sec {
    overflow: hidden;
    padding: 17px 0;
}
.recent_fav-bar .top-sec span {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    display: block;
}
.recent_fav-bar ul.list {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}
.recent_fav-bar ul.list li {
    width: 100%;
    float: left;
    padding: 14px 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
}
.recent_fav-bar ul.list li:last-child {
    border: none;
}
.recent_fav-bar ul.list li span {
    padding: 7px 0;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    text-decoration: underline;
    padding-right: 10px;
}
.recent_fav-bar .delete-btn {
    position: absolute;
    right: 35px;
    text-indent: -9999px;
    opacity: 1;
    top: 50%;
    margin-top: -10px;
    width: 19px;
    height: 19px;
    background: url(../images/delete-icon.png) center center no-repeat;
    background-size: 19px;
    display: block;
    border:none;
    cursor: pointer;
}
.recent_fav-bar ul.list li:nth-child(even) {
    background: #f2f6f9
}
.recent_fav-bar ul.tabs {
    overflow: hidden;
    list-style: none;
    padding: 0 0 10px;
    margin: -5px 0 0 0;
}
.recent_fav-bar ul.tabs li {
    float: left;
    padding-right: 55px;
    font-size: 17px;
}
.recent_fav-bar ul.tabs li:last-child {
    padding: 0;
}
.recent_fav-bar ul.tabs li a {
    color: #000000;
    cursor: pointer;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-family: 'benton-sans-compressed', sans-serif;
    font-weight: 700;
    float: left;
}
.recent_fav-bar ul.tabs li.inactive {
    color: #979797;
}
.recent_fav-bar ul.tabs li a:hover,
.recent_fav-bar ul.tabs li.current a {
    color: #b49042;
    text-decoration: underline;
}
.recent_fav-bar.spacer .col1 {
    padding-right: 40px;
}
.brand-listing-bar .select-outer .nice-select li {
    text-transform: none;
}
.gray-bar {
    margin-bottom: 25px;
}
/* photoid-bar */

.photoid-bar {
    padding: 15px 65px 15px 0;
    width: 100%;
    position: relative;
}
.photoid-bar .block {
    padding: 25px;
    border: 1px solid #cacaca;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.photoid-bar .left {
    width: 378px;
    height: 378px;
    border: 1px solid #c4c4c4;
    background: #f1f1f1;
    float: left;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
}
.photoid-bar .right {
    padding: 0 0 0 25px;
    overflow: hidden;
}
.photoid-bar p {
    line-height: 26px;
    padding-bottom: 20px;
}
.photoid-bar .col1 {
    float: left;
    width: 100%;
}
.photoid-bar .col2 {
    float: left;
    width: 33.6%;
}
.photoid-bar .field {
    border: none;
    width: 100%;
    border-bottom: 1px solid #545051;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 15px;
    height: 25px;
}
.photoid-bar .black-btn {
    width: 100%;
    padding: 11px;
}
.photoid-bar small,
.photoid-bar label {
    display: block;
    font-size: 13px;
    line-height: 16px;
    margin-top: -5px;
    padding-bottom: 5px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    color: #a9a9a9;
}
.photoid-bar .row {
    margin: 0;
}
.photoid-bar .btn {
    width: 100%;
}
.photoid-bar .left .error {
    padding-left: 68px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 265px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    background: url(../images/error_icon2.png) center left no-repeat;
    background-size: 50px;
}
.photoid-bar .left .verification {
    padding: 10px 0 10px 68px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 290px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    background: url(../images/alert_icon.png) center left no-repeat;
    background-size: 50px;
}
.photoid-bar .left .image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 100%;
}
.black-btn.disabled,
.black-btn:disabled {
    background: #979797;
    opacity: 1;
}
.btn.disabled,
.btn:disabled {
    border-color: #979797;
    color: #979797;
    opacity: 1;
}
/* open_orders-bar */

.open_orders-bar {
    padding: 5px 65px 20px 0;
    width: 100%;
    position: relative;
}

.open_orders-bar h2 {
	padding-top: 20px;
	padding-bottom: 10px;
}

.orderHeader span { display: block; font-size: 12px; font-weight: bold; }

.open_orders-bar .top-sec {
    padding: 15px 0 20px;
    overflow: hidden;
    border-bottom: 1px solid #999898;
}
.open_orders-bar .col01 {
    float: left;
    width: 16%;
}
.open_orders-bar .col02 {
    float: left;
    width: 19%;
}
.open_orders-bar .col03 {
    float: left;
    width: 19%;
}
.open_orders-bar .col04 {
    float: left;
    width: 20%;
}
.open_orders-bar .col05 {
    float: left;
    width: 15%;
}
.open_orders-bar .col06 {
    float: right;
    width: 10%;
    text-align: right;
}
.open_orders-bar .top-sec strong {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.open_orders-bar ul.oreder-block {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.open_orders-bar ul.oreder-block>li {
    padding: 13px 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.open_orders-bar ul.oreder-block>li.orderDetail { border-bottom: 0px; }
ul.oreder-block .orderHistoryTotal span.text { text-align: right;     padding-right: 20px !important; }

.open_orders-bar ul.oreder-block>li span.text {
    display: block;
    line-height: 16px;
    font-size: 15px;
    padding: 10px 0;
}
.open_orders-bar ul.oreder-block>li:nth-child(even) { background: #f2f6f9; }
.open_orders-bar .pdf-download {
    display: block;
    margin: auto;
    background: url(../images/pdf-download.png) center center no-repeat;
    background-size: 30px;
    width: 32px;
    height: 32px;
}
.open_orders-bar .plus-btn {
    transition: none;
    -webkit-transition: none;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../images/plus-btn.png) center bottom no-repeat;
    background-size: 19px;
    width: 19px;
    height: 19px;
}
.open_orders-bar .tracking-box .plus-btn { position: relative; top: 0; right: 0; margin-left: auto; }
.open_orders-bar .active .plus-btn { background-position: center top; }
.open_orders-bar ul.oreder-block>li.active { padding-bottom: 0; }
.open_orders-bar .panel {
    width: 100%;
    float: left;
    border-top: 2px dashed #e4e4e4;
    margin-top: 13px;
    display: none;
    background: #fff;
}
.open_orders-bar .item_purchased-bar { padding: 0; }
.open_orders-bar .item_purchased-bar h2 {
    font-size: 20px;
    line-height: 20px;
    padding: 0;
}
.open_orders-bar .item_purchased-bar .col2 { width: 38%; }
.open_orders-bar .item_purchased-bar .col4 { width: 26%; }
.open_orders-bar.history .item_purchased-bar .col4 { width: 130px; }
.open_orders-bar.history .item_purchased-bar .col4 .btn { padding: 10px; white-space: normal; }
.open_orders-bar .payment_sec { overflow: hidden; padding: 30px 0 30px; }
.open_orders-bar .payment_sec h4 {
    color: #000;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 15px;
}
.open_orders-bar .payment_sec address {
    font-size: 14px;
    line-height: 1.3;
    padding-bottom: 25px;
    display: block;
}
.open_orders-bar .payment_sec address strong {
    margin: 15px 0 10px 0;
}
.giftMessage {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    padding: 10px 15px;
    display: inline-block;
    width: 95%;
    font-size: 13px;
    font-style: italic;
}
.open_orders-bar .payment_sec address strong { display: block; }
.open_orders-bar .payment_sec address p { font-size: 14px; line-height: 1.3; }
.open_orders-bar .payment_sec address .number { text-decoration: underline; }
.open_orders-bar .payment_sec address .delivery-info { display: block; }

.open_orders-bar .payment_sec > .left {
    width: 28.5%;
    float: left;
}
.open_orders-bar .payment_sec > .center {
    width: 28.5%;
    float: left;
}
.open_orders-bar .payment_sec > .center strong {
    margin: 15px 0 10px 0;
    display: block;
}
.open_orders-bar .payment_sec > .right {
    width: 43%;
    float: left;
}
.open_orders-bar .your-cart-bar .summary {
    padding: 20px 25px;
    margin: 0;
}
.open_orders-bar .your-cart-bar {
    padding: 0;
}
.open_orders-bar .other_link {
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    color: #190d10;
    line-height: 16px;
    margin-top: 5px;
}
.open_orders-bar .other_link:hover {
    opacity: 0.6;
}
.open_orders-bar .item_purchased-bar .btn .tab-show {
    display: none;
}
.open_orders-bar .black-btn.tab-show {
    display: none;
}
.open_orders-bar .bottom-sec {
    border-top: 2px dashed #e4e4e4;
    text-align: center;
    padding: 20px 15px;
}
.open_orders-bar .bottom-sec span {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 18px;
    padding: 0 15px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
}
.open_orders-bar .bottom-sec a {
    display: inline-block;
    vertical-align: top;
}
.open_orders-bar .bottom-sec a {
    border: none;
    cursor: pointer;
    width: 12px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 11px;
    background-color: rgba(0, 0, 0, 0);
}
.open_orders-bar .bottom-sec a.prev {
    left: 30px;
    background-image: url(../images/prev.png);
}
.open_orders-bar .bottom-sec a.next {
    right: 30px;
    background-image: url(../images/next.png);
}
.open_orders-bar .top-sec strong.tab-show {
    display: none;
}
.open_orders-bar.history .top-sec .col05 strong {
    display: none;
}
.open_orders-bar.history .top-sec .col05 strong.tab-show {
    display: block;
    text-align: center;
}
.open_orders-bar.history .top-sec .col06 strong {
    display: none;
}
.open_orders-bar.history .top-sec .col06 strong.tab-show {
    display: block;
}
.your-cart-bar .select-outer .nice-select li {
    text-transform: none;
}

/* PRIVACY LEGAL COOKIE */

#privacy-legal {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    background: #00253e;
    color: #fff;
    -webkit-box-shadow: 0 0 10px 4px rgba(0,0,0,.08);
    box-shadow: 0 0 10px 4px rgba(0,0,0,.08);
    padding: 25px 10px 0px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
#privacy-legal.show { display: block; }
#privacy-legal p, #privacy-legal a {
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 15px;
}
#privacy-legal a {
    font-weight: bold;
    text-decoration: underline;
}
#privacy-legal button.close {
    opacity: 1;
    color: #fff;
    font-weight: 100;
    position: absolute;
    right: 3px;
    top: -22px;
    font-size: 30px;
}
#privacy-legal button.link {
    color: #fff;
    border: none;
    background: none;
    font-weight: bold;
    text-decoration: underline;
    margin: 0 10px;
}
#privacy-legal button.link:hover {
    cursor: pointer;
}

/* MANAGE DATA PREFFERENCES MODAL */

.modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.modal-lg {
    max-width: 800px;
}
#managePreferences,
#closePreferences {
    padding: 15px;
}
#managePreferences,
#managePreferences p,
#closePreferences,
#closePreferences p {
    font-size: 14px;
    line-height: 1.2;
}
#managePreferences h2,
#closePreferences h2 {
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    color: rgb(31, 65, 96);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}
#managePreferences .btn-success,
#closePreferences .btn-caution,
#managePreferences .btn-light,
#closePreferences .btn-light {
    height: 32px;
    padding: 0px 16px;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    outline: none;
    transition: box-shadow 80ms ease-in-out 0s;
    min-width: auto;
    opacity: 1.0;
    text-transform: none;
}
#managePreferences .btn-light:hover,
#closePreferences .btn-light:hover {
    color: #000;
}
#managePreferences .btn-success {
    background-color: rgb(71, 184, 129);
    background-image: linear-gradient(to top, rgb(63, 175, 119), rgb(71, 184, 129));
    box-shadow: rgb(67 90 111 / 20%) 0px 0px 0px 1px inset, rgb(67 90 111 / 20%) 0px -1px 1px 0px inset;
    color: #fff;
    font-weight: 600;
}
#managePreferences .btn-light,
#closePreferences .btn-light {
    margin-right: 8px;
    background-color: rgb(255, 255, 255);
    background-image: linear-gradient(to top, rgba(67, 90, 111, 0.04), rgba(255, 255, 255, 0.04));
    box-shadow: rgb(67 90 111 / 14%) 0px 0px 0px 1px inset, rgb(67 90 111 / 8%) 0px -1px 1px 0px inset;
    font-weight: 500;
}
#closePreferences .btn-caution {
    background-color: rgb(243, 99, 49);
    background-image: linear-gradient(to top, rgb(244, 84, 29), rgb(243, 99, 49));
    box-shadow: rgb(67 90 111 / 20%) 0px 0px 0px 1px inset, rgb(67 90 111 / 20%) 0px -1px 1px 0px inset;
    color: #fff;
    font-weight: 500;
}
#light-table {
    margin-top: 15px;
}
#light-table td {
    padding: 8px 12px;
    border: 1px solid rgba(67, 90, 111, 0.114);
    font-size: 12px;
    color: rgb(67, 90, 111);
}
#light-table td p {
    font-size: 12px;
    color: rgb(67, 90, 111);
}
#light-table thead th {
    background: rgb(247, 248, 250);
    color: rgb(31, 65, 96);
    font-weight: 600;
    padding: 8px 12px;
    border: 1px solid rgba(67, 90, 111, 0.114);
    font-size: 12px;
}
#light-table label {
    display: block;
    margin-bottom: 4px;
    white-space: nowrap;
    color: rgb(67, 90, 111);
    position: relative;
    padding-left: 18px;
}
#light-table input {
    position: absolute;
    left: 0;
    top: 1px;
}

/* AGE VERIFICATION MODAL */

#age-modal.age-hk { margin: 70px auto; text-align: center; }
#age-modal.age-hk p { font-size: 14px; }
#age-modal img, #notOfLegalAge img { width: 200px; margin-left: auto;margin-right: auto;}
#age-modal .modal-body, #notOfLegalAge .modal-body {text-align: center; padding: 22px 15px;}
#age-modal h2 {font-weight: bold;margin-bottom: 10px;}
#age-modal h4 {font-weight: 500;margin-bottom: 3px;}
#age-modal p, #notOfLegalAge p {font-size: 13px;line-height: 1.4;margin-bottom: 22px;}
#age-modal .btn-primary {background-color: #b29142; color:#fff;border-color: #b29142;}
#age-modal .btn-primary:hover {background-color: #fff; color:#b29142;}
#age-modal .btn {min-width:150px;margin: 3px;}
#age-modal.show {overflow: initial;}

#notOfLegalAge.show {display: block;background-color: rgba(0,0,0,0.5);}
#notOfLegalAge h2 {color: red;font-size: 18px;font-weight: bold;line-height: 1.3;max-width: 300px;margin: auto;margin-bottom: 10px;}

/* Remove Check (Shopping Cart) MODAL */
#remove-modal {background-color: rgba(0,0,0,0.5);}
#remove-modal .modal-body {text-align: center; padding: 22px 15px;}
#remove-modal h4 {font-weight: 600; margin-bottom: 30px; margin-top: 15px;}
#remove-modal .btn-primary {background-color: #b29142; color:#fff;border-color: #b29142;}
#remove-modal .btn-primary:hover {background-color: #fff; color:#b29142;}
#remove-modal .btn {min-width:150px;margin: 3px;}
#remove-modal.show {overflow: initial;}

/* BUY AGAIN MODAL */
.buy_again { display: none; }
.buy_again .wrapper {
    width: 1150px;
    padding: 0;
    position: relative;
    background: #f2f6f9;
    margin: auto;
}
.buy_again .buy_again_sec { padding: 75px 0; max-width: 574px; margin: 0 auto; }
.buy_again h2 {
    text-align: center;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    line-height: 34px;
    font-size: 30px;
    letter-spacing: 0.03em;
    padding: 0 0 15px;
}
.buy_again p {
    text-align: center;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    line-height: 28px;
    font-size: 21px;
    padding-bottom: 10px;
}
.buy_again h3 { font-size: 16px; line-height: 20px; padding-bottom: 20px; }
.buy_again .item_purchased-bar .row {
    padding: 15px 0;
    min-height: 10px;
    border: none;
    border-top: 1px solid #cecece;
}
.buy_again .item_purchased-bar .col1 { width: 22%; }
.buy_again .item_purchased-bar { padding-right: 0; }
.buy_again .item_purchased-bar .col2 { width: 57%; }
.buy_again .item_purchased-bar .col3 { padding-right: 0; }
.buy_again .item_purchased-bar h3 { padding: 0 0 5px; }
.buy_again .bottom-btn { overflow: hidden; padding: 30px 0 0; }
.buy_again .bottom-btn .black-btn { width: 49%; float: left; min-width: 10px; }
.buy_again .bottom-btn .btn { width: 49%; float: right; }

.open_order .fancybox-overlay { background: rgba(255, 255, 255, 0.7) !important; }
.open_order .fancybox-close {  background: url(../images/filter-close-btn.png) center center no-repeat !important; background-size: 20px !important; opacity: 0.4; top: 30px; right: 30px; }

/* communication-bar */

.communication-bar {
    padding: 20px 85px 20px 0;
    width: 100%;
    position: relative;
}
.communication-bar .btn{
    line-height: 15px;
}
.communication-bar .block {
    padding: 25px 23px;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.communication-bar h3 {
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding: 0 0 15px;
}
.communication-bar p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
}
.communication-bar .checkbox label {
    line-height: 18px;
    font-family: 'benton-sans', sans-serif, Arial;
    font-size: 13px;
}
.communication-bar input[type="checkbox"] + label::after {
    margin-right: 10px;
}
.communication-bar .black-btn {
    margin-top: 25px;
    min-width: 330px;
}
.pdf-body-lock {
    overflow: hidden;
}
/* invoice_popup */

#invoice_popup {
    width: 100%;
    position: fixed;
    overflow: auto;
    left: 0px;
    top: 0px;
    padding: 100px 0 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    height: 100%;
}
#invoice_popup .wrapper {
    width: 1154px;
    margin: 0 auto 100px;
    background: #fff;
    padding: 70px 90px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
}
#invoice_popup img {
    float: right;
    width: 244px;
    margin-top: 7px;
}
#invoice_popup .heading h2 {
    margin-bottom: 55px;
}
#invoice_popup h3.title {
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    padding-bottom: 15px;
}
#invoice_popup .open_orders-bar.history {
    padding: 0;
    overflow: hidden;
}
#invoice_popup .open_orders-bar .panel {
    border: none;
    margin: 0;
}
#invoice_popup .open_orders-bar .item_purchased-bar {
    max-width: 600px;
}
#invoice_popup .item_purchased-bar .col1 {
    width: 21%;
}
#invoice_popup .open_orders-bar .item_purchased-bar .col2 {
    width: 52%;
}
#invoice_popup .item_purchased-bar .col3 {
    width: 26%;
}
#invoice_popup .item_purchased-bar h2 {
    padding-bottom: 20px;
}
#invoice_popup .open_orders-bar .payment_sec > .left {
    width: 36.5%;
}
#invoice_popup .open_orders-bar .payment_sec > .center {
    width: 27%;
}
#invoice_popup .open_orders-bar .payment_sec > .right {
    width: 36.5%;
}
#invoice_popup .close-btn {
    background: url(../images/filter-close-btn.png) center center no-repeat !important;
    background-size: 20px !important;
    opacity: 0.4;
    top: 15px;
    right: 15px;
    width: 22px;
    height: 22px;
    position: absolute;
}
.form-control {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.form-control.error {
    border-color: #F00 !important;
}
input.form-control.error {
    background-image: url(../images/alert_icon.png) !important;
    background-position: right center!important;
    background-repeat: no-repeat!important;
    background-size: 18px!important;
}
/*brand-listing-bar*/

.brand-listing-bar {
    width: auto;
    padding: 12px 0;
}
.brand-listing-bar h3 {
    font-size: 18px;
    line-height: 25px;
    color: #A8A8A8;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
}
.brand-listing-bar .headline {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    display: block;
    font-family: 'benton-sans-compressed', sans-serif;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.brand-listing-bar .trigger {
    padding: 0 30px 0 0;
}
.brand-listing-bar .headline:hover {
    text-decoration: none;
}
.brand-listing-bar .trigger:after {
    width: 14px;
    height: 14px;
    border: 1px solid transparent;
    border-left-color: #000;
    border-bottom-color: #000;
    content: '';
    position: absolute;
    right: 10px;
    top: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.brand-listing-bar a.trigger.active:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top: 2px;
}
.brand-listing-bar .block {
    border-bottom: 2px solid #cccccc;
    margin-bottom: 18px;
}
.brand-listing-bar hr.dashed {
    margin-bottom: 20px;
    border-style: dashed;
    border-width: 2px 0 0 0;
    border-color: #ccc;
}
.brand-listing-bar .block .triggable {
    padding: 0px 0 18px;
}
.brand-listing-bar .block .triggable>a {
    border-top: 2px dashed #ccc;
    display: block;
    margin-top: 15px;
    padding-top: 15px;
    color: #979797;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 12px;
    letter-spacing: 0.4px;
}
.brand-listing-bar .block .triggable>a:hover {text-decoration: none;}
.brand-listing-bar .left_panel .block input[type="checkbox"] + label::after {
    background-image: url(../images/checkbox2.png);
}
.brand-listing-bar .left_panel .select-outer .nice-select {
    border: none;
}
.brand-listing-bar .sec3 .row,
.brand-listing-bar .apply {
    margin: 0 -5px;
}
.brand-listing-bar .sec3 .row [class*="col-"],
.brand-listing-bar .apply [class*="col-"] {
    padding: 0 5px;
}
.brand-listing-bar .apply [class*="col-"] span.sep {
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    margin-top: 28px;
    display: block;
}
.brand-listing-bar .apply .form-control {
    margin-top: 8px;
}
.brand-listing-bar .button {
    margin: 0;
}
.brand-listing-bar .apply .form-group {
    margin: 0;
}
.brand-listing-bar .view_all {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #A8A8A8;
    text-decoration: none;
}
.brand-listing-bar .view_all:hover,
.brand-listing-bar .view_all:focus {
    text-decoration: none;
    color: #000;
}
.brand-listing-bar .nice-select {
    border: 0;
    margin-top: 30px;
}
.brand-listing-bar .select-outer .nice-select span.current {
    line-height: 18px;
    border-bottom: 1px solid #000;
    padding: 0;
}
.brand-listing-bar .select-outer .nice-select span.current::after {
    font-size: 16px;
    line-height: 18px;
    color: #000;
}
.brand-listing-bar .top_bar .select-outer .nice-select span.current::after {
    font-size: 21px;
    right: 1px;
    top: -5px;
}
.brand-listing-bar .right_panel .row {
    margin: 0;
}
.brand-listing-bar .nice-select.open {
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
}
.brand-listing-bar .nice-select.open .list {
    border: 1px solid#000;
    border-top: 0;
}
.brand-listing-bar .left_panel>.block:last-child {
    border: 0;
}
.brand-listing-bar h4 {
    margin-bottom: 23px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-family: 'benton-sans-compressed', sans-serif;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.05em;
}
.brand-listing-bar .search .fa {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    position: absolute;
    right: 0;
    top: 2px;
    cursor: pointer;
}
.brand-listing-bar .search {
    position: relative;
}
.brand-listing-bar .search .form-control {
    padding-right: 25px;
    letter-spacing: 0.02em;
}
/*.brand-listing-bar .search *::-webkit-input-placeholder { opacity:1; color: #a8a8a8; }
			.brand-listing-bar .search *::-moz-placeholder {opacity:1;color: #a8a8a8; }
			.brand-listing-bar .search *:-ms-input-placeholder {opacity:1;color: #a8a8a8; }*/

.brand-listing-bar .apply .form-group .select-outer .nice-select span.current {
    border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
    padding-right: 20px;
}
.brand-listing-bar .apply .form-group .select-outer .nice-select span.current:after {
    background: url(../images/select-arrow3.png) right center no-repeat;
    background-size: 22px;
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 17px;
    height: 16px;
    top: -2px;
}
.brand-listing-bar .apply .form-group .select-outer .nice-select li {
    padding: 2px 4px;
}
.brand-listing-bar .apply .form-group .select-outer .nice-select.open .list {
    border-radius: 0;
    -webkit-border-radius: 0;
}
.brand-listing-bar .top_bar {
    margin-bottom: 25px;
}
.brand-listing-bar .top_bar .select-outer .nice-select span.current {
    border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
    padding-right: 20px;
}
.brand-listing-bar .top_bar .select-outer .nice-select span.current:after {
    background: url(../images/select-arrow3.png) right center no-repeat;
    background-size: 22px;
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 17px;
    height: 16px;
    top: -2px;
}
.brand-listing-bar .top_bar .select-outer .nice-select.open .list {
    border-radius: 0;
    -webkit-border-radius: 0;
}
.brand-listing-bar .top_bar .select-outer .nice-select li {
    padding: 2px 4px;
}
.brand-listing-bar .top_bar .nice-select {
    margin: 6px 0 0 0;
    border: none;
}

#openProductDetails.active, #closeProductDetails.active {
    pointer-events: none;
}

.brand-listing-bar .top_bar .display {
    overflow: hidden;
}
.brand-listing-bar .top_bar .display a {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    opacity: 0.40;
}
.brand-listing-bar .top_bar .display a:hover,
.brand-listing-bar .top_bar .display a:focus,
.brand-listing-bar .top_bar .display a.active {
    opacity: 100;
}
.brand-listing-bar .top_bar .display a + a {
    margin-left: 15px;
}
.brand-listing-bar .top_bar .display a img {
    height: 19px;
}
.brand-listing-bar .top_bar .form-group {
    margin: 0;
}
.brand-listing-bar .display_block {
    text-align: right;
    padding-left: 0;
}
.brand-listing-bar .sec3 .row {
    margin-bottom: 10px;
}
.brand-listing-bar .sec1 span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.brand-listing-bar h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #000;
    margin-bottom: 3px;
}
.brand-listing-bar .stack2 a {
    color: #989898;
    text-decoration: underline;
}
.brand-listing-bar .stack2 a:hover {
    text-decoration: none;
}
.brand-listing-bar .badge-default {
    background-color: #C0A052;
}
.brand-listing-bar .tag {
    font-size: 15px;
    line-height: 24px;
    color: #C0A052;
    border: 1px solid #C0A052;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    margin: 0 5px 0 0;
    min-width: 10px;
}
.brand-listing-bar .instock {
    margin: 0px;
    font-size: 15px;
    line-height: 23px;
    color: #8A8A8A;
    display: inline-block;
    vertical-align: middle;
}
.brand-listing-bar .stack {
    overflow: hidden;
    padding: 8px 0;
}
.brand-listing-bar .stack2 {
    color: #989898;
    font-size: 12px;
}
.brand-listing-bar .see_more {
    font-size: 12px;
    color: #000;
    line-height: 23px;
    text-decoration: underline;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}
.brand-listing-bar .see_more:before {
    content: '';
    height: 12px;
    width: 1px;
    background: #000;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.brand-listing-bar .see_more:hover {
    text-decoration: none;
}
.brand-listing-bar .detail {
    padding: 5px 0;
    margin-top: -15px;
    overflow: hidden;
}
.brand-listing-bar .detail .image {
    width: 100px;
    float: left;
}
.brand-listing-bar .detail .text {
    overflow: hidden;
    padding: 0 0 0 15px;
}
.brand-listing-bar .detail .text p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 17px;
}
.brand-listing-bar .detail .text .row {
    margin: 0 -5px;
}
.brand-listing-bar .detail .text .row [class*="col-"] {
    padding: 0 5px;
}
.brand-listing-bar .detail .grey_box {
    padding: 12px 10px;
    height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    background: #f2f6f9;
}
.brand-listing-bar .detail .grey_box h6 {
    padding-bottom: 5px;
    min-height: 29px;
    font-size: 11px;
    line-height: 12px;
}
.brand-listing-bar .detail .grey_box span.desc {
    font-size: 13px;
    line-height: 16px;
    color: #000;
    font-weight: 600;
    display: block;
    vertical-align: top;
}
.brand-listing-bar .sec3 .price {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    display: block;
    text-align: right;
}
.brand-listing-bar .sec3 .ml {
    font-size: 12px;
    line-height: 16px;
    color: #8A8A8A;
    display: block;
    text-align: right;
}
.brand-listing-bar .sec3 .nice-select {
    margin: 0;
    border: 1px solid #ccc;
}
.brand-listing-bar .sec3 .nice-select span.current {
    padding: 0 8px;
    line-height: 44px;
    border: 0;
    height: 48px;
}
.brand-listing-bar .sec3 .single-arrow .nice-select {
    border: none;
}
.brand-listing-bar .sec3 .single-arrow .nice-select .current {
    border: 1px solid #ccc;
    border-radius: 3px;
    background-position: 110% center;
}
.brand-listing-bar .sec3 .single-arrow .nice-select.open .current {
    border-radius: 3px 3px 0 0;
}
.brand-listing-bar .sec3 .single-arrow .nice-select.open .list {
    border: 1px solid #ccc;
    border-radius: 0 0 3px 3px;
}
.brand-listing-bar .sec3 .select-outer .nice-select span.current::after {
    line-height: 47px;
}
.brand-listing-bar .sec3 .nice-select.open .list {
    border: 0;
}
.brand-listing-bar .show_more {
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 16px;
    font-weight: 600;
    color: #8A8A8A;
    text-transform: uppercase;
}
.brand-listing-bar .show_more:hover,
.brand-listing-bar .show_more:focus {
    text-decoration: underline;
}
.brand-listing-bar .show_more.active span.show,
.brand-listing-bar .show_more span.hide {
    display: none;
}
.brand-listing-bar .show_more.active:hover span.hide,
.brand-listing-bar .show_more.active span.hide {
    text-decoration: underline;
}
.brand-listing-bar .show_more.active span.hide {
    display: inline-block;
}
.brand-listing-bar .sec2 hr {
    margin: 10px 0 10px;
    border-top-color: #ccc;
}
.brand-listing-bar .content .form-group {
    margin-bottom: 70px;
}
.brand-listing-bar .content .form-group .col_1 {
    width: 9%;
    float: left;
}
.brand-listing-bar .content .form-group .col_2 {
    width: 57%;
    float: left;
}
.brand-listing-bar .content .form-group .col_3 {
    width: 34%;
    float: right;
    padding-top: 3px;
}
.brand-listing-bar .content .form-group:after {
    content: '';
    position: relative;
    display: block;
    height: 0;
    width: 100%;
    overflow: hidden;
}
.brand-listing-bar .right_panel {
    float: right;
    width: 74.5%;
    padding: 0;
}
.brand-listing-bar .row-sec {
    margin: 0;
    width: 100%;
}
.brand-listing-bar .search_block {
    width: 53.5%;
    float: left;
    padding-right: 30px;
}
.brand-listing-bar .search_block .filter-btn {
    display: none;
}
.brand-listing-bar .search_block small {
    display: none;
}
.brand-listing-bar .size_block {
    float: left;
    width: 16.7%;
    padding-right: 30px;
}
.brand-listing-bar .sort_block {
    float: left;
    margin-left: auto;
    padding-right: 30px;
}
.brand-listing-bar .display_block {
    float: left;
    width: auto;
    text-align: left;
}
.brand-listing-bar .black-btn,
.brand-listing-bar .btn {
    font-weight: 600;
    min-width: 10px;
    width: 100%;
    font-size: 15px;
    padding: 6px 6px;
    line-height: 28px;
}
.brand-listing-bar .black-btn { margin-bottom: 1px; outline: none; }
.brand-listing-bar input.form-control {
    border-radius: 4px;
    border: 1px solid #00253e;
    text-align: center;
    height: 44px;
}
.brand-listing-bar .btn { margin-top: 8px; }
.brand-listing-bar .future-buttons .btn { margin-top: 0px; }
.brand-listing-bar .content .form-group .col1 { float: left; width: 37%; }
.brand-listing-bar .content .form-group .col1 aside { padding: 7px 10px 0 0; }
.brand-listing-bar .content .form-group .col2 { float: left; width: 22%; padding-right: 12px; }
.brand-listing-bar .content .form-group .product-form-wrapper .select-wrapper { margin-bottom: 0px !important; }
.brand-listing-bar .content .form-group .col3 { float: left; width: 41%; }
.product-form-wrapper .button.black-btn.single-button-buy.loading { height: auto; }
.brand-listing-bar .content .form-group .col_3 aside { padding-bottom: 8px; min-height: 53px; }
.brand-listing-bar .not_available p {
    font-size: 17px;
    line-height: 22px;
    display: inline-block;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    width: auto;
    text-transform: none;
    padding: 0;
    margin: auto;
    color: #120c0e;
    font-weight: 700;
}
.brand-listing-bar.my_favorites { width: 100%; }
.brand-listing-bar.my_favorites:after { clear: both; content: ''; display: block; width: 100%; height: 0px; }
.brand-listing-bar.my_favorites .top_bar { margin: 0; }
.brand-listing-bar.my_favorites .search_block { width: 77%; }
.brand-listing-bar.my_favorites .sort_block { width: 23%; padding: 0; }
.brand-listing-bar.my_favorites { padding-right: 65px; }
.brand-listing-bar .filter_block {
    padding-right: 20px;
    display: block;
}
.brand-listing-bar .filter_block .filter-btn {
    float: left;
    width: 23px;
    margin-top: 5px;
    text-decoration: none;
    padding-top: 23px;
    background: url(../images/filter-icon.png) left bottom no-repeat;
    background-size: 23px;
    font-size: 9px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}


/* PAGE TITLE */
.page_title_bar {
    width: auto;
    overflow: hidden;
    background: #f3f6f9;
    padding: 75px 0;
}
.page_title_bar h1 {
    font-size: 50px;
    line-height: 55px;
    color: #000;
    font-weight: 700;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
}
/* your-cart-bar */

.your-cart-bar {
    padding: 60px 0;
    color: #000;
    width: 100%;
    position: relative;
}

.id_verification label {
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    height: 57px;
    padding: 30px 2px 5px;
    background: none;
    border: 0;
    border-bottom: 1px solid #cecece;
}
.id_verification label:before {
    font-family: FontAwesome;
    content: "\f234";
    margin-right: 10px;
}
.id_verification .photoUploaded:before {
    font-family: FontAwesome;
    content: "\f058";
    margin-right: 10px;
}

.black-btn:disabled {
    cursor: not-allowed;
    border: none;
    opacity: .6;
}
.your-cart-bar .black-btn,
.your-cart-bar .btn {
    width: 100%;
    display: block;
}
.your-cart-bar .checkbox2 { margin-bottom: 30px; }
.your-cart-bar .checkbox2 label:after {
    background: url(../images/checkbox-new.png) left top no-repeat;
    background-size: 20px;
}
.your-cart-bar .checkbox2 input[type="checkbox"] { margin-right: 10px; }
.your-cart-bar .checkbox2 input[type="checkbox"]:checked + label.active:after {
    background-position: left bottom;
}
.your-cart-bar.add_new_payment .black-btn {
    margin: 0;
}
.your-cart-bar h2 {
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 20px;
    color: #000;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    color: #000;
    font-weight: 400;
}
.your-cart-bar h6 {
    padding: 0 0 25px 0;
    font-size: 16px;
    line-height: 20px;
}
.your-cart-bar p {
    font-size: 12px;
    color: #000000; 
    line-height: 15px;
}
.your-cart-bar p:last-child {
    padding-bottom: 6px;
}
.your-cart-bar p a {
    color: #A8A8A8!important;
    text-decoration: underline;
}
.your-cart-bar p a:hover {
    color: #190d10!important;
    cursor: pointer;
}
.your-cart-bar .cart {
    width: 100%;
    float: left;
}
.your-cart-bar .cart > li {
    width: 100%;
    padding: 25px 0 45px;
    float: left;
}
.your-cart-bar .cart li:last=child {
    border: 0;
}
.your-cart-bar .column {
    float: left;
}
.your-cart-bar .column1 {
    width: 15%;
}
.your-cart-bar .column2 {
    padding: 0 0px 0 10px;
    width: 47%;
}
.your-cart-bar .column3 {
    width: 33%;
    padding: 0 0 0 15px;
    text-align: right;
}
.your-cart-bar .column4 {
    text-align: right;
    float: right;
    width: 5%;
    padding-left: 15px;
}
.your-cart-bar .select_option {
    width: 70px;
    float: right;
}
.your-cart-bar #addressLocationHK label {
    color: #130c0e;
    margin-bottom: 5px;
    font-size: 13px;
}
.your-cart-bar #addressLocationHK select {
    background: #fff url(../images/short-select-arrow.png) right top no-repeat;
    background-size: 44px;
    position: relative;
    z-index: 1;
    width: 100%;
    line-height: 46px;
    border: 1px solid #cecece;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    display: block;
    color: #000;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    padding: 0 23px 0 15px;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: -webkit-fill-available;
    height: 47px;
    text-transform: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: left;
}
.your-cart-bar #addressLocationHK select::-ms-expand {
    display: none;
}
.your-cart-bar #addressLocationHK>div.col-12 {padding: 0;}
.your-cart-bar .price {
    float: right;
    padding: 0 15px 0 0;
    width: calc(100% - 80px);
    -webkit-width: calc(100% - 80px);
    -ms-width: calc(100% - 80px);
}
.your-cart-bar .cart li a.btn {
    font-size: 14px;
    line-height: 23px;
    color: #C0A052;
    border: 1px solid #C0A052;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    margin: 0 5px 0 0;
    min-width: 10px;
}
.your-cart-bar .cart li a.btn.blue {
    color: #2464A2;
    border-color: #2464A2;
}
.your-cart-bar .cart li a.btn.blue:focus,
.your-cart-bar .cart li a.btn.blue:hover {
    background: #2464A2;
    color: #fff;
}
.your-cart-bar .cart li .close_btn {} .your-cart-bar .cart li .close_btn {
    display: inline-block;
    vertical-align: top;
    text-indent: -9999px;
    font-size: 0;
    background: url(../images/filter-close-btn.png) center center no-repeat !important;
    background-size: 15px !important;
    text-indent: -9999px;
    opacity: 0.8;
    margin-top: 2px;
    width: 15px;
    height: 15px;
}
.your-cart-bar .cart li .close_btn:hover {
    text-decoration: none;
    opacity: 1;
}
.your-cart-bar .cart li a.btn:focus,
.your-cart-bar .cart li a.btn:hover {
    background: #C0A052;
    color: #fff;
}
.your-cart-bar h5 {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 7px;
    font-weight: 600;
    color: #000000;
}
.your-cart-bar h5 a {
    color: #000000;
}
.your-cart-bar .detail h5 + h5 {
    padding-bottom: 10px;
}
.your-cart-bar .cart li span {
    display: inline-block;
}
.your-cart-bar .column3 h5 {
    padding: 0;
    line-height: 24px;
}
.your-cart-bar .nice-select {
    border: 1px solid #cecece;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 13px 0px 0px 0px;
    color: #000;
    display: inline-block;
    vertical-align: top;
}
.your-cart-bar .nice-select.open {
    z-index: 9999;
}
.your-cart-bar .cart li .nice-select span {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    padding: 12px 5px 13px 10px;
}
.your-cart-bar .select .nice-select span:after {
    position: static;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    content: '';
    margin: 4px 0 0 5px;
    border-top-color: #cecece;
    display: inline-block;
    vertical-align: middle;
}
.your-cart-bar .select .nice-select .option {
    font-size: 16px;
    padding: 0 10px;
    line-height: 20px;
}
.your-cart-bar .select {
    height: auto;
    position: relative;
    z-index: 9;
}
.your-cart-bar .select .nice-select .list {
    max-height: 75px;
    overflow: auto;
}
.your-cart-bar .summary {
    position: relative;
    overflow: hidden;
    background: #f3f6f9;
    padding: 25px 25px;
}
.your-cart-bar .summary h3 {
    font-size: 20px;
    border-bottom: 2px solid #d9dbdd;
    margin-bottom: 15px;
    line-height: 25px;
    padding-bottom: 15px;
    color: #000;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    color: #000;
    font-weight: 400;
}
.your-cart-bar .total {
    overflow: hidden;
}
.your-cart-bar .total li {
    font-weight: 600;
    padding: 12px 0;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
}
.your-cart-bar .total li span.left {
    float: left;
    width: 50%;
    font-family: 'benton-sans-compressed', sans-serif;
    letter-spacing: 0.03em;
}
.your-cart-bar .total li span.right {
    float: right;
    width: 50%;
    text-align: right;
}
.your-cart-bar .total li .right.promotion {
    color: #FF0000;
}
.your-cart-bar .total li:last-child {
    border-top: 2px dashed #d9dbdd;
    margin-top: 20px;
    padding-top: 25px;
    font-size: 19px;
    line-height: 24px;
}
.your-cart-bar .total li:last-child span.right {
    font-size: 20px;
    font-weight: 700;
}
.your-cart-bar .summary .btn {
    font-size: 16px;
    line-height: 45px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 0 10px;
    width: 40%;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    cursor: pointer;
    min-width: 10px;
}
.your-cart-bar .promo {
    margin-top: 10px;
    position: relative;
    padding-right: 45%;
}
.your-cart-bar input[type="text"] {
    width: 100%;
    font-size: 14px;
    padding: 8px;
    color: #000;
    background: none;
    border: 1px solid #cecece;
    border-radius: 5px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    text-align: left;
}
.your-cart-bar ul.cart div.column3 input[type="text"] {
    text-align: center;
}

.your-cart-bar .cart.reviewOrder div.column3 input[type="text"] {
    border: 0;
    padding: 0;
    pointer-events: none;
    font-size: 16px;
}
.your-cart-bar .radio input[type="radio"] {
    position: relative;
    cursor: pointer;
    opacity: 0;
    width: 10px;
    height: 10px;
    float: left;
}
.your-cart-bar .radio input[type="radio"] + label {
    color: #000;
    font-family: 'benton-sans', sans-serif, Arial;
    font-size: 14px;
    line-height: 18px;
    display: block;
    cursor: pointer;
    padding: 2px 0 2px 30px;
    font-weight: 500;
    position: relative;
}
.your-cart-bar .radio input[type="radio"] + label:after {
    width: 14px;
    height: 14px;
    content: '';
    position: absolute;
    left: 7px;
    top: 6px;
    background: url(../images/radio2.png) left top no-repeat;
    background-size: 100% auto;
}
.pretty-label:after{
        width: 17px;
    height: 17px;
    content: '';
    position: absolute;
    left: 7px;
    background-position: left bottom !important;
}
.your-cart-bar .radio input[type="radio"]:checked + label:after {
    background-position: left bottom ;
}
.your-cart-bar .radio + .radio {
    margin-left: 35px;
}
.your-cart-bar .black-btn {
    margin-top: 10px;
}
.your-cart-bar .button.border {
    color: #000;
    background: none;
}
.your-cart-bar .back {
    font-size: 16px;
    font-weight: 700;
    color: #004E8D;
    text-transform: uppercase;
    text-align: center;
    display: table;
    margin: auto;
    padding: 10px;
}
.your-cart-bar .image {
    margin: 15px 0 5px;
    width: 100%;
}
.your-cart-bar .icon {
    width: 90px;
    display: inline-block;
    vertical-align: top;
}
.your-cart-bar .icon + .icon {
    width: 30px;
    margin: 15px 0 0 20px;
}
.your-cart-bar .checkout-seals .icon {
    width: 62px;
    margin: 0;
}
.your-cart-bar .cart.confirm .column3 {
    float: right;
    width: 38%;
}
.your-cart-bar .cart.confirm .price {
    width: calc(100% - 0px);
    -webkit-width: calc(100% - 0px);
    -ms-width: calc(100% - 0px);
}
.your-cart-bar.confirm h2 {
    padding-bottom: 40px;
}
.your-cart-bar .confirmation h5 {
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    padding-bottom: 15px;
}
.your-cart-bar .confirmation h6 {
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 5px 0;
}
.your-cart-bar .confirmation h6:not(:first-of-type) {
    margin-top: 15px;
}
.your-cart-bar .confirmation .red {
    color: #FF0000;
}
.your-cart-bar .confirmation address {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
}
.your-cart-bar .confirmation {
    padding-bottom: 40px;
}
.your-cart-bar.confirm .left_side h3 {
    font-size: 20px;
    padding-bottom: 25px;
    line-height: 24px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
}
.your-cart-bar .confirmation h5 a {
    color: #004E8D;
    font-size: 12px;
    font-family: 'benton-sans', sans-serif, Arial;
    text-transform: uppercase;
}
.your-cart-bar .confirmation h5 a:before {
    display: inline-block;
    vertical-align: middle;
    background: #004E8D;
    height: 12px;
    width: 2px;
    margin: 0 5px;
    content: '';
}
.your-cart-bar.review {
    padding-top: 50px;
}
.your-cart-bar .id_verification .form-group input[type="file"] {
    padding: 25px 0 5px;
}
.your-cart-bar.review h2 {
    margin-bottom: 40px;
    padding: 0;
}
.your-cart-bar .black-btn.top {
    margin: 0 0 15px 0;
}
.your-cart-bar .summary .shipping {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    display: block;
    padding: 15px 0;
    text-transform: uppercase;
}
.your-cart-bar .agree {
    font-size: 14px;
    line-height: 22px;
    display: block;
    padding: 15px 0;
}
.your-cart-bar .agree a {
    color: #1D4F91;
    font-weight: 600;
}
.your-cart-bar .comments {
    padding: 30px 0 55px;
}
.your-cart-bar .comments h3 {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 10px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
}
.your-cart-bar .comments textarea {
    height: 155px;
    border: 1px solid #cecece;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 15px;
    width: 100%;
    overflow: auto;
    resize: none;
    font-size: 14px;
    line-height: 24px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
}
.your-cart-bar.review .cart li:last-child {
    border: 0;
}
.your-cart-bar .id_verification .idLabel {
    color: #000000;
    font-size: 20px;
    line-height: 26px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
}
.your-cart-bar .id_verification label span {
    margin: 0 0 0 10px;
    font-size: 12px;
    line-height: 20px;
    background: url(../images/tip_icon.png) left center no-repeat;
    background-size: auto 20px;
    padding: 0 0 0 25px;
    display: inline-block;
    vertical-align: middle;
}
.your-cart-bar .id_verification {
    padding: 15px 0;
}
.your-cart-bar .comments .checkbox {
    margin: 10px 0 20px;
}
.your-cart-bar .comments label {
    font-size: 12px;
    line-height: 16px;
    color: #A8A8A8;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    display: block;
}
.your-cart-bar .comments input[type="text"] {
    width: 270px;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    padding: 3px 0 3px;
    font-size: 14px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    color: #190E10;
}
/*.your-cart-bar .comments *::-webkit-input-placeholder { opacity:1; color: #000; }
			.your-cart-bar .comments *::-moz-placeholder {opacity:1;color: #000; }
			.your-cart-bar .comments *:-ms-input-placeholder {opacity:1;color: #000; }*/

.your-cart-bar .comments .note {
    display: block;
    font-size: 12px;
    line-height: 16px;
    padding: 30px 0 10px 0;
}
.your-cart-bar .comments.gift {
    padding-bottom: 20px;
}
.your-cart-bar .comments.gift textarea {
    margin-bottom: 20px;
}
.your-cart-bar .comments.gift .checkbox2 {
    margin-bottom: 15px;
}
.your-cart-bar .summary .instore {
    overflow: hidden;
    padding: 10px 0;
}
.your-cart-bar .summary .instore span {
    float: left;
    font-weight: 700;
}
.your-cart-bar .summary .instore a {
    font-size: 12px;
    font-weight: 700;
    float: right;
}
.your-cart-bar .datepicker {
    width: 100%;
    position: relative;
    padding: 0;
}
.your-cart-bar .datepicker .form-control {
    width: 90%;
    height: 30px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    border: 1px solid #cbcbcb;
    color: #190E10;
    cursor: pointer;
    padding-left: 10px;
    border-radius: 5px;
}
.your-cart-bar .datepicker:after {
    position: absolute;
    right: 22px;
    top: -7px;
    width: 25px;
    line-height: 45px;
    color: #9a9a9a;
    content: '\f0d7';
    font-size: 17px;
    font-family: 'FontAwesome';
}
/*.your-cart-bar .datepicker *::-webkit-input-placeholder { opacity:1; color: #000; }
			.your-cart-bar .datepicker *::-moz-placeholder {opacity:1;color: #000; }
			.your-cart-bar .datepicker *:-ms-input-placeholder {opacity:1;color: #000; }*/

.your-cart-bar .pickup h2 {
    padding-bottom: 35px;
}
.your-cart-bar .pickup h3 {
    font-size: 22px;
    line-height: 26px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    padding-bottom: 20px;
}
.your-cart-bar .pickup h4 {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 25px;
    color: #8C8C8C;
    font-weight: 600;
    text-transform: uppercase;
}
.your-cart-bar .pickup p {
    line-height: 24px;
    font-size: 14px;
    color: #111;
}
.your-cart-bar .location {
    padding: 75px 0 0 0;
}
.your-cart-bar .location h3 {
    padding-bottom: 40px;
}
.your-cart-bar .location h4 {
    padding-bottom: 20px;
}
.your-cart-bar .location address {
    padding-bottom: 30px;
}
.your-cart-bar .location .direction {
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    background: url(../images/map_location.png) left top no-repeat;
    background-size: auto 20px;
    padding: 0 0 0 20px;
}
.your-cart-bar .pickup .button,
.your-cart-bar .pickup .black-btn {
    margin-top: 40px;
}
.your-cart-bar .payment_method .detail {
    margin-bottom: 15px;
    border: 1px solid #cecece;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 10px 15px 15px;
}
.your-cart-bar .payment_method h5 {
    font-size: 14px;
    line-height: 18px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    padding-bottom: 4px;
}
.your-cart-bar .payment_method .detail h5 {
    font-weight: 400;
}
.your-cart-bar .payment_method address,
.your-cart-bar .payment_method h4 {
    font-size: 16px;
    line-height: 20px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-weight: 700;
}
.your-cart-bar .payment_method address {
    font-weight: 400;
}
.your-cart-bar .payment_method .card_icon {
    max-width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-weight: 400;
}
.your-cart-bar .payment_method .card_num {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
}
.your-cart-bar .payment_method .edit {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #2464A2;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    background: url(../images/pencil.png) left center no-repeat;
    background-size: auto 100%;
    padding: 0 0 0 20px;
}
.your-cart-bar .payment_method .select_payment .options {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 46px;
    background: #fff;
    border: 1px solid #cecece;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    min-width: 290px;
    z-index: 2;
}
.select_payment.select-wrapper select {
    height: 48px !important;
}
.your-cart-bar .payment_method .select_payment .options li {
    width: 100%;
    color: #000;
    line-height: 18px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
}
.your-cart-bar .payment_method .select_payment .options li.active.disabled {
    height: 0px;
    opacity: 0;
    pointer-events: none;
}
.your-cart-bar .payment_method .select_payment .options li a {
    padding: 11px 15px;
    color: #000;
    display: block;
}
.your-cart-bar .payment_method .select_payment .options li a:focus,
.your-cart-bar .payment_method .select_payment .options li a:hover {
    background: #eaeaea;
    text-decoration: none;
}
.your-cart-bar .payment_method .select_payment .options li a img {
    max-width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.your-cart-bar .payment_method .select_payment .value {
    position: relative;
    z-index: 1;
    width: 100%;
    line-height: 46px;
    border: 1px solid #cecece;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    display: block;
    color: #000;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    padding: 0 23px 0 15px;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.your-cart-bar .payment_method .select_payment .value:focus,
.your-cart-bar .payment_method .select_payment .value:hover {
    text-decoration: none;
}
.your-cart-bar .payment_method .select_payment .value + i {
    text-align: center;
    position: absolute;
    color: #aaa;
    right: 0;
    top: 0;
    width: 30px;
    line-height: 46px;
}
.your-cart-bar .payment_method .button {
    margin: 0;
}
.your-cart-bar .payment_method .select_payment {
    position: relative;
    padding-bottom: 15px;
}
.your-cart-bar .payment_method .add_new {
    margin: 0 -5px 30px;
}
.your-cart-bar .payment_method .gift_card label {
    margin: 0;
}
.your-cart-bar .payment_method .gift_card .button {
    padding: 6px 0 7px 0;
    margin-top: 15px;
}
.your-cart-bar .payment_method .add_new [class*="col-"] {
    padding: 0 5px;
}
.your-cart-bar .shipping_options {
    overflow: hidden;
    padding: 10px 0 20px;
}
.your-cart-bar .shipping_options .loader-wrapper {
    position: absolute;
    top: 3px;
}
.your-cart-bar .shipping_options h3 {
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.your-cart-bar .shipping_options h2 {
    padding-bottom: 35px;
}
.your-cart-bar .shipping_options .radio input[type="radio"] + label {
    font-weight: 400;
}
.your-cart-bar .shipping_options p.shippingMethodOption label {
    line-height: inherit;
    margin-top: 10px;
}
.your-cart-bar .shipping_options .form-group {
    margin-bottom: 10px;
}
.your-cart-bar .checkbox {
    padding: 0;
}
.your-cart-bar .adit_address .checkbox2 {
    float: none;
}
.your-cart-bar .adit_address .nice-select {
    width: 100%;
    padding-top: 0;
    height: auto;
}
.your-cart-bar .adit_address .select .nice-select .option {
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
}
.your-cart-bar .adit_address .select .nice-select span::after {
    display: none;
}
.your-cart-bar .adit_address .select .nice-select span::before {
    text-align: center;
    position: absolute;
    color: #aaa;
    right: 0;
    top: 0;
    width: 30px;
    line-height: 46px;
    content: '\f0dc';
    font-family: 'FontAwesome';
}

.your-cart-bar .adit_address h3 {
    font-size: 22px;
    line-height: 26px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    padding: 15px 0 20px;
}
.your-cart-bar .adit_address h3 a, .cancel-button {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    color: #004E8D !important;
    font-family: 'benton-sans', sans-serif, Arial;
}
.your-cart-bar .adit_address h3 a:before, .cancel-button:before{
    margin: 0 7px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: #004E8D !important;
    height: 20px;
    width: 1px;
}
.your-cart-bar label.input__label {
    color: #130c0e;
    font-size: 13px;
    margin: 15px 0 5px 0;
}
.your-cart-bar .adit_address .form-group {
    margin-bottom: 10px;
}
.your-cart-bar .adit_address .low_space {
    margin-bottom: 10px;
}
.your-cart-bar .adit_address .margin-top {
    margin-top: 35px;
}
.your-cart-bar .adit_address .middle {
    padding: 12px 0;
}
.your-cart-bar .adit_address .big_space {
    margin-bottom: 50px;
}
.your-cart-bar .mob_show.black-btn {
    display: none;
}
.your-cart-bar h3 a.back-to-shopping {
    display: none;
}
.your-cart-bar.add_new_payment {
    padding: 15px 65px 15px 0;
}
.your-cart-bar.add_new_payment .bottom-btn {
    padding-top: 10px;
}
.your-cart-bar.add_new_address {
    padding: 15px 65px 15px 0;
}
.your-cart-bar.add_new_address .bottom-btn .btn {
    min-width: 10px;
    width: 100%;
}
.your-cart-bar.add_new_address .bottom-btn .black-btn {
    margin-top: 0px;
}
.your-cart-bar.add_new_address .bottom-btn {
    padding-top: 15px;
}
.datepicker .datepicker-days {
    padding: 15px !important;
    border: 1px solid #cbcbcb;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.datepicker-dropdown.datepicker-orient-top:after {
    top: -5px;
    left: 50%;
    margin-left: -10px;
}
.datepicker-dropdown.datepicker-orient-top:before {
    left: 50%;
    margin-left: -11px;
}
.datepicker table tr th.next::after {
    display: none !important;
}
.datepicker table tr th.prev::after {
    display: none !important;
}
.datepicker table tr th.next {
    background: url(../images/next-arrow.png) center center no-repeat !important;
    background-size: 19px !important;
}
.datepicker table tr th.prev {
    background: url(../images/prev-btn.png) center center no-repeat !important;
    background-size: 19px !important;
}
.your-cart-bar .datepicker .form-control:focus {
    border-color: #003c7a !important;
}
.your-cart-bar .datepicker.show:after {
    transform: rotate(-180deg);
    right: 15px;
}
.your-cart-bar .age-declaration {
    display: flex;
}

.your-cart-bar .age-declaration label {
    display: flex;
    height: 100%;
    flex-direction: row-reverse;
}
.your-cart-bar .age-declaration p {
    padding: 0px 0px 1px 0px;
    text-align: left;
}
label {
    font-size: 12px;
    line-height: 16px;
    color: #A8A8A8;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    display: block;
}
.form-control {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    padding: 3px 0 3px;
    height: auto;
    font-size: 14px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    color: #190E10;
    background-color:rgba(255, 255, 255, 0.4);
}
.photoid-bar .form-control {margin-bottom: 20px;}
/*.form-group *::-webkit-input-placeholder { opacity:1; color: #000; }
			.form-group *::-moz-placeholder {opacity:1;color: #000; }
			.form-group *:-ms-input-placeholder {opacity:1;color: #000; }*/

.datepicker table tr td,
.datepicker table tr th {
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    width: 40px;
    height: 35px;
    line-height: 35px;
    font-weight: 400;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    color: #fff;
    background: #1d4f91;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    border-color: inherit
}
.datepicker.dropdown-menu {
    padding: 0 !important;
}
.datepicker table tbody {
    border: 1px solid #ccc;
}
.datepicker table tbody td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.datepicker table tbody td:hover {
    cursor: pointer;
    background-color: #e6e6e6;
}
.datepicker table tbody .disabled {
    cursor: not-allowed;
}
.datepicker table tbody .disabled:hover {
    cursor: not-allowed;
}
.datepicker {
    border: 0;
}
.datepicker .datepicker-switch {
    text-transform: uppercase;
    padding-top: 5px;
    text-align: center;
}
.datepicker table tr th.next,
.datepicker table tr th.prev {
    font-size: 0;
    position: relative;
}
.datepicker table tr th.prev:after {
    content: '\f060';
    color: #b1b1b1;
    font-size: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    text-align: center;
    width: 100%;
    font-family: "FontAwesome";
}
.datepicker table tr th.next:after {
    content: '\f061';
    color: #b1b1b1;
    font-size: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    text-align: center;
    width: 100%;
    font-family: "FontAwesome";
}
.left_side {
    position: relative;
    z-index: 1;
}
/*progress_bar*/

.progress_bar {
    width: auto;
}
.progress_bar ul {
    width: 100%;
    float: left;
    position: relative;
}
.progress_bar li {
    padding: 20px 10px 20px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    font-family: 'benton-sans',sans-serif,Arial;
    width: 33.33%;
    float: left;
    color: #A8A8A8;
    cursor: pointer;
}
.progress_bar li.active:after {
    width: 100%;
    height: 5px;
    content: '';
    background: #215293;
    position: absolute;
    left: 0px;
    top: 0;
}
.progress_bar li.active {
    color: #190E10;
    border: 0;
    background: #fff;
}
.progress_bar li span {
    position: relative;
    padding-left: 30px;
}
.progress_bar li span:after {
    position: absolute;
    left: 0;
    top: -6px;
    color: #fff;
    background: #9A9A9A;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 4px;
}
.progress_bar li.active span:after {
    background: #215293;
}
.progress_bar li span.shipping:after { content: "1"; }
.progress_bar li span.payment:after { content: "2"; }
.progress_bar li span.review:after { content: "3"; }
.progress_bar li.complete {
    color: #180D10;
}
.progress_bar li.complete span:after {
    background: #fff;
    border: 2px solid #215293;
    color: #215293;
    content: "\f00c";
    font-family: "FontAwesome";
    line-height: 1.2;
}
#checkout .progress_bar {
    transform: translate(0px, -50px);
    margin-bottom: 0;
}
#checkout .page_title_bar {
    padding: 55px 0 95px;
}
#checkout .page_title_bar h1 {
    font-size: 40px;
}

/* my account - tracking */
.tracking-sec {
    margin-bottom: 50px;
}
.tracking-sec h2 {
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 20px;
    line-height: 20px;
    padding-top: 0;
    flex: 1 0 100%;
}
.tracking-sec a {
    color: #190d10;
    text-decoration: underline;
}
.tracking-sec p {
    font-size: 14px;
    line-height: 1.3;
}
.tracking-box {
    border: 1px solid #CECECE;
    border-radius: 5px;
    padding: 20px 20px 20px 80px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 80px;
    align-items: center;
}
.tracking-box:before {
    content: "";
    background: url(../images/icon-paper-plane.png) no-repeat;
    display: block;
    background-size: contain;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tracking-box p {
    font-weight: bold;
    margin-bottom: 5px;
    flex: 1;
}
.tracking-box p:last-child {
    flex: 0 0 25px;
}
.tracking-box p span {
    color: #838383;
    font-weight: normal;
    display: block;
}
.tracking-multi {
    margin-top: 30px;
}
.tracking-table .header {
    padding: 15px 0 10px;
    border-bottom: 1px solid #999898;
    font-weight: bold;
    text-transform: uppercase;
    align-items: flex-end;
}
.tracking-table li {
    display: flex;
    padding: 13px 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.tracking-table li:nth-child(even) {
    background: #f2f6f9;
}
.tracking-table li div {
    flex: 1;
    padding: 0 10px;
}
.tracking-table li div:last-child {
    max-width: 40px;
}
.tracking-table li .plus-btn {
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* my account - tracking detail */
.tracking-sec .tracking-detail .center {
    margin-top: 40px;
}
.tracking-sec .tracking-detail .right {
    background: #f3f6f9;
    padding: 20px 20px 20px 75px;
    position: relative;
}
.tracking-sec .tracking-detail .right strong {
    display: block;
}
.tracking-sec .tracking-detail .right:before {
    content: "";
    background: url(../images/icon-shipping.png) no-repeat;
    display: block;
    background-size: contain;
    width: 45px;
    height: 35px;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tracking-sec .orderHeader a {
    text-align: right;
    display: block;
}
.tracking-sec .tracking-detail .item_purchased-bar span {
    background-color: #F1F1F1;
    padding: 5px 20px;
    display: inline-block;
    font-size: 13px;
}
.tracking-sec .tracking-detail .item_purchased-bar .col3 {
    width: 35%;
    text-align: center;
}
.tracking-sec .tracking-detail .item_purchased-bar .col3 small {
    margin-bottom: 10px;
    font-weight: 600;
    color: #190D10;
}
.tracking-sec .tracking-detail .item_purchased-bar .col4 {
    width: auto;
    text-align: right;
}

/* account-bar */

.account-bar {
    width: 100%;
    position: relative;
    padding: 100px 0;
    display: inline-block;
    width: 100%;
}
.account-bar .centering {
    max-width: 480px;
}
.account-bar .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border: 0;
    border: 1px solid #cecece;
    border-radius: 5px;
    font-size: 14px;
    padding: 8px;
    height: 30px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
}
.account-bar .help-text {
    font-size: 15px;
    margin-bottom: 15px;
}
.account-bar h2 {
    padding-bottom: 25px;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-weight: 400;
    text-align: center;
}
.account-bar .tabs {
    padding-bottom: 30px;
    overflow: hidden;
}
.account-bar .tabs a {
    border-bottom: 2px solid #b7b7b7;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    color: #A8A8A8;
    padding: 25px 10px;
    text-align: center;
    display: block;
    width: 50%;
    float: left;
}
.account-bar .tabs a.active,
.account-bar .tabs a:focus,
.account-bar .tabs a:hover {
    color: #004E8D;
    text-decoration: none;
    border-color: #004E8D;
}
.account-bar .lname,
.account-bar .fname,
.account-bar .email-input {
    width: 48%;
    float: left;
}
.account-bar .lname,
.account-bar .email-input:last-child {
    float: right;
}
/*.account-bar *::-webkit-input-placeholder { opacity:1; color: #000; }
			.account-bar *::-moz-placeholder {opacity:1;color: #000; }
			.account-bar *:-ms-input-placeholder {opacity:1;color: #000; }*/

.account-bar label {
    font-size: 12px;
    line-height: 16px;
    color: #A8A8A8;
    display: block;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
}
.account-bar .form-group {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.account-bar .form-group.pwd .form-control {
    padding-right: 70px!important;
}
.account-bar .show {
    position: absolute;
    right: 30px;
    top: 15px;
    font-size: 11px;
    line-height: 15px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.account-bar .pwd .form-control {
    padding-right: 70px;
    background: url(../images/lock.png) no-repeat;
    background-position: right 5px top 4px;
    background-size: 16px auto;
}
.account-bar .lname .form-control {
    background: url(../images/person.png) no-repeat;
    background-position: right 5px top 4px;
    background-size: 20px auto;
}
.account-bar .email .form-control {
    background: url(../images/envelope.png) no-repeat;
    background-position: right 5px top 6px;
    background-size: 20px auto;
}
.account-bar .nice-select {
    width: 100%;
}
.account-bar .dob label {
    font-size: 14px;
    line-height: 18px;
    padding: 13px 0;
}
.account-bar .black-btn {
    margin-top: 30px;
    min-width: 10px;
    width: 100%;
}
.account-bar .login .form-control {
    background: none;
    padding-right: 0;
}
.account-bar .checkbox2 {
    float: left;
}
.account-bar .checkbox2 input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
}
.account-bar .checkbox2 input[type="checkbox"] + label {
    cursor: pointer;
    font-family: 'benton-sans', sans-serif, Arial;
    display: block;
    position: relative;
    padding: 2px 0 2px 27px;
    font-size: 13px;
    line-height: 16px;
    color: #000;
}
.account-bar .checkbox2 input[type="checkbox"] + label:after {
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/checkbox.png) left top no-repeat;
    background-size: 100% auto;
}
.account-bar .checkbox2 input[type="checkbox"]:checked + label:after {
    background-position: left bottom;
}
.account-bar .forgot {
    float: right;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    font-weight: 600;
}
.account-bar .remember {
    margin-top: 10px;
    margin-bottom: 0;
}

.select-outer { height: 45px; }
.sort_block .select-outer { min-width: 175px; }

.select-outer-custom {
    border: 1px solid #cecece;
    padding: 7px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    height: 35px;
}
.select-outer-custom .form-control { border-bottom: 0px; height: auto!important;}

.select-outer .nice-select {
    border: 1px solid #cecece;
    padding: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
}
.select-outer .nice-select span.current {
    position: relative;
    display: block;
    padding: 0 8px;
    font-size: 15px;
    color: #190E10;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    line-height: 45px;
    background: #fff url(../images/short-select-arrow.png) right top no-repeat;
    background-size: 44px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    font-weight: 400!important;
}
.select-outer .nice-select span.current {
    font-size: 14px;
    font-weight: 400;
}
.your-cart-bar .payment_method .select_payment .value {
    background: #fff url(../images/short-select-arrow.png) right top no-repeat;
    background-size: 44px;
}
.your-cart-bar .payment_method .select_payment .value i {
    display: none;
}
.select-outer.single-arrow .nice-select span.current {
    background-image: url(../images/select-arrow.png);
    background-size: 30px;
    background-position: 111% top;
}
.nice-select ul {
    overflow: auto;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.select-outer .nice-select li {
    font-size: 14px;
    padding: 5px 8px;
    line-height: 20px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
}
.checkbox2 input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
}
.checkbox2 label {
    cursor: pointer;
    font-family: 'benton-sans', sans-serif, Arial;
    display: block;
    position: relative;
    padding: 2px 0 2px 27px;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}
input.hidden {
    display: none;
}
.checkbox2 label:after {
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/checkbox.png) left top no-repeat;
    background-size: 100% auto;
}
.checkbox2 input[type="checkbox"]:checked + label.active:after {
    background-position: left bottom;
}
.button {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    width: 100%;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    background: #000;
    color: #fff;
    cursor: pointer;
    line-height: 18px;
    border: 2px solid #000;
    margin-top: 10px;
    padding: 13px 8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.button:focus,
.button:hover {
    text-decoration: none;
    background: #b19041 none repeat scroll 0 0;
    border-color: #b19041;
    color: #fff;
}
/*popup_box*/

.popup_box {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 30px 15px;
    background: rgba(255, 255, 255, 0.90);
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    -ms-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    display: none;
}
body.modalActive {
    overflow: hidden;
}
.modalActive .popup_box.showModal {
    opacity: 1;
    pointer-events: initial;
    z-index: 10000;
    display: block;
}
.popup_box .inner {
    vertical-align: middle;
    overflow: auto;
}
.popup_box .popup {
    padding: 50px 40px 75px;
    color: #000;
    max-width: 565px;
    width: 100%;
    position: relative;
    margin: auto;
    background: #f2f6f9;
}

.popup_box .popup h3 {
    margin-bottom: 10px;
}
.popup_box .popup .favorites  {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 500;
}
.popup_box .popup p {
    line-height: 18px;
    color: #190d10;
    font-size: 14px;
    margin-bottom: 10px;
}
.popup_box .popup swf-directive .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.popup_box .popup .follow-content {
    text-align: center;
}
.popup_box .popup.cannot_ship {
    padding: 75px;
}
.popup_box .popup.cannot_ship h2 {
    padding: 0px;
}
.popup_box .popup.cannot_ship span {
    text-transform: uppercase;
    padding: 15px 0 40px;
    font-size: 13px;
    line-height: 18px;
    color: #2f4e7f;
    font-weight: 600;
}
.popup_box .popup.cannot_ship a.black-btn {
    max-width: 208px;
    margin: auto;
}
.popup_box .delete-popup {
    padding: 50px 65px;
    color: #000;
    max-width: 565px;
    width: 100%;
    position: relative;
    margin: auto;
    text-align: center;
    background: #f2f6f9;
}
.popup_box .delete-popup h2 {
    padding: 20px 10px 70px;
    font-size: 30px;
    line-height: 34px;
}
.popup_box .delete-popup .btn {
    min-width: 20px;
    width: 100%;
}
.popup_box .delete-popup .black-btn {
    min-width: 20px;
    width: 100%;
}
.popup_box .popup .black-btn {
    display: block;
    min-width: 10px;
    width: 100%;
}
.popup_box h2 {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
}
/* .popup_box span {
    display: block;
    padding: 25px 0;
} */
.popup_box .closer {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../images/filter-close-btn.png) center center no-repeat !important;
    background-size: 20px !important;
    text-indent: -9999px;
    opacity: 0.4;
    width: 20px;
    height: 20px;
}
.popup_box .closer:focus,
.popup_box .closer:hover {
    opacity: 1;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}
.options-select p {
	line-height: 16px;
    color: #190d10;
    font-size: 14px;
    color: #333;
}
.options-select input[type="radio"] {
    margin: 0;
    padding: 0;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border: none !important;
    height: 0px;
}
.options-select.selected > label {
	background: #000;
    color: #fff;
}
.options-select.selected label h4 {
	color: #fff !important;
}
.options-select.selected label p {
	color: #eee !important;
}
.options-select > label {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -webkit-transition: opacity .1s ease-in-out;
	background: none;
    color: #000;
    padding: 10px;
    cursor: pointer;
    border: 2px solid #000;
    margin-bottom: 20px;
}
.options-select > label:hover {
	-webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1.04);
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1.04);
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1.04);
    transition: all 100ms ease-in;
    transform: scale(1.04);
}
.options-select > label h4:before {
    font-family: FontAwesome;
    content: "\f058";
    margin-right: 10px;
}
.options-select > label p {
    margin: 5px 0 0 25px;
}
.btn-disabled {
	pointer-events: none;
	opacity: .8;
}

/* FOOTER */
#footer-part { width: 100%; position: relative; background: #f1f1f1; padding: 40px 0; margin-top: 40px; clear: both; }

/* FOOTER: NEWSLETTER */
.newsletter-bar {
    width: 100%;
    position: relative;
    background: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 22px 15px;
}
.newsletter-bar form { width: 100%; }
.newsletter-bar h2 {
    font-size: 22px;
    line-height: 28px;
    padding: 10px 0;
    color: #000;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.newsletter-bar .form-control {
    border: 0;
    height: 48px;
    border-bottom: 2px solid #dedede;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    padding: 20px 0 3px 0;
    font-size: 18px;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    box-shadow: none !important;
    color: #120c0e;
}
/*.newsletter-bar *::-webkit-input-placeholder { opacity:1; color: #a8a8a8; }
			.newsletter-bar *::-moz-placeholder {opacity:1;color: #a8a8a8; }
			.newsletter-bar *:-ms-input-placeholder {opacity:1;color: #a8a8a8; }*/

.newsletter-bar .btn {
    height: 48px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    background: #130c0e;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    display: block;
    border: 1px solid #130c0e;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 0.07em;
    font-weight: 600;
}
.newsletter-bar .btn.hide {display: none;}
.newsletter-bar .btn:hover {
    background: #b19041;
    border-color: #b19041;
}
.newsletter-bar .col-md-4 span {
    display: none;
}
.newsletter-bar .col-md-4 {
    position: relative;
}
.newsletter-bar .col-md-4.error span {
    display: block;
    position: absolute;
    left: 15px;
    bottom: -16px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.01em;
}
.newsletter-bar .col-md-4.error .form-control {
    background: #fff url(../images/error_icon.png) right bottom no-repeat;
    background-size: 28px;
}
.newsletter-bar.show .btn {
    background: #120c0e;
    border-color: #120c0e;
}
.newsletter-bar.show .btn:hover {
    color: #fff;
    background: #b19041;
    border-color: #b19041;
}
.newsletter-bar .error .form-control {
    border-color: #d0011b;
}
.newsletter-bar h5 {
    font-size: 15px;
    line-height: 15px;
    padding: 4px 0;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #000;
}
.newsletter-bar .learn {
    font-weight: 700;
    color: #000;
    text-decoration: none;
    font-size: 13px;
}
.newsletter-bar .learn:hover {
    text-decoration: underline;
}
/* footer-bar */

.footer-bar {
    direction: rtl;
    padding: 40px 0;
    width: 100%;
    position: relative;
}
.footer-bar .left { direction: ltr; border-right: 1px solid #d2d2d2; }
.footer-bar .right { direction: ltr; }
.footer-bar h4 {
    font-size: 15px;
    line-height: 19px;
    color: #808181;
    font-weight: 700;
}
.footer-bar li a[href^="tel"],
.footer-bar li a { color: #808080 !important; }
.footer-bar li { padding: 6px 0; font-weight: 400; font-size: 15px; line-height: 19px; }
.footer-bar ul { padding: 7px 0 22px; }
.footer-bar p { font-size: 12px; line-height: 1.4; }

.footer-bar .footer-banners a { color: #fff; }
.footer-bar .footer-banners a:hover { color: #fff; }
.footer-bar .shop_now { margin-bottom: 45px; color: #fff; position: relative; padding: 25px; width: 100%; background-size: cover; background-position: center center; }
.footer-bar .shop_now h3 { font-family: "Mercury Display A", "Mercury Display B", Georgia; font-size: 25px; line-height: 28px; letter-spacing: 0.04em; }
.footer-bar .shop_now h3 a { color: #fff; }
.footer-bar .shop_now a.shop {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.footer-bar .shop_now .inner { position: relative; z-index: 1; min-height: 182px; }
.footer-bar .shop_now:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}
.footer-bar .shop_now .icon {
    position: absolute;
    right: -5px;
    bottom: -10px;
    max-height: 23px;
}
.footer-bar .social {
    padding-top: 30px;
    overflow: hidden;
}
.footer-bar .social li {
    float: left;
    margin-left: 30px;
    padding: 0;
}
.footer-bar .social li:first-child {
    margin: 0;
}
.footer-bar .social li img {
    max-height: 21px;
}
.footer-bar .social li a:hover {
    opacity: 0.70;
}
/* copyright-bar */

.copyright-bar {
    padding: 0 25px;
    font-size: 11px;
    line-height: 12px;
    color: #878787;
    width: 100%;
    position: relative;
}
.copyright-bar p {
    float: left;
    max-width: 445px;
    font-size: 11px;
    line-height: 12px;
    color: #878787;
}
.copyright-bar a {
    color: #878787;
    text-decoration: underline;
}
.copyright-bar a:hover {
    color: #d7d7d7;
}
.copyright-bar li {
    float: left;
    margin: 0 0 0 20px;
}
.copyright-bar li:first-child {
    margin: 0;
}
.copyright-bar ul {
    float: right;
}
a:focus {
    text-decoration: none;
}
.black-btn:focus {
    color: #fff;
}
.container:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0px;
    width: 100%;
}
.mobile-nav {
    display: none;
}
input[type=checkbox]{
    cursor: pointer;
    margin: 0 15px 0 0;
    float: left;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/checkbox.png) left top no-repeat;
    background-size: 20px;
}
.age-declaration input[type=checkbox]{
    display: none;
}
.age-declaration input[type=checkbox] + label:after{
    content: '';
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    margin-right: 15px;
    background: url(../images/checkbox3.png) left top no-repeat;
    background-size: 100% auto;
}

input[type=checkbox]:checked + label:after {
    background-position: left bottom;
}
input[type=radio] + label:after {
    cursor: pointer;
    margin: -3px 10px 0 0;
    float: left;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/radio2.png) left top no-repeat;
    background-size: 18px;
}
.age-declaration input[type=radio] + label:after {
    align-self: center;
}
input[type=radio]:checked + label:after,
input[type=radio]:checked + label:before {
    background-position: left bottom;
}
.checkbox {
    padding: 7px 0 6px;
}
.checkbox input[type="radio"]{
    display: inline-block;
}
.radio label {
    cursor: pointer;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 15px;
}
.checkbox label {
    cursor: pointer;
    font-family: "Mercury Display A", "Mercury Display B", Georgia;
    font-size: 15px;
}
.nice-select .option.selected {
    display: none;
}

.account-bar label.error { margin-top: 3px; }
.account-bar .remember .checkbox2 { width: 50%; }

#accountForgotPassword { display: none; }
.loginShow { margin-top: 5px; text-align: right; display: block; }

.account_email_block { margin-top: 50px; }
.account_email_block h4 {margin-bottom: 20px;}
.hide { display: none; }

/*Alert Content Blocks*/
.alert-block {
    padding: 25px 23px;
    border: 1px solid #bbb;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #bbb;
    font-family: "Mercury Display A","Mercury Display B", Arial;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

/* LANDING PAGE */
html.landing-page, html.landing-page body { background: #00253e; }
html.landing-page #wrapper { padding: 0px !important; }
.landing-sec { padding: 67px 0; overflow: hidden; }
.landing-sec h1 { padding: 0 0 25px; color: #fff; text-align: center; line-height: 54px; font-size: 50px; font-family: "Mercury Display A","Mercury Display B",Arial; font-weight: 500; }
.landing-sec .logo { display: block; margin: auto; }
.landing-sec .mid { max-width: 788px; margin: auto; text-align: center; }
.landing-sec span.title { font-size: 20px; line-height: 24px; display: block; padding: 46px 0 20px; letter-spacing: 0.03em; color: #fff; font-family: "Mercury Display A","Mercury Display B",Arial; }
.landing-sec .row { padding: 0 15px 75px; margin: auto; overflow: hidden; }
.landing-sec .block { float:left; width: 25%; text-align: center; }
.landing-sec h2 { color: #fff; font-family: "Mercury Display A","Mercury Display B",Arial; font-size: 36px; letter-spacing: 0.03em; }
.landing-sec h2:after { width: 92px; height: 2px; background: #b59241; content: ''; display: block; margin: 5px auto; }
.landing-sec ul { list-style: none; overflow: hidden; padding: 5px 0 0 0; margin: 0px; }
.landing-sec li { width: 100%; float:left; padding: 6px 0; letter-spacing: 0.03em; }
.landing-sec li a { color: #fff; text-align: center; font-size: 18px; text-transform: uppercase; font-weight: 600; }
.landing-sec .image { min-height: 423px; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.landing-sec select { display: none; }

/* 404 */
.gray-bar.text-center { padding: 45px 0; }
.gray-bar.text-center h1 { padding: 0; float: none; text-align: center; }
.notfound-bar { padding: 0 15px 60px; max-width: 910px; margin: auto; position: relative; text-align: center; }
.notfound-bar p { color: #130c0e; font-size: 24px; line-height: 28px; padding: 20px 0 15px; letter-spacing: 0.035em; }
.notfound-bar p:first-child strong { padding-top: 15px; }
.notfound-bar strong { color: #00253e; display: block; padding: 20px 0 2px; letter-spacing: 0.02em; font-weight: 600; }
.notfound-bar strong span { font-weight: 400; }
.notfound-bar p [href^="tel"] { color: #00253e !important; display: inline-block; }
.notfound-bar img { display: block; margin: 20px auto 60px; }
.notfound-bar h3 { color: #000; font-family: "Mercury Display A","Mercury Display B",Arial; font-weight: 600; letter-spacing: 0.015em; font-size: 24px; padding: 0 0 33px; }
.notfound-bar ul { list-style: none; overflow: hidden; margin: 0; padding: 0; }
.notfound-bar li { padding: 0 7px; font-size: 14px; line-height: 18px; font-weight: 700; letter-spacing: 0.015em; display: inline-block; vertical-align: top; text-transform: uppercase; position: relative; }
.notfound-bar li:after { content: ''; display: block; height: 14px; width: 2px; background: #000; position: absolute; right: -2px; top: 2px; }
.notfound-bar li:last-child:after { display: none; }
.notfound-bar li a { color: #000; }

.algolia-autocomplete {
  width: 100%;
}
.algolia-autocomplete .aa-input, .algolia-autocomplete .aa-hint {
  width: 100%;
}
.algolia-autocomplete .aa-hint {
  color: #999;
}
.algolia-autocomplete .aa-dropdown-menu {
  width: 100%;
  background-color: #fff;
  border: 1px solid #999;
  border-top: none;
  text-align:left;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
  font-weight: bold;
  font-style: normal;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion:hover{
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9;
}


/* New Order Item blocks for multiple fulfillments */
.orderItemsGroup {
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
}
.orderItemsGroup .topItems {
    padding: 20px 35px;
    border-bottom: 1px solid #CBCBCB;
}
.orderItemsGroup .topItems li {
    margin-bottom: 20px;
}
.orderItemsGroup .topItems li:last-child {
    margin-bottom: 0;
}
.orderItemsGroup .topItems .orderItem>div {
    margin: 0 5px;
}
.orderItemsGroup .topItems .details {
    flex: 1;
}
.orderItemsGroup .topItems .details a h5 {
    font-size: 17px;
    color: #181114;
    font-weight: 600;
    text-decoration: none;
}
.orderItemsGroup .topItems .details a:hover {
    text-decoration: underline;
}
.orderItemsGroup .topItems .details p {
    font-size: 16px;
    font-weight: 400;
}
.orderItemsGroup .topItems .price h5 {
    font-size: 17px;
    font-weight: 900;
}
.orderItemsGroup .topItems .img {
    max-width: 75px;
}


.orderItemsGroup .fulfillments>li {
    padding: 15px;
    background-image: linear-gradient(to right, rgba(203,203,203,1) 33%, rgba(203,203,203,0) 0%);
    background-position: bottom;
    background-size: 20px 1px;
    background-repeat: repeat-x;
}
.orderItemsGroup .fulfillments>li:last-child {
    background-image: none;
}
.orderItemsGroup .checkbox2 label {
    font-size: 17px;
    font-weight: 600;
    padding-top: 3px;
    padding-bottom: 0;
}
.orderItemsGroup .fulfillmentDetail {
    padding: 10px 0 0 34px;
    display: none;
}
.orderItemsGroup .fulfillmentDetail .radio label {
    font-size: 13px;
    font-family: 'benton-sans', Arial, sans-serif;
    color: #181114;
    position: relative;
    padding: 2px 0 0 30px;
}
.orderItemsGroup .fulfillmentDetail .radio p {
    font-size: 12px;
    line-height: 1.5;
    margin: 10px 0;
    padding-left: 30px;
}
.orderItemsGroup .fulfillmentDetail a {
    font-weight: 600;
    text-decoration: underline;
    color: #181114;
}
.orderItemsGroup .fulfillmentDetail a:hover {
    text-decoration: none;
}
.orderItemsGroup .fulfillmentDetail input[type=radio] + label:after {
    position: absolute;
    left: 0;
    top: -3px;
}
.orderItemsGroup .fulfillmentDetail .datepicker .form-control {
    width: 100%;
    height: 35px;
    border: 1px solid #cbcbcb;
    color: #190E10;
    cursor: pointer;
    padding-left: 10px;
    border-radius: 5px;
    font-size: 12px;
    font-family: 'benton-sans', Arial, sans-serif;
}
.orderItemsGroup .fulfillmentDetail .datepicker { 
    position: relative; 
    margin: 5px 0 30px;
}
.orderItemsGroup .fulfillmentDetail .datepicker:after {
    content: '\f073';
    font-size: 18px;
    color: #727272;
    font-family: 'FontAwesome';
    position: absolute;
    right: 12px;
    top: 4px;
}
.orderItemsGroup .fulfillmentDetail .storeaddress h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}
.orderItemsGroup .fulfillmentDetail .storeaddress address {
    margin-bottom: 15px;
    font-size: 12px;
} 

.shipping-label{
    color:black;
    font-weight:600;
    font-size:16px;
}

.push-left p span{
    margin-left:2em;
    margin-top:1.25em;
}

.fulfillments input[type="radio"]{
    position: absolute;
    margin-left: 0.25em;
    opacity: 0;
    cursor:pointer;
}

.datepicker{
    margin: 2em 0 1em 0;
}
.datepicker.pb-3{
    margin: 1em 0 1em 0 !important;
}

.border-0 .edit-link:hover{
    cursor:pointer;
}

.d-inline strong{
    font-size:15px;
}

h2.r_question{
    font-size: 20px;
    line-height: 10px;
    padding-bottom: 20px;
    font-family: "Mercury Display A","Mercury Display B",Georgia;
    color: #000;
    font-weight: 400;
}

.storeaddress h4{
    font-weight: 600;
    font-size: 14px;
}

.storeaddress address {
    font-style: normal;
    margin: 5px 0 15px 0;
    font-size: 13px;
    font-family: 'ArialMT', 'Arial';
    line-height: 16px;
}
.fa-lg.loader-1 {
    margin-bottom: 1em;
    display: block;
    position: absolute;
    left: -12%;
    bottom: 5%;
}

.position-relative{
    position:relative !important;
}

.fa-lg.loader-2{
    position: absolute;
    top: -.85em;
    left: 7em;
}
.importation-text p{
    margin-left: 2.5em;
    margin-top: .5em;
}

label{
    font-family: 'benton-sans',sans-serif,Arial
}

.gift-text{
    font-size:14px !important;
}

.buy-tag{
    border-color:#00253e !important;
    color:#00253e;
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
}
.buy-tag:hover{
    cursor:pointer;
}

.history .fulfillments p {
    font-size: 12px;
    line-height: 15px;
}
.buy-btn:disabled{
    background: #00253e !important;
    opacity:1 !important;
    border-radius: 4px !important;
}

.date-row{
    margin-left:2.1em;
}

@media(max-width: 991px){
    .your-cart-bar .datepicker:after {
        right: 2.25em;
    }
}

.mw-100{
    max-width:100% !important;
}

.your-cart-bar input[type="radio"][checked] + label:after {
    background-position: left bottom;
}

.slick-initialized .slick-slide{
    display: block;
}