@import url('https://fonts.googleapis.com/css?family=Didact+Gothic|Hammersmith+One|Quattrocento+Sans|Reem+Kufi');

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

body {
    max-width: 100%;
    overflow-x: hidden;
    color: #111;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 18px;
}

.site-wrapper {
    /*padding: 0 0 3.5em;
    margin-bottom: 1em;*/
    background-color: #444;
    padding: 0;
}

.layoutcontent {
    padding-bottom: 3em;
    padding-top: 15px;

    /*padding-bottom: 7em; to allow redchirp widget*/
}

.page-wrap {
    background-color: #fff;
    padding-bottom: 5em;
}

@media (max-width: 767px) {
    .page-wrap {padding-bottom: 0;}
}

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



@media (min-width: 992px) {
    .hero-small {
        background-color: #444444;
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        height: 20vh;
        max-height: 98px;
        overflow: hidden;
        padding: 0;
        position: relative;
    }
}

.hero {
    background-color: #6f6f6f;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #fff;
    position: relative;
    padding: 0;
    height: 55vh;
    overflow: hidden;
    background-blend-mode: overlay;
}

.homepage .hero {
    height: 85vh;
}

@media (min-width: 992px) {
    .homepage .hero {
        max-height: 780px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .hero-small {
        background-color: #fff;
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        height: 20vh;
        max-height: 98px;
        overflow: hidden;
        padding: 0;
        position: relative;
    }
}

a#return-to-top {
    display: none;
    background: #444444;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    bottom: 88px;
    bottom: 135px; /* to make room for tawk.to widget, otherwise remove this line */
    color: #ffffff;
    font-size: 16px;
    height: 30px;
    line-height: 27px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 30px;
    z-index: 9999;
    /* for new footer layout */
    bottom: 30px;
    right: 100px;
}

/*a#return-to-top:focus {
    outline: 1px dotted #444;
    outline-offset: 0px;
}*/


/* FONTS */

h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {
    color: #555;
    font-family: 'Reem Kufi', sans-serif;
    text-transform: uppercase;
}

.h1, h1 {
    font-size: 2.222em;
}

h1.page-title {
    margin-bottom: 30px;
    margin-bottom: 0.75em;
    text-align: center;
}

.h2, h2 {
    font-size: 1.667em;
}

.h3, h3 {
    font-size: 1.333em;
}

.h4, h4 {
    font-size: 1em;
}

h4.form-name {
    font-size: 1.667em;
}

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

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

a:focus {
    outline: none;
    outline-offset: 0px;
}

a:focus-visible {
  outline: 5px auto;
  outline-offset: 0px;
}

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

abbr[data-original-title], abbr[title] {
    cursor: text;
    border-bottom: none;
    text-decoration: none;
}



/* HEADER */

header {
    /*background-color: #444444;
    font-family: 'Reem Kufi', sans-serif;*/
    font-family: 'Hammersmith One', sans-serif;
    position: relative;
    z-index: 1030;
    box-shadow: inset 0 -1px 0px #f5f5f5;
    padding: .5em 0;
    top: 0;
}

header.active {
    box-shadow: none;
}

header.header-small {
    background-color: #fff;
}

.header.header-fixed {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
}

.header-inner::before, .header-inner::after {
    content: none;
}

.header-inner, .desktop-nav {
    display: flex;
    display:-ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    -ms-flex-align: center;
    width: 100%;
}

.inner-header {
    position: relative;
    z-index: 1;
    float: left;
}

.inner-header.left {
    display: flex;
    display:-ms-flexbox;
    justify-content: flex-start;
    -ms-flex-pack: start;
}

.inner-header.right {
    display: flex;
    display:-ms-flexbox;
    justify-content: flex-end;
    -ms-flex-pack: end;
    margin-left: auto;
}

.inner-brand {
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 85px;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1em;
    color: #000000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.inner-brand .brand-light {
    display: none;
}

.inner-brand img {
    max-height: 80px;
    max-width: 170px;
    max-height: 4.444em;
    max-width: 9.444em;
}

.menu-extras {
    font-size: 0.722em;
    margin: 0 0 0 15px;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    min-width: 55px;
}


.visible-xs.visible-sm .inner-header.pull-right .menu-extras .menu-icons {
    padding-top: 34px;
}

.menu-extras > .menu-icons > div > a {
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 1em;
    color: #333333;
    color: #999;
    padding: 33px 15px;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.menu-extras > .menu-icons > div > a:hover,
.menu-extras > .menu-icons > div > a:focus {
    color: #222222;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.cart-badge {
    position: absolute;
    background: #15948b;
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 50%;
    left: 23px;
    margin-top: -13px;
    text-align: center;
    line-height: 14px;
    font-weight: bold;
    font-size: 8px;
    color: #fff;
}

ul.cart-account {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

ul.cart-account li {
    display: inline-block;
    padding-left: 20px;
}

ul.cart-account li:first-child {
    padding-left: 0;
}

.visible-xs .cart-account {
    margin-right: 30px;
}


/* MAIN NAV */

.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: .3s;
    transition: .3s;
}

.navbar-nav > li {
    display: inline-block;
    float: none;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navbar-nav > li > a {
    /*background-color: #fff;*/
    color: #666;
    display: block;
    font-size: 0.833em;
    letter-spacing: 1px;
    padding: 1em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
}

.navbar-nav > li > a:hover {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.7);
}

/*.navbar-nav > li > a:focus, .navbar-nav > .active > a:focus {
    outline: 1px dotted;
    background-color: #fff;
    border: none;
    outline-offset: -5px;
    background-color: transparent;
}*/

/* active nav items */
.navbar-nav > .active > a, .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.7);
}

/*for hover effect to stay on top level item during hover over dropdown*/
.navbar-nav > li.dropdown:hover > a {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.7);
}

.header-small .navbar-nav > li > a:hover, .header-small .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #555;
}

/* active nav items */
.header-small .navbar-nav > .active > a, .header-small .navbar-nav > .active > a:hover, .header-small .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #555;
}

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

.caret {
    display: none;
}

.dropdown-menu {
    background-color: #444;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0;
    min-width: 160px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.dropdown-menu > li {

}

.dropdown-menu > li > a {
    background-color: #444;
    color: #fff;
    font-size: 0.9em;
    letter-spacing: 1px;
    line-height: 1em;
    padding: 0.5em 1.5em;
    text-decoration: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

/*active dropdown menu items */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.7);
    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;
}

/* tabbable dropdowns for ada */
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;
}



@media (max-width: 991px) {

    .mobile-header {
        display: flex !important;
        display:-ms-flexbox !important;
        justify-content: space-between;
        -ms-flex-pack: justify;
        align-items: center;
        -ms-flex-align: center;
    }

    ul.cart-account {margin-right: 30px;}

}


@media (min-width: 992px) {

    .main-nav-toggle {display: none;}

    /* Header small */
    header.header-small {
        background-color: #ffffff;
    }

    .header-small .inner-brand {
        height: 82px;
    }

    /* Header transparent */

    .header.header-transparent {
        background-color: transparent;
        -webkit-transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0s ease-out;
        transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0s ease-out;
        /*background: rgba(0, 0, 0, .25);*/
        box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    }

    .header.header-transparent .brand-light {
        display: inline;
        transition: all 0.3s ease-out;
    }

    .header.header-transparent .brand-dark {
        display: none;
        transition: all 0.3s ease-out;
    }

    .header.header-transparent .inner-nav > li > a,
    .header.header-transparent .menu-extras .menu-icons a,
    .header.header-transparent .inner-nav > li.active > a,
    .header.header-transparent .inner-nav > li.submenu-open > a,
    .header.header-transparent .menu-extras .menu-icons a:focus,
    .header.header-transparent .inner-nav > li > a:focus {
        background-color: transparent;
        color: #ffffff;
        transition: all 0.3s ease 0s;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    .header.header-transparent .inner-nav > li > a:hover,
    .header.header-transparent .menu-extras .menu-icons a:hover {
        
    }

    /*.header.header-transparent .inner-nav > li > a:focus {
        outline: 1px dotted;
        border: none;
        outline-offset: -5px;
    }

    .header.header-transparent .menu-extras .menu-icons a:focus {
        outline: 1px dotted;
        border: none;
        outline-offset: 5px;
    }*/

    .header-small .menu-extras .menu-icons a:hover, .header-small .menu-extras .menu-icons a:active,
    .header-small .menu-extras .menu-icons a:focus {
        color: #555;
    }
}



/* MOBILE NAV */

/* hamburger */
.mobile-nav-toggle-label {
    color: #666;
    cursor: pointer;
    position: relative;
    z-index: 1003;
    font-size: 1.6em;
}

.active .mobile-nav-toggle-label {
    
}


/* mobile menu */
.visible-xs .navbar {
    background-color: #fff;
    box-sizing: border-box;
    height: auto;
    left: 0;
    line-height: 1em;
    opacity: 0;
    overflow: auto;
    pointer-events: none;
    position: absolute;
    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;
}

.header.active .visible-xs .navbar {
    padding: 25px 0;
}

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

.visible-xs .nav.menu-top > li {
    border-bottom: 1px solid #eeeeee;
}

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

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

}

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

}

.visible-xs .nav > li > ul > li > a  {
    font-size: 0.8em;
}

.visible-xs .nav .menu-sub.menu-level-2.show-submenu {
    margin-left: 15px;
}

.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: #555;
    top: 0.7em;
    right: 1.4em;
    z-index: 11;
}

.menu-level-1 .open-submenu, .menu-level-2 .open-submenu {
    top: 8px;
}

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

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

.visible-xs .cart {
    color:#000;
    height: 30px;
    position: absolute;
    z-index: 100;
    right: 20px;
    top: 15px;
    width: 30px;
}

/* SUBNAV */

ul.subnav {
    list-style: outside none none;
    margin: 10px auto;
    padding: 0;
    text-align: center;
}

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

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

ul.subnav li {
    display: inline-block;
    margin: 0 20px 10px;
    padding: 0;
    text-transform: uppercase;
}

/*ul.subnav li a:focus {
    outline: 1px dotted;
    border: none;
    outline-offset: 5px;
}*/

ul.subnav li a, ul.subnav li a:visited {
    font-weight: 600;
    font-size: 0.778em;
    text-decoration: none;
    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;
}

ul.subnav li a.current, ul.subnav li a:hover, ul.subnav li a:active {
    color: #555;
    text-decoration: none;
    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;
}

ul.subnav li.level-3 {
    text-transform: none;
}

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



/* FOOTER */

footer {
    bottom: -35px;
    font-family: 'Hammersmith One', sans-serif;
    position: fixed;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    z-index: 40;
}

footer.bottom, footer.no-vscroll {
    bottom: 0;
    transition: all 0.2s ease-in-out 0s;
}

footer .site-footer-secondary {
    background-color: #fff;
    display: table;
    height: 35px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}

@media (min-width: 769px) {
    footer .site-footer-secondary {
        display: none;
        transition: all 0.2s ease-in-out 0s;
    }

    footer.bottom .site-footer-secondary, footer.no-vscroll .site-footer-secondary {
        display: table;
        transition: all 0.2s ease-in-out 0s;
    }
}

.site-footer {
    transition: all 0.2s ease-in-out 0s;
}

.site-footer-primary {
    background-color: #444444;
    bottom: 0;
    position: fixed;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}

footer.bottom .site-footer-primary, footer.no-vscroll .site-footer-primary {
    bottom: 35px;
    transition: all 0.2s ease-in-out 0s;
}

.site-footer-primary__container {
    line-height: 0;
    padding-bottom: 0.325rem;
    padding-top: 0.325rem;
    text-align: justify;
    transition: all 0.2s ease-in-out 0s;

    text-align: center;
}

.site-footer-primary__container::after {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: -1;
}

.site-footer-primary .social-accounts, .site-footer-primary .site-location, .site-footer-primary .site-nav {
    display: inline-block;
    position: relative;
    z-index: 0;
}

.site-footer-primary .social-accounts, .site-nav-menu.right-side {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .site-footer-primary .social-accounts {
        margin-right: 80px; /* to make room for tawk.to widget, otherwise remove this whole thing */
    }
}

.site-footer-primary .social-accounts > li {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.site-footer-primary .site-nav {
    text-align: left;
    text-transform: uppercase;
}

.site-footer-primary .site-nav-menu.right-side {
    text-align: right;
}

@media (max-width: 768px) {
    .site-footer-primary__container, .site-footer-primary .site-nav {
        text-align: center;
    }
}

.site-nav-menu {
    margin-bottom: 0;
}

.site-nav ul {
    list-style: outside none none;
    padding: 0;
}

.site-nav ul, .site-nav li {
    display: block;
}

.site-footer-primary .site-nav li {
    color: #fff;
    display: inline-block;
    font-size: 0.611em;
    letter-spacing: 1px;
    padding: 0.5em;
    line-height: normal;
}

/*.site-footer-primary .site-nav li a:focus {
    outline: 1px dotted;
    border: none;
    outline-offset: 5px;
}*/

/*
.site-footer-primary .site-nav li.gen-foot:last-of-type {
    padding-right: 0;
}

.site-nav-menu > li.gen-foot:last-of-type::after, .site-nav-menu > span.address::after {
    content: "•";
}

.gen-foot:last-of-type::after {
    padding-left: .5em;
}
*/

.site-nav a, .site-nav a:hover {
    text-decoration: none;
}

.site-nav-menu a, .site-nav-submenu > span, .site-nav-submenu > a {
    display: inline-block;
    transition: all 0.2s ease-in-out 0s;
}

.site-nav-menu > li > a:not(.btn), .site-nav-menu > li > button:not(.btn),
.site-nav-menu > span, .site-nav-submenu > span, .site-nav-submenu > a {
    color: #fff;
    font-weight: normal;
}

.site-nav-menu > li > a:not(.btn):hover, .site-nav-submenu > a:hover {
    color: #aaa;
}

footer .site-powered-by {
    background-color: #fff;
    color: #242424;
    display: table-cell;
    font-family: inherit;
    font-size: 10px;
    letter-spacing: 1px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
}

a.vinsuite {
    text-transform: none;
    text-decoration: underline;
}

.social-accounts {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    list-style: outside none none;
    padding-left: 0;
    text-align: center;
}

.social-accounts > li {
    display: inline-block;
    height: 25px;
    line-height: 27px;
    margin: 0 2px 0.5em;
    width: 25px;
}

.social-accounts a {
    background-color: #fff;
    border-radius: 50%;
    color: #444444;
    display: inline-block;
    height: 100%;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}

.social-accounts a:hover {
    background-color: #aaa;
    color: #444444;
}

/*.social-accounts > li a:focus {
    outline: 1px dotted;
    border: none;
    outline-offset: -5px;
}*/

footer.unfixed {
  bottom: auto;
  position: relative;
  z-index: auto;
}

footer.unfixed .site-footer {
  transition: none;
}

footer.unfixed .site-footer-primary {
  bottom: auto;
  position: relative;
  transition: none;
}

footer.unfixed .site-footer-secondary {
    display: block !important;
    transition: none;
    height: auto;
    min-height: 35px;
}

footer.unfixed .site-powered-by {
  display: block;
}

.logo-container {
    background-color: #fff;
}

.footer-logos {
    max-width: 1170px;
  margin: 0 auto;
  list-style: none;
  padding: 2.5em 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.footer-logos li {
  width: 20%;
}

.footer-logos img {
    display: block;
  max-width: 100%;
  height: auto;
  max-height: 120px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
    footer.unfixed .site-footer-secondary {
      padding-bottom: 100px;
    }

    .footer-logos img {
      max-height: 90px;
    }
}

@media (max-width: 575px) {
    .footer-logos {
      padding: .5em;
    }

    .footer-logos img {
        max-height: 50px;
    }
}

/* BUTTONS */

.btn {
    display:inline-block;
    padding:6px 12px;
    margin: 5px 0;
    font-size:14px;
    font-weight:400;
    line-height:1.42857143;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    border:1px solid transparent;
    border-radius:0;
    text-transform: uppercase;
    font-family: 'Reem Kufi', sans-serif;
    letter-spacing: 1px;
}

.btn.active,.btn:active {
    background-image:none;
    -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, a.btn, a.btn:visited,
.btn-primary, a.btn-primary {
    color: #fff;
    background-color: #444;
    border-color: #444;
    text-decoration: none;
}

.btn.focus, .btn:focus, .btn:hover, .btn:active:focus, .btn-default:active:focus, .btn-primary:active:focus,
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .btn-default:active:hover,
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary:active:hover {
    color: #444 !important;
    background-color: #fff !important;
    border-color: #444 !important;
}

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

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



/* STORE CATEGORY */

.category-content {
    margin: 0 auto;
}

.category-dropdown {
    font-size: 15px;
    margin: 30px auto 10px;
    text-align: center;
}

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

.state-dropdown .willCall {

}

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

.pagination {
    margin: 40px auto 20px;
    position: relative;
}

.pagination-top {
    display: none;
}

.pagination-bottom {
    text-align: center;
    overflow: hidden;
}

.pagination > li {
    display: inline-block;
}

.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: transparent;
    border-color: transparent;
    color: #000;
}

.pagination > li > a, .pagination > li > span {
    background-color: transparent;
    border: 1px solid transparent;
    color: #aaa;
    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: transparent;
    color: #000;
}

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

.pagination::before, .pagination::after {
    content: "";
    position: absolute;
    top: 40%;
    height: 10px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 0 25px;
    width: 300px;
}

.pagination::before {
    right: 100%;
}

.pagination::after {
    left: 100%;
}

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

.product-list > .row {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-box-pack: justify;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.product-list > .row > .col-xs-12 {
    margin: 0 -1px;
}

.statecompliancemessage {
    text-align: center;
}

.product-list {

}

.product-list .product {
    margin-top: 55px;
}

.product-list .product-image {
    min-height: 350px;
}

.product-list .product-image a {
    display: block;
}

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

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

.product-list .title {
    text-align: center;
    min-height: 65px;
}

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

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

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

.product-list .desktop-title a {

}

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

.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 .product-info .teaser {
    display: none;
}

.product-list .purchase-form {
    text-align: center;
}

.product-list .quantity {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.product-list .add-to-cart .btn {
    margin: 0;
    width: 100%;
}

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

.product-list .inventory-available {
    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: inline-block;
    margin: 0 auto 10px;
}

.producttype-kit .nav-pills, .drill-container.kit .nav-pills {
    display: none;
}

.nav-pills > li > a {
    padding: 6px 12px;
    border: 1px solid transparent;
    font-family: 'Reem Kufi', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #fff;
    border-radius: 0;
    color: #444;
    border: 1px solid #444;
    text-decoration: none;
}

.nav-pills > li > a:focus, .nav-pills > li > a:hover {
    background-color: #fff;
    border-radius: 0;
    color: #444;
    border: 1px solid #444;
}

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

.purchase-form {

}

.quantity {
    margin-right: 1em;
    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;
    padding: 0 0.25em 0 0;
    width: auto;
}

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

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

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

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

/* for non-wine products using options */
.producttype-product .unit, .drill-container.product .unit {
    margin: 5px auto;
    display: flex;
}

.producttype-product .unit {
    justify-content: center;
}

.unit select {
    margin-left: 10px;
    margin-top: -4px;
    margin-bottom: 20px;
    width: auto;
}



/* STORE DRILLDOWN */

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

.product-detail .product-image {
    margin-bottom: 20px;
}

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

@media (min-width: 992px) {
    .product-detail .tab-content form[data-type="purchase"]:first-child {
        margin-right: 2%;
    }
    .product-detail .tab-content form[data-type="purchase"] {
        display: inline-block;
        width: 48%;
    }
}

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

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

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

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: ":";
}



/* ALLOCATION/CUSTOM CLUB */

.allocation-summary {
    display: none;
}

.showAllocationDetail .product-image img,
#customClubProductForm img {
    max-width: 40px;
}

.showAllocationDetail .PriceByQTY {
    max-width: 60px;
    float: right;
}

.showAllocationDetail form thead.hidden-xs > tr:nth-child(1) > th:nth-child(2),
.showAllocationDetail form thead.hidden-xs > tr:nth-child(1) > th:nth-child(3),
.showAllocationDetail form thead.hidden-xs > tr:nth-child(1) > th:nth-child(4),
.showAllocationDetail form tr > td:nth-child(2),
.showAllocationDetail form tr > td:nth-child(3),
.showAllocationDetail form tr > td:nth-child(4),
form#customClubProductForm thead.hidden-xs > tr:nth-child(1) > th:nth-child(3),
form#customClubProductForm thead.hidden-xs > tr:nth-child(1) > th:nth-child(4),
form#customClubProductForm tr > td:nth-child(2),
form#customClubProductForm tr > td:nth-child(3),
form#customClubProductForm tr > td:nth-child(4) {
    text-align: right;
}

#customClubProductForm .quantity {
    float: none;
    width: auto;
}

#allocationWishList td {
    padding: 5px 0;
}

#remainingBottles {
    color: #cc1515;
}

#allocationWishList td.header {
    color: #555;
    font-family: 'Reem Kufi', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0 5px;
}

.WishlistQuantity {
    text-align: center;
}

.AllocationshowCart #cart-summary select.PriceByQTY {
    max-width: 60px;
}

.AllocationshowCart #wishlist-table td.header {
    font-weight: 700;
}

.storecart.AllocationshowCart h1.page-title {
    display: block;
}

.AllocationshowCart .cart-totals {
  text-align: right;
}


/* POPUP */

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

.circleG{
    background-color:#444;
    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 {
    text-align: right;
}

.modal-body .cart-price {
    color: #fff;
}

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

.modal-body .baseprice {
    color: #333;
}

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

.storecheckout .contentarea {
    padding-top: 105px;
}


/* CLUBS */

.club-container {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-top: 20px;
}

.club-cell {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

/*@media (min-width: 768px) {
    .club-container {
        flex-wrap: no-wrap;
        -ms-flex-wrap: none;
    }

    .club-cell {
        width: 33%;
    }
}*/

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

.well .club-rate {
    font-weight: bold;
}

.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 .mb-2 {
    padding: 20px 0 0;
}

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

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

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

.clubs .well .btn {
    display: block;
    max-width: 105px;
}

.club-information .col-sm-2.control-label {
    width: auto !important;
}

.club-signup .no-type > div:not(.club-information) {
  opacity: .5;
}


/* PODS */

.pods {
    margin: 55px auto 0;
}

.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;
        min-width: 33.33333333%;
    }

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

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

.pods .panel-heading h2 {
    margin: 0;
}

.pods .panel-title {
    text-align: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

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

.pods .panel-body {
    overflow: hidden;
    padding: 10px;
}

.pods img {
    max-width: 100%;
    height: auto;
}

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

.featured-image a {
    display: block;
}

/* BLOG */

.blog .subnavarea {
    margin-top: 25px;
}

.blog-nav {
    margin: 0;
    padding: 0;
    text-align: left;
}

.blog-nav-title.page-title {
    margin-bottom: 5px;
    font-family: 'Reem Kufi', sans-serif;
    color: #555;
    text-transform: uppercase;
    font-size: 18px;
}

.blog-nav-links {
    margin-bottom: 10px;
}

.blog-navLink {
    display: block;
    margin-bottom: 5px;
    padding: 0;
}

.blog-navLink a, .blogEntryCommentCount a, .blogEntryPostedBy {
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.blog .contentarea .layClear {
    display: none;
}

.blogEntryTitle, .blogLeftNavItemTitle {
    color: #555;
    font-family: 'Reem Kufi', sans-serif;
    margin-bottom: 5px;
    margin-top: 1em;
    text-align: left;
    text-transform: uppercase;
    font-size: 20px;
    line-height: normal;
}

.blogEntryTitle a {

}

.BlogDrilldown h1.page-title {
    display: none;
}

.BlogDrilldown .blogEntryTitle {
    margin-top: 20px;
    font-size: 30px;
}

.blogEntry {

}

.blogEntryDate {
    margin-bottom: 10px;
}

.blogEntryCommentCount {
    margin-top: 10px;
}

.blogEntryPostedBy {
    margin-top: 10px
}

#blogAddComments {
    display: none;
}

/* weird base left nav issue fix */
.layLeftNavItem {
    display: none;
}





/* 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"]{
    margin: 6px 0 0;
}

input[type="radio"] {
    margin: 7px 0 0;
}

legend {
    border: none;
}

.label-question {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

#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 .type > span {
    display: inline-block;
}

.type > span::after {
    content: ",";
}

.type > span:last-of-type::after {
    content: none;
}

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

.plocations .layoutcontent input, .plocations .layoutcontent select {
    max-width: 400px;
}

#radiusInput {
    display: block;
    margin-top: 20px;
}

.location a {
    padding: 5px 0 0 !important;
    display: inline-block;
}

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

.checkbox-inline, .radio-inline {
    margin-right: 10px;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-left: 0;
}

.currentVintage {
    display: none;
}




@media (max-width: 768px) {
    .site-wrapper {
        padding: 0;
    }

    .header.header-fixed {
        position: relative;
        background: #fff;
    }

    .hero {
        height: 35vh;
    }

    .homepage .hero {
        height: 55vh;
    }

    h1 {
        font-size: 36px;
    }

    h2, h4.form-name {
        font-size: 26px;
    }

    h3, .BlogDrilldown .blogEntryTitle {
        font-size: 22px;
    }

    footer {
        bottom: 0;
        position: relative;
    }

    footer.bottom .site-footer-primary, footer.no-vscroll .site-footer-primary {
        bottom: 0;
    }

    .site-footer-primary {
        position: relative;
    }
}


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

    .showDrilldown #hero.hero, .showdrilldown #hero.hero {
        display: none;
    }

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

    .product-detail h2.product-title {
        text-align: center;
    }

    .product-detail .purchase-form {
        text-align: center;
    }

    .product-detail .product-buttons {
        text-align: center;
    }

    .product-detail .quantity {
        margin-right: 1em;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .product-list .title, .product-list .product-image {
        min-height: 1px;
    }

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

    .showPaymentInformation .modal-body table, .modal-body table#cart-summary {
        font-size: 12px;
    }

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

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

    footer {
        bottom: 0;
    }
	
}

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

    header {
        background-color: #fff;
    }
}

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

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

.visible-xs .navbar {
    position: relative;
}
.nav.navmenu-nav.menu-top {
    display: none;
}
header.active .nav.navmenu-nav.menu-top {
    display:block;
    border-top: 1px solid #eeeeee;
}

.gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

a.lightbox {
    background-color: transparent;
    display: inline-block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 10px;
}
a.lightbox:hover {background-color: rgba(0, 0, 0, 0.4);}
a.lightbox img {
    height: 190px;
    width: 260px;
    object-fit: cover;
}
.ekko-lightbox-nav-overlay a:empty {
    width: auto !important;
}

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

/*table collapse*/

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

.site-content table td h6 {
    display: inline-block;
    border: 1px solid #333;
    padding: 4px 8px;
}

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

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

.preferences h3 {
    display: none;
}


