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

body {
    animation: 0.8s ease-in-out 0s normal none 1 fadenavtwo;
    transition: color 0.1s ease-in-out 0s;
    max-width: 100%;
    height:100%;
    overflow: auto;
   
    
}

.site-wrapper {
    padding:0;
    height:100vh;
  
}


.header-wrapper {
    padding:0;
    background-color: #1b1c1d;
    z-index: 10;


}

.content-wrapper {

   
}


.homepage .content-wrapper {
    padding:0;
    
}

@media (min-width: 992px) {
 
    .site-wrapper {
    padding:0;
    display: flex;
    flex-wrap: wrap;

    }

    .header-wrapper {

    display: flex;
    flex-direction: column;

    }

    .content-wrapper {
      display: flex;
      flex-direction: column;
       
    }

}


@media (max-width: 992px) {

  .site-wrapper {
    height:auto;

  }

   .header-wrapper {
    position: relative;
    height:145px;
  
   } 

   .content-wrapper {
   

   }

}


.layoutcontent {
    background-color: #fff;

}

.contentarea {
    padding:15px 0px;
}


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

.password-meter {
    float: none !important;
    padding-top: 10px;
    width: 200px !important;
}

.password-rules {
    font-size: .8em;
}




.jumbotron {
    height:50vh;
    max-height: 600px;
    min-height: 200px;
    margin-bottom: 0px;
    border-radius: 0px;
    background-image: url(/assets/images/wine-barrels.jpg);
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
}


.homepage .jumbotron {
    max-height: 100%;
    height:100%;
    width:100%;
}





/* FONTS */

body {
    color: #666;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    letter-spacing: .02em;
    line-height: 1.6em;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    color: #121212;
    letter-spacing: 0em;
    line-height: 1.2em;
    margin:5px 0 15px;
}

h1 {
    font-size: 3em;
}

h1, h2 {
    text-transform: uppercase;
}

h1.page-title {
 
}

a {
    color: #000;
    text-decoration: underline;
}

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

a:active, a:hover  {
    color: #999;
    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, .inventory-message {
    color:#a94442;
}



/* HEADER */



header { 
    position: fixed;
    height:100%;
    width:inherit;
    padding:0;
    background-color: #1b1c1d;
  
    position:relative;
    width:100%;
    height:auto;
}

@media (max-width: 991px) {

    header {
       position: static;
       height: 145px;


    }
}


.side-logo {
    position: relative;
    z-index: 100;
}

.side-logo a {
    display: inline-block;
    color: #fff;
}

.logo-link {
    display: inline-block;
}

.logo {
    margin: 0;
    padding:20px 15px;
    width:100%;
    max-width: 200px;
    z-index: 1003;
    position: relative;
    
}

header.active .logo {
    top:0;
    position: fixed;
   

}
    

.custom-cart {
    padding:0 15px;
}

.custom-cart ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.custom-cart li {
    display:inline-block;
}

.custom-cart li::before {
   
}

.custom-cart li:first-child::before {
 
}

.custom-cart a, .custom-cart a:visited {
   color: #f2f2f2;
   text-decoration: none;
}

.custom-cart a:hover {
   color:#fff;
   text-decoration: none;
}


.side-info {
    margin-top:50px;
    padding:0 15px;
    text-align: right;
    color: #f2f2f2;
}

.side-info .social a {
    color: #fff;
}

.side-info .site-info {
    color: #f2f2f2;
    text-align: right;
    margin:20px 0 0;
}


.side-info .site-info span {
    display: block;
    line-height: 1.3em;
}

.side-info .site-info a {
    text-decoration: none;
    color:#fff;
}


.social [class*="fa fa-"] {
    background-color: #333;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: auto 3px;
    margin-bottom: auto;
    margin-bottom: 2px;
    width: 40px;
    font-size: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.social .fa:hover {
    background-color: #777;
}


/* MAIN NAV */

.menu-large {
    
   

}

.navbar {
    z-index: initial;
    position: relative;
    background-color:#1b1c1d;
    width:100%;
    height:100%;
    top:0;
    bottom:0;
    margin:0;
    border-radius: 0;
}

.nav-stacked {
    margin-top:50px;
}


.nav-stacked > li {
    position: relative;
    text-align: right;
    z-index: initial;
    -webkit-transition: all .15s;
    transition: all .15s;
    line-height: 1.3em;
}

.nav-stacked li:after {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #2a2a2a;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: .5;
}

.nav-stacked > li:hover:after {
    width: 100%;
    opacity: 1;
}

.nav-stacked > li > a {
    z-index: 1;
    display: inline-block;
    color: #f2f2f2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding-right:0;
    margin-right:28px;
    font-size:14px;
    text-decoration: none;
}

.nav-stacked > li > a:hover {
    color:#fff;
    background-color: transparent;
    text-decoration: none;

}

.nav-stacked li:hover .open-mainsub {
    right:3px;
}

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

.open-mainsub {
    z-index: 1;
    position:absolute;
    right:5px;
    padding:10px 5px;
    cursor: pointer;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.open-mainsub .fa {
    color: #f2f2f2;
    
}

.open-mainsub:hover {
    color:#fff;
}


.nav-stacked > li.dropdown:hover > a {
    background-color: transparent;
   

}


.nav-stacked > li > .dropdown-menu {
    top:0;
    bottom:0;
    height:100%;
    position: fixed;
    display: inline;
    left: -20%;
    background-color: rgba(27,28,29,.95);
    -webkit-transition: all .25s;
    transition: all .25s;
    z-index: -1;
    margin:0;
    border-radius: 0;
    padding-top:225px;
 

}


.dropdown-menu .open-mainsub {
    display: none;
}

.dropdown-menu > li {

}

.dropdown-menu > li > a {
    color: #f2f2f2;
    font-weight: 700;
    text-decoration: none;
}

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

/*active dropdown menu items */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: rgba(158,194,175,.9);
}

/* 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 {
    
}

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


ul.navbar-nav li:hover ul, ul.navbar-nav li li:hover ul, ul.navbar-nav li ul ul li:hover ul{
   

}


.nav-stacked > li > .show-mainsub {
    left: 16.66666667%;
    visibility: visible;
    opacity: 1;

}




/* MOBILE NAV */

/* hamburger */
.mobile-nav-toggle-label {
    color: #fff;
    cursor: pointer;
    height: 22px;
    right: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
    width: 22px;
    z-index: 1003;
}

.active .mobile-nav-toggle-label {
    right: 20px;
    top: 20px;
    position: fixed;
}

.mobile-nav-toggle-label .top-bar, .mobile-nav-toggle-label .middle-bar, .mobile-nav-toggle-label .bottom-bar {
    background-color: #fff;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: 50% 50% 0;
    transition: transform 0.1s ease-in-out 0s, top 0.1s ease-in-out 0.1s;
    width: 22px;
}

.active .mobile-nav-toggle-label .top-bar {
    background-color: #fff;
    top: 7px;
    transform: rotate(45deg);
    transition: top 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out 0.2s;
}

.mobile-nav-toggle-label .middle-bar {
    top: 7px;
    transition: opacity 0s linear 0.15s;
}

.active .mobile-nav-toggle-label .middle-bar {
    opacity: 0;
}

.mobile-nav-toggle-label .bottom-bar {
    top: 14px;
}

.active .mobile-nav-toggle-label .bottom-bar {
    background-color: #fff;
    top: 7px;
    transform: rotate(-45deg);
    transition: top 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out 0.2s;
}

/* mobile menu */
.visible-xs .navbar {
    background-color: rgba(27,28,29,.95);
    top: 0;
    left: 0;
    margin-left:-100%;
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: auto;
    z-index:1002;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    padding:140px 15px 20px;
    text-align: left;

}

.active .visible-xs .navbar {
    top: 0;
    left: 0;
    margin-left:0%;
    -webkit-box-shadow: 5px 0px 17px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 5px 0px 17px 0px rgba(0,0,0,0.55);
    box-shadow: 5px 0px 17px 0px rgba(0,0,0,0.55);
    }

.visible-xs .nav > li > a {
    display: inline-block;
    position: relative;
    font-size: 1em;
    text-align: left;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    margin-left:15px;
}

.visible-xs .nav > li > a > i {

}

.visible-xs .nav > li > a:hover {
    background-color: transparent;

}

.visible-xs .nav > li > ul > li > a  {
    font-size: 1em;
    text-transform: none;
}

.visible-xs .nav > li > ul > li  > ul > li > a{
    text-transform: none;
}

.visible-xs .nav .menu-sub  {
    display: none;
}

.visible-xs .nav .show-submenu {
    display: block;
}

.open-submenu {
    cursor: pointer;
    position: absolute;
    color:#fff;
    top:5px;
}

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

.visible-xs .cart {
    color:#fff;
    height: 30px;
    position: absolute;
    z-index: 1003;
    right: 50px;
    top: 15px;
    width: 30px;
}

.active .visible-xs .cart {
    position: fixed;
}

.visible-xs .cart .fa {
    font-size: 24px;
}

/* SUBNAV */

.subnavarea {
    /*display: none;*/
    margin-bottom:10px;
}

.blog .subnavarea {
    display: inline-block;
    padding-top:20px;
}

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

ul.subnav li.page-title {
    display: none;
}

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

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

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



/* FOOTER */


.side-footer li {
    display: block;
}

.side-footer li a {
    color: #f2f2f2;
    text-align: right;
    padding-right:0;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.side-footer li a:hover {
    color:#ccc;
    text-decoration: none;
}



footer {
  
    text-align: center;


}

.footer-inner {
    padding: 20px 0;
    width: 100%;
    background-color: #1b1c1d;
}

.visible-xs .social {
    padding:15px 0;
}


footer .nav {
   
}

footer .nav li {
   
}

footer .nav li::before {
  
}

footer .nav li:first-child::before {
    
}

footer .nav li a {
    color:#fff;

}

footer .nav li:first-child a {
    
}

footer .nav > li > a:hover, footer .nav > li > a:focus, footer .social > a:focus, footer .social > a:hover, a.vinsuite:hover {
    background-color: transparent;
    text-decoration: none;
}

.site-info {
    text-align: center;
    font-size: 12px;
    color: #f2f2f2;
    margin: 0;

}

.site-info a {
    text-decoration: none;
    color: #fff;

}


a.vinsuite {
    text-transform: none;
}

footer .social a {
   
    text-decoration: none;
}



/* BUTTONS */

.btn {
    display:inline-block;
    padding:6px 12px;
    margin-bottom:0;
    font-size:15px;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    border-radius:0px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0em;
    height:34px;
    text-decoration: none;
    }

.btn.focus,.btn:focus,.btn:hover {
    color:#fff;
    text-decoration:none;
}

.btn.active,.btn:active {
    background-image:none;
    outline:0;
    -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-default, .btn-default:visited {
    color:#fff;
    border: 0px solid rgba(255,255,255,.66);
    background-color: rgba(91, 125, 107, 1);
}

.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default {
    color:#fff;
    border: 0px solid rgba(255,255,255,.66);
    background-color: rgba(91, 125, 107, 1);
    opacity: .8;
}

.btn-primary, .btn-primary:visited {
    color:#fff;
    border: 0px solid rgba(255,255,255,.66);
    background-color: rgba(91, 125, 107, 1);
}

.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary {
    color:#fff;
    border: 0px solid rgba(255,255,255,.66);
    background-color: rgba(91, 125, 107, 1);
    opacity: .8;
}

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

.btn-block {
    display: block;
    width: auto;
}

.btn-primary:active:focus, .btn-primary:active:hover {
    color:#fff;
    border: 0px solid rgba(255,255,255,.66);
    background-color: rgba(91, 125, 107, 1);
    opacity: .8;
}



/* STORE CATEGORY */

.category-content {
    margin: 0 auto;
}

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

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

.state-dropdown .willCall {

}

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

.pagination {
    margin: 20px 0;
}

.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: rgb(91, 125, 107);
    border-color: #aaa;
    color: #fff;
}

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

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #eee;
    border-color: #ddd;
    color: #000;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover { color: #666; }

.pagination > li > a:focus, .pagination > li > span:focus {
    border: none;
    outline-color: #000;
    padding: 7px 13px;
}

.pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: rgb(91, 125, 107);
  border: none;
  color: #fff;
  outline-color: #000;
  padding: 7px 13px;
}

.product-list {

}

.product {
    margin-top: 35px;
}

.product-list .product-image {

}

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

.product-list .product-info {

}

.product-list .title {

}

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

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

.product-list .desktop-title {

}

.product-list .desktop-title a {

}

.product-list .desktop-title h3 {
    margin-top: 0;
}

.product-list .mobile-title { /* outside .product-info */

}

.product-list .mobile-title a {

}

.product-list .mobile-title h3 {

}

.product-list .product-info .info {

}

.product-list .product-info .teaser {

}



/* 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%;
}

.purchase-form {

}

.quantity {
    margin-right: 1em;
    min-width: 36px;
    float:left;
}

.quantity input {
    text-align: center;
    padding: 6px 4px;
    width: 36px;
}

.price-units {
    display: inline-block;
    font-size: 1em;
    padding-top: 5px;
    width: auto;
}

.price {
    display: inline-block;
    font-size: 1.2em;
    padding: 0 0.5em 0 0;
    width: auto;
}

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

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

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

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



/* STORE DRILLDOWN */

.drill-container {
    padding-top: 15px;
}

.product-detail .product-image {

}

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

@media (max-width: 640px) {

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

.product-detail .product-info {

}

.product-detail h2.product-title {
    margin-top: 0;
}

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

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

.product-detail .tab-content form[data-type="purchase"]:first-child {

}

.product-detail .tab-content form[data-type="purchase"] {

}

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

table.productDetails { /* wine profile table */

}

table.productDetails td {
    padding: 5px 25px 5px 0!important;
}

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

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

.DownloadWineNotes, .wineNotesLeft {
    font-weight: bold;
}

.wineNotesLeft::after {
    content: ":";
}



/* POPUP */

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

.circleG{
    background-color:#000;
    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: #aaa;
    }
    100% {}
}
@-webkit-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #aaa;
    }
    100% {}
}
@-ms-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #aaa;
    }
    100% {}
}
@-o-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #aaa;
    }
    100% {}
}
@keyframes bounce_circleG {
    0% {} 50% {
        background-color: #aaa;
    }
    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 {
    
}

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

.fixed {
   
}

.modal-footer .btn + .btn {

}



/* 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;
}

.cart-image .image {
    max-width: 100px;
}

.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;
}

.subtotal-row td:nth-child(2), .shipping-row td:nth-child(2), .salestax-row td:nth-child(2), .salestax-row td:nth-child(2), .total-row td:nth-child(2), .handling-row td:nth-child(2), .bottledeposit-row td:nth-child(2) {
    text-align: left;
}

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

.cart-totals .table td:nth-child(2) {
  text-align: left;
}

.AllocationshowCart .cart-totals {
  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: auto;
}

#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;
}

.member-login, .club-information, .gift-message, .personal-information, .user-pass, .payment-info {
    padding: 20px 0 0;
}

.clubs #divLogin {
    max-width: 400px;
}

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

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



/* PODS */

.pods {
    padding-top:35px;
    padding-bottom: 35px;
    margin: auto;
}

.pod {
    margin-bottom: 20px;

}


@media only screen and (min-width: 992px) {
    .pods .row {
    display: flex;
    }

    .pod {
    flex: 1;
    }
}

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

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



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

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




/* 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 */
}

#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;
    }


    #shippingForm {
        padding-top: 20px;
    }

    .product-image .img-responsive, .product-detail .product-image img {
        max-height: 300px;
        width: auto;
    }

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

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

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

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

    .showPaymentInformation table {
        font-size: 12px;
    }

    .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 {
    float: none !important;
    padding-top: 10px;
    width: 200px !important;
}

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


/* maintains mobile layout on ipads*/
/*@media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px)  {
        .visible-xs {
        display: block !important;
        }
        .hidden-xs {
        display: none !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;
}

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


.modal-content {
    border-radius: 0px
}

.modal-header, .modal-footer {
    border:0;
}

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: 200px; width: auto;}


.password-meter {
    display: none;
}

a:focus { outline: thin dotted; outline-offset: -2px; }

.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%; }

hr.admin {display: none;}

/* login dashboard */

.dashboard {
  text-align: center;
}

.dashboard hr.separator {
  margin: 15px auto 30px;
}

.dashboard .admin-content {
  margin: 30px auto;
}

.dash-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.dashboard-tile {
  width: 100%;
  max-width: 46%;
  margin: 20px auto;
  border: 1px solid #1b1c1d;
  text-align: left;
  padding: 20px;
}

.dashboard-tile h4 {
  text-transform: uppercase;
  font-size: 24px;
}

.members .contentarea {
  padding: 15px 30px;
}

@media (max-width: 767px) {
    .dashboard-tile { 
        max-width: 100%;
        margin: 10px auto;
    }
}

/*table collapse*/
.site-content table td {
    vertical-align: top;
    padding: 10px 15px
}

.site-content table img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}

@media (max-width: 767px) {
    .site-content table td {
        width: 100% !important;
        display: block !important;
    }

    .site-content table img {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
}





