@import url(https://shop.gianellivineyards.com/assets/css/fonts.css);

html {
    position: relative;
    min-height: 100%;
}

body {
    -webkit-text-size-adjust: 100%;
    font: 13px/20px PTSansRegular,Arial,Helvetica,sans-serif;
    background-color: #ded4c8;
    background-blend-mode: normal;
    color: #2e2a25;
    font-family: Lora;
    font-weight: 400;
    letter-spacing: .25px;
    font-style: normal;
    font-size: 17px;
    line-height: 1.75;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: scroll !important;
}

.site-wrapper {
    padding:0;
}

.layoutcontent {
    
}

.form-inline .form-group {
    margin-right: -10px;
    padding-right: 20px;
}


/* FONTS */

h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {
    font-family: "Roboto Condensed";
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0px;
    font-style: normal;
}

h1 {

}

h1.page-title {
   
}

legend.h4 {

}

a {
    color: #955e0c;
    text-decoration: underline;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}

a:visited, a:focus {
    color: #955e0c;
    text-decoration: underline;
}

a:active, a:hover  {
    color: #c78b34;
    text-decoration: underline;
}

a[href^=tel] {
    color: inherit;
}

a.load-local {
    color: inherit;
    cursor: text;
    text-decoration: none;
}

a.load-local:hover {
    text-decoration: none;
}

.error, .text-danger, .coupon, del, .min-order, .max-order,
.compliance-message, .statecompliancemessage, .strikethru {
    color:#a94442;
}

abbr[title] {
    cursor: inherit;
    border-bottom: none !important;
    text-decoration: none;
}

.control-label strong {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

legend {
    border-bottom: none;
}

.sr-only-focusable:focus {
    position: relative;
    width: auto;
    height: auto;
    clip: initial;
    margin: inherit;
    padding: inherit;
    border: initial;
}

.skiplink {
    background: #fff;
    color: #000;
}

.skiplink:focus {
    background: #fff;
    padding: 9px;
    display: inline-block;
    outline: 1px dotted #fff !important;
    color: #000;
    position: absolute;
    top: 0;
    z-index: 1000;
}

#toTop {
    background-color: #333;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    height: 35px;
    position: fixed;
    text-align: center;
    width: 48px;
    opacity: 0;
    z-index: 100000;
    transition: opacity .4s ease-in-out,background .2s ease-in-out;
    line-height: 1;
    pointer-events: none;
    display: block;
    text-decoration: none;
}

.to-top-right #toTop {
    right: 75px;
}

#toTop::before {
    line-height: 35px;
    content: "\f106";
    -webkit-font-smoothing: antialiased;
    font-family: icomoon;
    font-size: 22px;
    color: #fff;
}

#toTop.fusion-to-top-active {
    pointer-events: auto;
    opacity: .9;
    transition: opacity .4s ease-in-out,background .2s ease-in-out;
}

#toTop:hover {
    background-color: #c78b34;
}

@media (max-width: 640px) {
    .to-top-container {
        display: none;
    }
}

.fusion-row {
    margin: 0 auto;
}

[class*=" fusion-icon-"], [class^="fusion-icon-"] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* HEADER */

header {
    
}

.fusion-secondary-header {
    border-bottom: 1px solid transparent;
    background-color: #585551;
    border-bottom-color: #231f19;
    color: #e7b259;
    font-size: 12px;
    padding-left: 30px;
    padding-right: 30px;
}

.fusion-secondary-header .fusion-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1100px;
}

.fusion-secondary-header .fusion-alignleft {
    float: left;
    margin-right: 0;
    flex-grow: 1;
    border-bottom-color: #231f19;
    border-top-color: #231f19;
}

.fusion-social-links-header {
    margin-top: 10px;
}

.fusion-social-networks {
    overflow: hidden;
}

.fusion-social-networks.boxed-icons .fusion-social-networks-wrapper {
    margin: 0 -5px;
}

.fusion-tooltip {
    cursor: pointer;
}

.fusion-social-networks .fusion-social-network-icon {
    display: inline-block;
    margin: 0 10px 10px;
    font-size: 16px;
    color: #46494a;
    text-decoration: none;
    box-shadow: none !important;
    line-height: 1;
}

.fusion-social-links-header .fusion-social-networks a {
    font-size: 16px;
}

.fusion-social-networks.boxed-icons a {
    text-align: center;
    box-sizing: border-box;
    box-shadow: none !important;
}

.fusion-social-networks.boxed-icons .fusion-social-network-icon {
    margin: 0 5px 10px;
    padding: 8px;
    background-color: #46494a;
    border-radius: 3px;
    background-clip: inherit;
    border: 1px solid #46494a;
    color: #fff;
    text-decoration: none;
}

.fusion-social-links-header .fusion-social-networks.boxed-icons a {
    padding: 9px;
    width: calc(16px + (2 * (8px)) + 2px);
}

.fusion-social-networks .fusion-social-network-icon:hover {
    opacity: .8;
}

.fusion-social-links-header .fusion-social-networks.boxed-icons .fusion-social-network-icon {
    color: #e7b259;
}

.fusion-social-links-header .fusion-social-networks.boxed-icons .fusion-social-network-icon:not(.custom) {
    background-color: #3f3b38;
    border: none;
    border-radius: 4px;
}

.fusion-icon-facebook::before {
    content: "\e604";
}

.fusion-icon-instagram::before {
    content: "\ea92";
}

.fusion-icon-yelp::before {
    content: "\ead7";
}

.fusion-social-networks .fusion-social-network-icon::before {
    color: inherit;
}

.tooltip {
    font-family: Lora;position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
}

.tooltip.in {
    opacity: 0.9;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: rgba(33, 33, 33, 0.97);
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #d1d1d2;
    text-align: center;
    text-decoration: none;
    background-color: rgba(33, 33, 33, 0.97);
    border-radius: 4px;
    background-clip: padding-box;
}

.fusion-secondary-header .fusion-alignright {
    float: right;
    margin-left: 0;
    flex-grow: 1;
}

.fusion-secondary-header .fusion-alignright > * {
    float: right;
}

.fusion-secondary-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fusion-secondary-menu li {
    position: relative;
}

.fusion-secondary-menu > ul > li {
    float: left;
    border-left: 1px solid transparent;
}

.fusion-secondary-menu > ul > li {
    border-color: #1c1c1c;
}

.fusion-secondary-menu > ul > li:first-child {
    border-left: none;
}

.fusion-secondary-menu > ul > li > a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 13px;
}

.fusion-secondary-menu > ul > li > a {
    height: 30px;
    text-decoration: none;
}

.fusion-secondary-header a:hover {
    color: #e7b259;
}

.fusion-button {
    display: inline-block;
    position: relative;
    border: 1px solid transparent;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .2s;
}

.button-small {
    padding: 9px 20px;
    line-height: 14px;
    font-size: 12px;
}

.button-default, .button.default, .fusion-button {
    background: #e7b259;
    color: #2e2a25;
    border-color: #ffffff;
}

.button-default, .button.default, .fusion-button {
    font-family: Roboto Condensed;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    border-width: 0px;
    border-style: solid;
    border-radius: 4px;
    text-transform: uppercase;
    transition: all .2s;
    text-decoration: none;
}

.button-default:hover {
    background: #e4c99d;
    color: #2e2a25;
}

.fusion-mobile-nav-holder {
    display: none;
    clear: both;
    color: #333;
}

.fusion-header {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: background-color .25s ease-in-out;
}

.fusion-header {
    border-bottom: 1px solid transparent;
    transition: none;
    border-bottom-color: #231f19;
    background-color: #2e2a25;
    webkit-transform: translate3d(0,0,0);
    -moz-transform: none;
    text-align: center;
}

.fusion-header .fusion-row {
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 1100px;
}

.fusion-header > .fusion-row {
    position: relative;
    display: inline-block;
}

.fusion-logo {
    display: block;
    max-width: 100%;
    margin: 12px 0px 10px 0px;
    text-align: center;
}

.fusion-logo a {
    display: block;
    max-width: 100%;
    display: inline-block;
}

.fusion-top-header .fusion-logo-link {
    line-height: 1;
}

.fusion-logo img {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}


.lazyload, .lazyloading { opacity: 0; }
.lazyloaded {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}

.fusion-logo img {
    width: auto;
}

.fusion-mobile-logo {
    margin-top: 6px;
}


/* MAIN NAV */

.fusion-secondary-main-menu {
    border-bottom: 1px solid transparent;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-bottom-color: #231f19;
    background-color: #2e2a25;
}

.fusion-main-menu {
    float: right;
    position: relative;
    float: none;
}

.navbar {
    border: 0 solid transparent;
    border-radius: 0;
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    min-height: inherit;
    position: relative;
    text-align: center;
}

.navbar-nav {
    display: block;
    float:none;
    -webkit-transition: .5s;
    transition: .5s;
}

.fusion-main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    transition: none;
}

.fusion-menu {
    justify-content: center;
}

.fusion-main-menu > .fusion-menu {
    display: flex;
    flex-wrap: wrap;
    transition: opacity .8s cubic-bezier(.8,0,.25,1),transform .8s cubic-bezier(.8,0,.25,1);
}

.fusion-main-menu .fusion-menu {
    display: flex;
    flex-wrap: wrap;
}

.fusion-main-menu > ul {
    line-height: 1;
}

.navbar-nav > li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
}

.navbar-nav > li > a {
    color: #000;
    display: block;
    font-size: 17px;
    padding: 0.75em 1em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    background-color: #231f19;
    color: #d7c9b0;
}

/* active nav items */
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    background-color: #231f19;
    color: #d7c9b0;
}

/*for hover effect to stay on top level item during hover over dropdown*/
.navbar-nav > li.dropdown:hover > a {
    background-color: #231f19;
    color: #d7c9b0;
}

.fusion-main-menu ul a {
    display: block;
    box-sizing: content-box;
}

.fusion-main-menu > ul > li > a {
    display: flex;
    align-items: center;
    line-height: 1;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fusion-main-menu > ul > li > a {
    border-color: transparent;
}

.fusion-main-menu > ul > li > a {
    font-family: "Roboto Condensed";
    font-weight: 300;
    font-size: 18px;
    letter-spacing: ;
    font-style: normal;
}

.fusion-main-menu > ul > li > a {
    color: #e7b259;
}

.fusion-main-menu > ul > li > a {
    justify-content: center;
    padding: 0 calc((30px)/ 2);
    height: 50px;
}

.fusion-main-menu .fusion-main-menu-icon::after {
    color: #e7b259;
    font-family: icomoon;
    cursor: pointer;
}

.fusion-main-menu .fusion-main-menu-cart:not(.menu-item-type-custom) > a::after {
    border-radius: 50% 50% 50% 50%;
    content: "\f07a";
}

.fusion-main-menu .fusion-main-menu-account:not(.menu-item-type-custom) > a::after {
    border-radius: 50% 50% 50% 50%;
    font-family: FontAwesome;
    content: "\f2bd";
}

.fusion-main-menu .fusion-main-menu-icon:hover::after {
    color: #d7c9b0;
}

.dropdown-menu {
    background-color: #231f19;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0;
    min-width: 160px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    padding-bottom: .5em !important;
}

.dropdown-menu > li {

}

.dropdown-menu > li > a {
    background-color: #231f19;
    color: #e7b259;
    line-height: 1em;
    padding: 0.5em 1.5em;
    text-decoration: none;
    font-family: "Roboto Condensed";
    font-weight: 300;
    font-size: 16px;
    font-style: normal;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #2e2a25;
    color: #d7c9b0;
    text-decoration: none;
}

/*active dropdown menu items */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #2e2a25;
    color: #d7c9b0;
    text-decoration: none;
}

/* third level dropdowns */
ul.navbar-nav ul ul, ul.navbar-nav ul ul ul, ul.navbar-nav li:hover ul ul, ul.navbar-nav li:hover ul ul ul {
    left: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

/* hide third level dropdowns */
ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown ul.dropdown-menu {
    /*display: none;
    visibility: hidden;*/
}

/* displays dropdown menus */
ul.navbar-nav li:hover ul, ul.navbar-nav li li:hover ul, ul.navbar-nav li ul ul li:hover ul{
    display: block;
    visibility: visible;
    opacity: 1;
}

/* li:hover for better ADA compliance*/
ul.navbar-nav li:focus-within ul, ul.navbar-nav li li:focus-within ul, ul.navbar-nav li ul ul li:focus-within ul{
    display: block;
    visibility: visible;
    opacity: 1;
}

/* STICKY NAV */

.header.condensed .fusion-secondary-main-menu {
    border-bottom: 0;
}

.header.condensed .fusion-secondary-main-menu {
    position: fixed;
    top: 0;
    z-index: 210;
    max-width: 100%;
    width: 100%;
    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}

.header.condensed .fusion-secondary-main-menu {
    background-color: rgba(46,42,37,0.8);
}

.header.condensed .fusion-main-menu > ul > li > a {
    font-size: 15px;
}

.header.condensed .dropdown-menu > li > a {
    font-size: 14px;
}




/* MOBILE NAV */

/* hamburger */
.mobile-nav-toggle-label {
    z-index: 1003;
}

/* mobile menu */

.fusion-mobile-nav-holder {
    padding-top: 0;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 0;
}

.fusion-mobile-nav-holder .navbar {
    background-color: rgba(36, 36, 36, 0.97);
    box-sizing: border-box;
    height: auto;
    left: 0;
    line-height: 1em;
    opacity: 0;
    overflow: auto;
    pointer-events: none;
    position: relative;
    text-align: left;
    transition: opacity 0.14s ease-in-out 0.1s, visibility 0s linear 0.14s;
    visibility: hidden;
    width: 100%;
    z-index: 1001;
    margin: 0;
    padding:0;
}

.active .fusion-mobile-nav-holder .navbar {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.14s ease-in-out 0.1s, visibility 0s linear 0s;
    visibility: visible;
}

.fusion-mobile-nav-holder .nav > li{
    position: relative;
    font-size: 12px;
    line-height: normal;
}

.fusion-mobile-nav-holder .nav > li > a {
    color: #333;
    padding: 0 12px;
    font-size: 12px;
    display: block;
    border-bottom: 1px solid transparent;
    z-index: 10;
    color: #e7b259;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 0px;
    font-family: "Roboto Condensed";
    font-weight: 400;
    font-style: normal;
    text-align: center;
    height: 35px;
    background-color: #2e2a25;
    border-color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}

.fusion-mobile-nav-holder .nav > li > a > i {

}

.fusion-mobile-nav-holder .nav > li > a:hover, .fusion-mobile-nav-holder .nav > li.active > a,
.fusion-mobile-nav-holder .nav > li > a:hover {
    background-color: #000000;
    color: #d7c9b0;

}

.fusion-mobile-nav-holder .nav > li > ul > li > a {
    font-size: 1em;
    text-transform: none;
    letter-spacing: .05em;
}

.fusion-mobile-nav-holder .nav > li > ul > li  > ul > li > a {
    text-transform: none;
}

.fusion-mobile-nav-holder .nav .menu-sub  {
    display: none;
}

.fusion-mobile-nav-holder .nav .show-submenu {
    display: block;
}

.open-submenu {
    cursor: pointer;
    position: absolute;
    color: #fff;
    top: 9px;
    right: 25px;
    z-index: 11;
    color: #e7b259;
}

.open-menu .open-submenu {
    color: #d7c9b0;
}

.open-submenu {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.open-menu .show-submenu {
    display: block !important;
}

.fusion-mobile-nav-holder .cart {
    color:#000;
    height: 30px;
    position: absolute;
    z-index: 100;
    right: 20px;
    top: 15px;
    width: 30px;
}

.fusion-mobile-menu-icons {
    display: none;
}

@media (min-width: 801px) {
    .fusion-mobile-logo {
        display: none;
    }
    
}

@media (max-width: 800px) {
    .fusion-secondary-header {
        padding: 0;
    }

    .fusion-header-wrapper .fusion-row {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }

    .fusion-secondary-header .fusion-row {
        padding-left: 0;
        padding-right: 0;
        display: block;
    }

    .fusion-alignleft, .fusion-alignright {
        width: 100%;
        float: none;
        display: block;
        text-align: center;
    }

    .fusion-secondary-header .fusion-alignleft {
        margin-right: 0;
    }

    .fusion-alignleft {
        border-bottom: 1px solid transparent;
        border-bottom-color: #231f19;
        border-top-color: #231f19;
    }

    .fusion-social-links-header {
        max-width: 100%;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .fusion-social-networks {
        display: block;
        text-align: center;
        padding: 0;
    }

    .fusion-secondary-header .fusion-alignright {
        margin-left: 0;
    }

    .fusion-secondary-header .fusion-alignright > * {
        float: none;
    }

    .fusion-secondary-menu > ul > li {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        float: none;
    }

    .fusion-body .fusion-header-wrapper .fusion-header, .fusion-body .fusion-header-wrapper .fusion-secondary-main-menu {
        background-color: #2e2a25;
    }

    .fusion-header {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .fusion-header .fusion-row {
        width: 100%;
    }

    .fusion-logo {
        margin: 0 !important;
        float: left;
    }

    .fusion-standard-logo {
        display: none;
    }

    .fusion-mobile-menu-icons {
        display: block;
        position: relative;
        top: 0;
        right: 0;
        vertical-align: middle;
        text-align: right;
    }

    .fusion-mobile-menu-icons {
        margin-top: 0px;
    }

    .fusion-mobile-menu-icons a {
        float: right;
        font-size: 21px;
        margin-left: 20px;
        text-decoration: none;
    }

    .fusion-mobile-menu-icons a {
        color: #e8e2da;
    }

    .fusion-icon-bars::before {
        content: "\f0c9";
    }

    .fusion-icon-shopping-cart::before {
        content: "\f07a";
    }

    .fusion-icon-account::before {
        font-family: FontAwesome;
        content: "\f2bd";
    }

    .active .fusion-mobile-nav-holder {
        display: block;
    }


    .fusion-main-menu {
        display: none;
    }
}


.fusion-page-title-bar {
    clear: both;
    padding: 0 10px;
    height: 170px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-color: #2e2a25;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #54514d;
    background-attachment: fixed;
    background-position: top center;
    padding-left: 30px;
    padding-right: 30px;
}

.fusion-page-title-row {
    margin: 0 auto;
    height: 100%;
    max-width: 100%;
}

.fusion-page-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 100%;
    width: 100%;
}

.fusion-page-title-captions {
    text-align: center;
    width: 100%;
}

.fusion-page-title-bar h1 {
    margin: 0;
    padding: 0;
    color: #f3ede6;
    font-family: "Roboto Condensed";
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 46px;
    line-height: normal;
}

@media (max-width: 1000px) {
    .fusion-page-title-bar h1 {
        --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
        --minViewportSize: 360;
        --maxViewportSize: var(--grid_main_break_point);
        font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px) !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx) {
    .fusion-page-title-bar {
        background-size: cover;
    }
}

@media (max-width: 800px) {
    .fusion-page-title-bar {
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
        min-height: calc(70px - 10px);
        background-attachment: scroll !important;
    }

    .fusion-page-title-row {
        height: auto;
        display: flex;
        align-items: center;
        width: 100%;
        min-height: calc(70px - 10px);
    }

    .fusion-page-title-wrapper {
        flex-wrap: wrap;
    }

    .fusion-page-title-captions {
        width: 100%;
    }

    .fusion-page-title-bar h1 {
        --maxViewportSize: var(--content_break_point) !important;
    }
}

@media (max-width: 640px) {
    .fusion-page-title-bar {
        max-height: none;
    }

    .fusion-page-title-bar h1 {
        margin: 0;
    }
}

.fusion-page-title-bar h1 {
    --fontSize: 46;
}



/* MAIN */

#main {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 55px;
    padding-bottom: 40px;
}

#main .fusion-row {
    max-width: 1100px;
    padding-left: 0px;
    padding-right: 0px;
}



/* SUBNAV */

ul.subnav {
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
}

ul.subnav > ul {
    padding: 0;
    margin: 0;
}

ul.subnav li.page-title {
    font-size: 17px;
    text-transform: uppercase;
}

ul.subnav li {
    margin-bottom: 5px;
}

ul.subnav li a {
    text-decoration: none;
}

ul.subnav li.level-3 {
    padding-left: 10px;
}

ul.subnav li.level-4, ul.subnav li.level-5 {
    display: none;
}

@media (min-width: 768px) {
    .subnavarea .fusion-separator.sep-solid {
        display: none;
    }
}

/* FOOTER */

.fusion-footer-widget-area {
    position: relative;
    padding: 43px 10px 40px;
    border-top: 12px solid #14110d;
    background-image: ;
    background-repeat: no-repeat;
    background-color: #2e2a25;
    background-size: initial;
    background-position: center center;
    color: #978a7b;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding-left: 30px;
    padding-right: 30px;
}

.fusion-footer footer .fusion-columns {
    margin: 0 calc((15px) * -1);
}

.fusion-footer footer .fusion-row .fusion-columns {
    display: block;
    flex-flow: wrap;
}

.fusion-footer footer .fusion-columns .fusion-column {
    padding-left: 15px;
    padding-right: 15px;
}

.fusion-footer-widget-area-center .fusion-columns .fusion-column {
    text-align: center;
}

.fusion-footer footer .fusion-row .fusion-columns .fusion-column.fusion-column-last {
    border-right: none;
}

.fusion-footer-widget-column {
    margin-bottom: 50px;
}

.fusion-footer-widget-column:last-child {
    margin-bottom: 0;
}

.textwidget p {
    margin: 17px auto;
}

.fusion-footer-copyright-area {
    z-index: 10;
    position: relative;
    padding: 18px 10px 16px;
    border-top: 1px solid #4b4c4d;
    background-color: #14110d;
    padding-left: 30px;
    padding-right: 30px;
}

.fusion-footer-copyright-area > .fusion-row {
    padding-left: 0px;
    padding-right: 0px;
}

.fusion-copyright-content {
    display: table;
    width: 100%;
}

.fusion-copyright-notice, footer .nav {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    color: #e8b264;
    font-size: 12px;
}

.fusion-copyright-notice a {
    color: #eed3ad;
    text-decoration: none;
}

.fusion-footer-copyright-area a:hover {
    color: #e8b264;
    text-decoration: none;
}


footer .nav li {
    display: inline-block;
    float: none;
    padding: 0;
    padding-bottom: 10px;
}

footer .nav li::before {
    content: "|";
    float:left;
}

footer .nav li:first-child::before {
    content:none;
}

footer .nav li a {
    display: block;
    padding: 0 5px 0 10px;
    text-decoration: none;
    text-transform: uppercase;
}

footer .nav li:first-child a {
    padding-left: 0;
}

footer .nav li a:hover {
    background-color: transparent;
}

.vinsuite {
    text-transform: none;
}

.fusion-footer-copyright-area .fusion-row {
    max-width: 1100px;
}

.fusion-social-links-footer {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    text-align: right;
}

.fusion-social-links-footer .fusion-social-networks {
    margin-top: 10px;
}

.fusion-social-networks .fusion-social-networks-wrapper {
    margin: 0 -10px;
}

.fusion-social-links-footer .fusion-social-networks a {
    font-size: 17px;
}

.fusion-social-links-footer .fusion-social-networks .fusion-social-network-icon {
    color: #e8b264;
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait){
    .fusion-social-links-footer {
        width: auto;
    }

    #footer > .fusion-row, .footer-area > .fusion-row {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .fusion-footer-widget-area {
        background-attachment: scroll !important;
    }

    .fusion-column {
        margin-right: 0;
    }

    .fusion-columns-1 .fusion-column:first-child {
        margin-left: 0;
    }

    .fusion-social-networks {
        display: block;
        text-align: center;
        padding: 0 0 15px;
        display: inline-block;
        float: none;
    }

}

@media only screen and (max-width: 800px){
    .fusion-footer-copyright-area > .fusion-row, .fusion-footer-widget-area > .fusion-row {
        padding-left: 0;
        padding-right: 0;
    }

    .fusion-columns .fusion-column {
        width: 100% !important;
        float: none;
        box-sizing: border-box;
    }

    .fusion-footer footer .fusion-row .fusion-columns .fusion-column {
        border-right: none;
        border-left: none;
    }

    .fusion-social-links-footer, .fusion-copyright-notice, footer .nav {
        display: block;
        text-align: center;
    }

    .fusion-copyright-notice {
        padding: 0 0 15px;
    }

    .fusion-social-links-footer {
        width: auto;
    }

    .fusion-social-links-footer .fusion-social-networks {
        display: inline-block;
        float: none;
        margin-top: 0;
    }
}

@media only screen and (max-device-width: 640px){
    .fusion-columns .fusion-column {
        float: none;
        width: 100% !important;
        margin: 0 0 50px;
        box-sizing: border-box;
    }
}


/* BUTTONS */

.btn {
    display: inline-block;
    text-align: center;
    font-family: Roboto Condensed;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    border-width: 0px;
    border-style: solid;
    border-radius: 4px;
    text-transform: uppercase;
    transition: all .2s;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
}

.btn-default, a.btn, a.btn:visited,
.btn-primary, a.btn-primary {
    background: #e7b259;
    color: #2e2a25;
    border-color: #ffffff;
    text-decoration: none;
}

.btn.focus, .btn:focus, .btn:hover, a.btn:hover, a.btn:focus, .btn:active:focus, a.btn:active:focus,
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .btn-default:active:hover, .btn-default:active:focus,
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary:active:hover, .btn-primary:active:focus {
    background: #e4c99d;
    color: #2e2a25;
    border-color: #ffffff;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
    margin: 5px 0;
}

.btn-block {
    display: block;
    width: 100%;
}



/* STORE CATEGORY */

.category-content {
    margin: 0 auto;
    text-align: center;
    color: #c18835;
    font-size: 16px;
    font-family: "Roboto Condensed";
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0px;
    font-style: normal;
}

.category-dropdown {
    margin: 30px 0;
}

.state-dropdown select {
    margin: 5px 0;
    width: auto;
}

.state-dropdown .willCall {

}

.state-dropdown select option[value="MU"] {
    display: none;
}

.statecompliancemessage {
    margin-top: 10px;
}

.pagination {
    margin: 20px 0;
}

.store-pagination.pagination-top {
    display: none;
}

.store-pagination.pagination-bottom {
    float: right;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #c78b34;
    border-color: #c78b34;
    color: #fff;
}

.pagination > li > a, .pagination > li > span {
    background-color: transparent;
    border: 1px solid #fff;
    color: #c78b34;
    position: relative;
    text-decoration: none;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: transparent;
    border-color: #c78b34;
    color: #c78b34;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover { 
    color: #c78b34;
    background-color: transparent;
    border-color: #fff;
}

.product-list {

}

.product-list .product.row{
    margin: 0 0 30px;
    border: 1px solid #efefef;
}

.product-list .product .col-xs-12.col-sm-12.col-md-12.col-lg-12.product-image {
    padding: 0;
    overflow: hidden;
}

.product-list .product-image img {
    max-height: 385px;
    width: auto;
}

.product-list .product-info {
    padding: 20px 15px;
}

.product-list .title {
 text-align: center;
}

.product-list .title a {

}

.product-list .title a:hover {
    text-decoration: none;
}

.product-list .desktop-title {
    display: block !important;
}

.product-list .desktop-title a {
    text-decoration: none;

}

.product-list .desktop-title h3 {
    margin: 0 auto;
    font-weight: 300;
    letter-spacing: 0;
    font-size: 22px;
    font-style: italic;
}

.product-list .mobile-title { /* outside .product-info */
    display: none !important;
}

.product-list .mobile-title a {

}

.product-list .mobile-title h3 {

}

.product-list .product-info .info {
    text-align: center;
}

.product-list .price {
    padding: 0;
    font-size: 18px;
}

.product-list .teaser, .product-list .quantity {
    display: none;
}

/* special rollover (jquery on content-store.cfm) */

.product-list .product-image .tab-content {
    position: relative;
    z-index: 99;
    padding: 10px;
    margin-top: 6px;
    width: 90%;
    box-sizing: border-box;
}

.product-list .product-image .tab-content > .active {
    display: inline-block;
}

.product-list .product-image .tab-content form[data-type="purchase"]:first-child {
    display: inline-block;
}

.product-list .product-image .add-to-cart {
    clear: none;
    display: inline-block;
    padding: 0;
}

.product-list .product-image .add-to-cart .btn, .show_details_button {
    margin: 0;
    display: inline-block;
    width: auto;
    background: none;
    font-family: Lora;
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5;
    font-size: 12px;
    color: #000;
    padding: 0;
    text-transform: uppercase;
    text-decoration: none;
}

.product-list .product-image .add-to-cart .btn:hover, .show_details_button:hover,
.product-list .product-image .add-to-cart .btn:focus, .show_details_button:focus,
.product-list .product-image .add-to-cart .btn:visited, .show_details_button:visited {
    color: #000;
    background: none;
    text-decoration: none;
    opacity: .6;
}

.product-list .product-image .details {
    display: inline-block;
}

.fusion-rollover-linebreak {
    margin: 0 10px;
}


@media (min-width: 801px) {
    .product-list .product.has-inventory .info, .product-image .details-only {
        visibility:hidden;
        opacity:0;
        position: absolute;
        left:0;
        right:0;
        top:0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        height: 100%;
        line-height: normal;
        text-align: center;
        background-image: linear-gradient(to top,rgba(222,212,201,0.5) 0,rgba(222,212,201,0.65) 100%);
        transform: translateX(-100%);
        transition: all .3s ease-in-out;
        -webkit-transform-style: preserve-3d;
    }

    .product-list .product.has-inventory .product-image:hover .info, .product-image:hover .details-only {
        visibility: visible;
        opacity: 1;
        z-index: 100;
        transform: translateX(0);
    }
}

@media (max-width: 800px) {
    .category-dropdown {
        margin: 30px auto;
        text-align: center;
    }

    .category-dropdown .state-dropdown select {
        margin: 5px auto;
        width: auto;
    }

    .product-list .product.row {
        max-width: 223px;
        margin: 0 auto 30px;
    }

    .product-list .product-image .info, .product-list .product-image .details-only {
        display: none;
    }

    .product-list .product-image img {
        max-height: 325px;
        width: auto;
    }

    .product-list .add-to-cart {
        display: none;
    }
}


/* STORE CATEGORY/DRILLDOWN SHARED */

.teaser {

}

/* nav pills */
ul.nav-pills { /* hides nav pills for wines, which displays bottle size as a nav-tab */
    display:none;
}

.producttype-product ul.nav-pills, .drill-container.product ul.nav-pills { /* displays nav pills for non-wine product for multi-SKUs */
    display:block;
}

.nav-pills > li > a {
    padding: 0.5em 1em 0.7em;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #242424;
    border-radius: 0;
    color: #fff;
}

.nav-pills > li > a:focus, .nav-pills > li > a:hover {
    background-color: transparent;
    color:#000;
    text-decoration: none;
}

.tab-content {
    margin-top:15px;
    width:100%;
}

.product-list .tab-content {
    margin-top: 0;
}

.purchase-form {

}

.quantity {
    margin-right: 1em;
    min-width: 40px;
    display: inline-block;
    vertical-align: middle;
}

.quantity input {
    text-align: center;
    padding: 6px 4px;
    width: 40px;
    height: 40px;
    background-color: #efe8df;
    color: #2e2a25;
}

.price-units {
    display: inline-block;
    font-size: 1em;
    vertical-align: middle;
    width: auto;
}



.price {
    display: inline-block;
    font-size: 1em;
    padding: 0 0.5em 0 0;
    width: auto;
    color: #c78b34;
}

.unit {
    display: inline-flex;
    text-transform: capitalize;
    width: auto;
}

.unit select { /* for non-wine products using options */
    margin-left: 5px;
    margin-top: -8px;
}

.FirstPartyWine .unit, .drill-container.wine .unit,
.Kit .unit, .drill-container.kit .unit  {
    display: none;
}

.add-to-cart {
    clear:both;
    display: block;
    padding:15px 0;
}



.add-to-cart .btn {
    margin: 0;
}

.min-order, .max-order {
    clear:both;
    display:block;
}



/* STORE DRILLDOWN */

.drill-container {
    
}

.product-detail .product-image {
    margin-bottom: 30px;
    max-width: 530px;
}

.product-detail .product-image img {
    
}

@media (max-width: 640px) {

   .product-image img {
        max-height: 400px;
    }
}

.product-detail .product-info {

}

.product-detail h2.product-title {
    margin-top: 0;
    font-size: 32px;
    color: #955e0c;
    font-weight: 300;
}

.product-detail .mobile-title {
    text-align: center;
    background-position: top center;
}

.fusion-separator {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    border-color: #e0dede;
}

.fusion-separator.sep-double {
    height: 6px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    box-sizing: content-box;
}

.fusion-separator.sep-solid {
    border-bottom-style: solid;
    border-top-style: solid;
}

.product-detail .teaser {
    padding: 10px 0;
}

.tab-content form[data-type="purchase"] {
    display: none;
}

.tab-content form[data-type="purchase"]:first-child {
    display: block;
}

.drill-container .price-units {
    display: block;
    font-size: 18px;
}

.drill-container .add-to-cart {
    clear: none;
    display: inline-block;
}

.product-detail h4 { /* detail titles */
    font-weight: bold;
}

table.productDetails { /* wine profile table */
    
}

table.productDetails th, table.productDetails td {
    padding: 5px 25px 5px 0;
    vertical-align: top;
}

table.productDetails .DownloadWineNotes {
    padding: 0 0 10px;
}

table.productDetails .wineNotesRight table .wineNotesRight {
    padding: 0 15px 0 0;
}

.wineNotesRight .detail {
    display: block;
}

.DownloadWineNotes, .wineNotesLeft {
    font-weight: 700;
    color: #955e0c;
}

@media screen and (max-width: 767px) {
    .wine-profile .table-responsive {
        border: none;
    }
}


.social-share, .social-share li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-share {
    text-align: center;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    margin-top: 60px;
    border-color: #e0dede;
    display: flex;
    justify-content: center;
}

.social-share li {
    display: inline-block;
    text-align: left;
    width: 25%;
    border-right: 1px solid #e7e6e6;
    padding: 20px 30px;
    border-color: #e0dede;
}

.social-share li:last-child {
    border-right: 0;
}

.social-share li a {
    display: block;
    text-decoration: none;
}

.fontawesome-icon.medium {
    font-size: 18px;
}

.fontawesome-icon.circle-yes {
    border-color: #333333;
    border-radius: 50%;
    background-clip: inherit;
    border-width: 1px;
    border-style: solid;
    background-color: #333;
    color: #fff;
    text-align: center;
    margin-top: 2px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.social-share li .fontawesome-icon {
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
}

.social-share li a:hover i {
    background-color: #c78b34;
    border-color: #c78b34;
}

.social-share li .fontawesome-icon {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0;
}

.fontawesome-icon::before {
    transition: none;
}

.fusion-icon-twitter::before {
    content: "\e605";
}

.fusion-icon-pinterest::before {
    content: "\e602";
}

.fusion-icon-mail::before {
    content: "\e616";
}

.social-share li .fusion-woo-social-share-text {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 10px;
    width: calc(100% - 45px);
}

@media only screen and (orientation: portrait) {
    .social-share li {
        display: block;
        float: left;
        margin: 0 auto;
        border-right: 0 !important;
        border-left: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 25%;
    }
}

@media (max-width: 800px) {
    .social-share {
        overflow: hidden;
        display: block;
    }

    .social-share li {
        display: block;
        float: left;
        margin: 0 auto;
        border-right: 0 !important;
        border-left: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 50%;
    }

}



/* POPUP */

#circleG {
    height: 38px;
    margin: 20px auto 10px;
    width: 149.333px;
}

.circleG{
    background-color:#955e0c;
    float:left;
    height:32px;
    margin-left:17px;
    width:32px;
    -moz-animation-name:bounce_circleG;
    -moz-animation-duration:0.75s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -moz-border-radius:21px;
    -webkit-animation-name:bounce_circleG;
    -webkit-animation-duration:0.75s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -webkit-border-radius:21px;
    -ms-animation-name:bounce_circleG;
    -ms-animation-duration:0.75s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -ms-border-radius:21px;
    -o-animation-name:bounce_circleG;
    -o-animation-duration:0.75s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    -o-border-radius:21px;
    animation-name:bounce_circleG;
    animation-duration:0.75s;
    animation-iteration-count:infinite;
    animation-direction:linear;
    border-radius:21px;
}

#circleG_1{
    -moz-animation-delay:0.15s;
    -webkit-animation-delay:0.15s;
    -ms-animation-delay:0.15s;
    -o-animation-delay:0.15s;
    animation-delay:0.15s;
}

#circleG_2{
    -moz-animation-delay:0.35s;
    -webkit-animation-delay:0.35s;
    -ms-animation-delay:0.35s;
    -o-animation-delay:0.35s;
    animation-delay:0.35s;
}

#circleG_3{
    -moz-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -o-animation-delay:0.45s;
    animation-delay:0.45s;
}

@-moz-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #c78b34;
    }
    100% {}
}
@-webkit-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #c78b34;
    }
    100% {}
}
@-ms-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #c78b34;
    }
    100% {}
}
@-o-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #c78b34;
    }
    100% {}
}
@keyframes bounce_circleG {
    0% {} 50% {
        background-color: #c78b34;
    }
    100% {}
}

@media (prefers-reduced-motion: reduce) {
  .circleG{
    -moz-animation-iteration-count:5;
    -webkit-animation-iteration-count:5;
    -ms-animation-iteration-count:5;
    -o-animation-iteration-count:5;
     animation-iteration-count:5;
  }
}

.modal-body #errorBoxWrapper {
    height: auto !important;
}

.modal-body #errorBox.error {
    height: auto !important;
}

.modal-body .cart-title h4 {
    font-size: 1em;
    line-height: 1.42857;
    margin: 0;
}

.modal-body .subtotal-row td {
    text-align: right;
}

.modal-body .cart-price {
    
}

.modal-body del, .modal-body .strikethru {
    display: block;
}

.modal-body .baseprice {
    color: inherit;
}

.strikethru {
    text-decoration:line-through;
}

.fixed {
    border-bottom: 1px solid #bdb29d;
    position: fixed !important;
    width: 100%;
    z-index: 1025;
}

.modal-footer .btn + .btn {
    margin: 10px 0;
}



/* CART */

.storecart .layoutcontent p {
    padding: 10px 0;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: transparent;
}

.table > thead > tr > th {
    border-width: 1px;
}

.thead-total, .thead-price  {
    text-align: right;
}

.cart-image.hidden-xs {
    float: left;
    padding: 0 15px;
    width: auto;
}

.storecart .cart-qty input {
    display: inline-block;
    padding: 0;
    text-align: center;
    width:35px;
}

.cart-price, .cart-total {
    text-align: right;
}

.subtotal-row td, .shipping-row td, .salestax-row td, .salestax-row td, .total-row td, .handling-row td, .bottledeposit-row td {
    text-align: right;
}

.cart-totals .table td {
  text-align: right;
}

.special-offers {
    padding-bottom: 40px;
}

.special-offers .special-offers {
    padding-bottom: 0;
}

#divCoupon input, #divCoupon .btn {
    display: inline-block;
}

#shippingOptionsForm #divShipping select {
    width: 100%;
}

#divFutureShipDate label {
    padding: 2px;
}

.checkout-row {
    text-align: right;
}

/* mobile cart - non-rco */

.mobile-summary.visible-xs div {
    padding-left: 0;
}

.mobile-summary .cart-title {
    font-size: 1.2em;
    padding: 1em 0;
}

.mobile-summary .cart-image {
    text-align: center;
}

.mobile-summary .cart-image > img {
    max-width: 80px;
}

.mobile-summary .cart-prices {
    /*display: inline-block;*/ /*remove for RCO */
    font-weight: bold;
    padding-top: 4px;
}

.cart-quantity {
    /*display: inline-block;*/ /*remove for RCO */
    padding-right:10px;
    vertical-align: top;
}

.cart-quantity input {
    padding: 0;
    text-align: center;
    width: 35px;
}

.cart-buttons {
    padding:5px 0;
    display: block;
}

.cart-buttons .btn {
    margin-bottom: 5px;
    width: 150px;
}

.mobile-summary .cart-totals {
    padding: 20px 0;
}

.cart-subtotal, .cart-shipping, .cart-taxes {
    padding: 3px 0;
    text-align: right;
}

.mobile-summary .cart-total {
    font-size: 1.2em;
    padding: 3px 0;
}

.mobile-summary .cart-total > strong::after {
    content: " ";
}



/* CHECKOUT - NON-RCO */
/*
#divLogin {
    max-width: 400px;
    padding-bottom: 20px;
}

#divLogin .forgot-link {
    padding: 10px 0 0;
}

#giftCertificateForm {
    display:none;
}

.showPaymentInformation th, .showPaymentInformation td{
    padding: 8px 0;
}

.cartpaymenttypetabs {
    padding: 30px;
}

.showPaymentInformation h3 {
    padding-top: 20px;
}

.cartpaymenttypetabs {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-top: 0;
    max-width: 100%;
    padding-bottom: 0;
    padding-top: 0;
}

.cartpaymenttypetabs .clearfix.container-fluid {
    padding: 15px 0;
}

.cartpaymenttypetabs .clearfix.container-fluid .container-fluid {
    padding: 0;
}

.showPaymentInformation .currentVintage {
    display: none;
}

#whatsThis > a {
    display: none;
}

.showConfirm .page-content {
    padding-bottom: 20px;
}
*/



/* CLUBS */

.well {
    min-height: 20px;
    padding: 0px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 0px solid #E3E3E3;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
}

.clubs .control-label.col-sm-1 {
    text-align: left;
}

.club-rate.list-group-item {
    border: medium none;
    padding: 0;
}

.clubs .list-group-item {
    background-color: transparent;
}

.clubs .club-information select {
    width: auto;
}

/*.clubs .member-login .col-sm-3.control-label,*/
.clubs .club-information .col-sm-2.control-label {
    width: auto !important;
}

.clubs .formSubmit.form-group div.col-xs-12 {
    text-align: right;
}

.clubs .well a.btn.btn-primary {
    display: block;
    width: 120px;
    margin: 20px 0 10px;
}

.club-page-content {
    margin-bottom: 30px;
}

.club-list, .member-login.mb-2, .clubs .preferences {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px 30px;
}

.member-login.mb-2 {
  padding-bottom: 30px;
  max-width: 500px;
}

.clubs .member-login h3 {
  font-size: 20px;
}

.clubs h4 {
    font-size: 24px;
}

.clubs .preferences legend.h4 {
    font-weight: 700;
}


/* PODS */

.pods {
    margin: 35px auto;
    max-width: 1080px;
}

.pods .panel-default {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .pod-wrap {
        display: flex;
        display: -ms-flexbox;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: center;
        -ms-flex-pack: center;
    }

    .pod {
        display: flex;
        display: -ms-flexbox;
        margin: 0 -1px;
    }

    .pods .panel-default {
        flex: 1;
        -ms-flex: 1;
    }
}

.pods .panel-default > .panel-heading {
    background-color: #767676;
    border: 0 none;
    border-radius: 0;
    padding: 1em;
}

.pods .panel-title {
    text-align: center;
}

.pods .panel {
    background-color: transparent;
    border: 1px solid #767676;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.pods .panel-body {
    padding: 15px;
}

.featured-pod {
    max-height: 270px;
}



/* FORMS, ETC */

.form-control {
    border-radius: 0;
    border: 1px solid #737373;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield; /* removes quantity arrows from field */
}

input[type="checkbox"], input[type="radio"] {
  margin: 8px;
}

#creditCardExpiry select {
    margin: 0 10px 0 0;
}

#sourceCodeForm {
    display: none;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: transparent;
}

.members .page-content {
    margin-bottom: 20px;
}

.recaptchatable {
    background-color: white;
}

.layClear {
    clear:both;
}

.tdLabel {
    font-weight: bold;
    padding: 12px 10px;
}

#locator_key {
    display: none;
}

.plocations.showpage .icons {
    display: none;
}





/* xs only */
@media (max-width: 767px) {
    body {
        padding-left: 0px;
        padding-right: 0px;
    }

    select[name="BirthMonth"], select[name="BirthDay"], select[name="BillBirthMonth"],
    select[name="BillBirthDay"], select[name="ShipBirthMonth"], select[name="ShipBirthDay"],
    select[name="cardexpirymo"] {
        margin-bottom: 10px;
    }

    .header-logo a {
       max-width: 70%;
    }

    #shippingForm {
        padding-top: 20px;
    }

    .product-image .img-responsive, .product-detail .product-image img {
        
    }

    .product-list .info {
        
    }

    /*.storecart .special-offers, .storecart .shipping-options {
        padding-left: 0;
    }

    .checkout-row {
        padding-left: 0;
        text-align: left;
    }*/

    .showPaymentInformation h5 {
        margin-top: 10px;
    }

    .showPaymentInformation .modal-body table, .modal-body table#cart-summary {
        
    }

    .showPaymentInformation th, .showPaymentInformation td {
        padding: 0;
    }

    .product-list .producttype-product ul.nav-pills {
        margin: 10px auto;
    }
}

/* sm only */
@media (min-width: 768px) and (max-width: 991px) {
    .product-list .producttype-product ul.nav-pills {
        margin: 10px auto;
    }
}

/* md only */
@media (min-width: 992px) and (max-width: 1199px) {



}

/* lg only */
@media (min-width: 1200px) {



}


@media print {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }

    a[href]:after {
        content: none;
    }
}


/*shipping states width fix*/
select[name="ShippingStates"] {
    width:auto;
}

/*datepicker won't show without*/
.datepicker.dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin:inherit;
}

/*password meter fix*/
.password-meter {
    padding-top: 10px;
    width: 200px;
    display: none;
}

/* for CCV to show */
#whatsThisDetail {
    top:-50px!important;
    left:200px!important;
    z-index:500;
}

/* openedge cc images */
.hide.available-cards {
    display: block !important;
}

/*image not found graphic size contstraints*/
.product-list .product-image .not-found {
    max-height: 100px;
    width: auto;
}

.product-detail .product-image .not-found {
    max-height: 150px;
}

.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    text-decoration: none;
}

/* Smooth scrolling IF user doesn't have a preference due to motion sensitivities */
@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

/*additional class for an upcoming RCO update*/
.mb-2 {
  margin-bottom: 2em;
}

a.lightbox {
    background-color: transparent;
    display: inline-block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 5px;
}
a.lightbox:hover {background-color: rgba(0, 0, 0, 0.4);}
a.lightbox img{height: 100px; width: auto;}

a:focus { outline: thin dotted; outline-offset: -2px; }
.modal .modal-dialog { z-index: 20001; }

hr.admin { display: none; }
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    border-color: #e7b259;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #e7b259;
    border: 1px solid #e7b259;
    border-bottom: 1px solid #e0dede;
}

.newsletter .form-horizontal .control-label {
    text-align: left;
}