/*
Theme Name: Spec's Theme
Theme URI: https://poweredbylta.com
Description: The main theme for Spec's
Author: Lee Tilford
Author URI: https://poweredbylta.com
Template: Total
Version: 1.5.9
*/
/******************** General Stylings ********************/
/******************** Homepage Styles ****************/
@font-face {
    font-family: 'Painter Script';
    src: url('fonts/SignPainter-HouseScript.woff2') format('woff2'),
         url('fonts/SignPainter-HouseScript.woff') format('woff'),
         url('fonts/SignPainter-HouseScript.ttf') format('truetype'),
         url('fonts/SignPainter-HouseScript.svg') format('svg'),
         url('fonts/SignPainter-HouseScript.eot') format('eot');
}
.col-1-8 {
  float: left;
  width: 12.5%;
}
/******************** Header, Top Bar, Nav, Menus ********************/
.specs-header {
  display: flex;
  height: 160px;
  border-bottom: 1px solid #e1e1e1;
  justify-content: space-evenly;
  overflow: hidden;
}
.specs-logo {
  margin-top: -18px;
}
.specs-header a, #menu-main a {
  text-decoration: none !important;
  outline: 0;
}
.center-banner-top .cs-img {
  width: 35px!important;
}
.base-banner-position img {
  position: absolute;
  height: 42px;
  object-fit: fill;
}
.center-banner-top .banner-left {
  width: 36%;
  text-transform: uppercase;
  font-family: "Oswald";
  color: #FFFFFF;
  font-size: 24px;
  line-height: 42px;
  text-align: right;
  text-shadow: 2px 2px 4px #9e9d9d;
}
.center-banner-top .banner-right {
  width: 74%;
  text-transform: uppercase;
  font-family: "Oswald";
  color: #000000;
  font-size: 24px;
  line-height: 42px;
  margin-left: 7%;
  position: relative;
}
.center-banner-top .banner-right:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 12px solid #000000;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  margin-left: 8px;
  transform: translateY(-50%);
}
.center-banner-top span {
  font-family: Oswald;
  font-size: 26px;
  display: inline-block;
  margin-left: 13px;
  line-height: 1;
}
.center-banner-top span i {
  color: #000;
  font-style: normal;
}
.center-banner-top {
  position: relative;
  z-index: 1;
  padding-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  height: 42px;
}
.specs-logo {
  order: 1;
  align-self: center;
  min-width: 200px;
  display: flex;
}
.specs-desktop-logo {
  align-self: center;
  min-width: 200px;
  max-width: 320px;
  display: flex;
}
.specs-search {
  align-self: center;
  order: 2;
  padding-left: 10px;
  padding-right: 10px;
}
.specs-icons {
  order: 3;
  display: flex;
  justify-content: center;
}
.mobile-menu-toggle {
  display: none;
}
.specs-icon {
  min-width: 100px;
  padding: 15px;
  align-self: baseline;
  cursor: pointer;
  text-align: center;
}
.specs-icon span{
  text-align: center;
  color: #7d7978;
  font-size: 12px;
  display: inline-block;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 10px;
  width: 100%;
}
.specs-icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height:55px;
  object-fit: cover;
  margin-bottom: 4px;
}
.specs-icon.specs-select-icon img {
  height: 47px;
  object-position: -167px 0px;
  width: 51px;
}
.specs-icon.specs-curbside-icon img {
  height: 44px;
  object-position: 0 0;
  width: 153px;
}
.specs-icon.specs-account-icon img {
  object-position: -267px 0px;
  width: 49px;
  height: 47px;
}
.specs-icon.specs-club-icon img {
  object-position: -221px 0px;
  height: 47px;
  width: 43px;
}
.specs-icon.specs-charity-icon img {
  object-position: -187px 0px;
  height: 48px;
  width: 59px;
  object-fit: cover;
}
.specs-icon.specs-cart-icon img {
  object-position: -125px 0px;
  height: 43.8px;
  width: 44.8px;
  object-fit: cover;
}
.specs-cart-icon {
  display: none;
}
.single .product .images img {
    height: auto;
}
.curbside-checkout-pickup-details-box {
  padding: 0!important;
}
.page-title-block {
  background-color: #6F6D6E;
  color: #fff;
  font-weight: normal;
  width: 200px;
  padding: 5px 0px 5px 40px;
  display: inline-block;
  margin: 20px 0 6px!important;
  font-size: 0.931em!important;
}
.curbside-checkout-location-name {
  color: #e92832;
  text-transform: uppercase;
  font-family: 'Oswald';
}
.curbside-checkout-location-name a, .curbside-checkout-datetime a {
  font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
  position: relative;
  top: -2px;
  text-transform: capitalize;
  font-size: .8em;
}
.curbside-checkout-pickup-details-box .curbside-checkout-datetime {
  margin-top: 0;
}
.curbside-datepicker-modal-content h2 {
  font-weight: normal;
  color: #e92832;
  font-size: 16px;
  margin-bottom: 5px;
  margin: 25px 0 5px 3px;
}
#order_review tfoot th {
  text-align:right;
}
optgroup[label] {
  color:#e92832;
  font-style: inherit;
  font-weight: 300;
  text-shadow: none;
  background-color: #c5c3c3
}
#dropdown-pickup-date-time select {
  border: 1px solid rgba(0, 0, 0, .1);
  margin-left: 40px;
  margin-bottom: 13px;
  -webkit-appearance: none;
  border-radius: 0;
  padding-left: 9px;
  margin-top: 9px;
}
p.error-hint {
  background-color: rgba(233, 40, 50, .2);
  text-transform: uppercase;
  color: #e92832;
  padding: 4px 0 4px 40px;
  font-family: 'Oswald';
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: normal;
}
.pickup_title + title {
  padding-left: 20px;
  margin-left: 20px;
  margin-bottom: 17px;
}

.curbside-checkout-location-phone {
  color: #4d4d4f;
}

.curbside-checkout-location-name a {
  text-transform: capitalize;
}

@media (max-width: 812px) {
  .specs-icon {
    min-width: 60px;
  }

  .specs-charity-icon {
    display: none;
  }

  .specs-cart-icon {
    display: inline;
  }

  /* .specs-icon.specs-club-icon img {
    height: 32px;
    width: 27px;
  } */

  /* .specs-icon.specs-curbside-icon img {
    height: 25px;
    width: auto;
  }

  .specs-icon.specs-select-icon img {
    height: 33px;
  } */

  .specs-icon.specs-cart-icon img {
    object-position: -76px -281px;
    height: 62.8px;
    width: 68.8px;
    object-fit: none;
    zoom: 0.65;
  }

}

.specs-primary-menu {
  display: flex;
  border-bottom: 1px solid #e1e1e1;
}

.specs-script {
  font-family: house-script, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  text-transform: unset !important;
}

#specs-header-search, #specs-page-search {
  display: flex;
  align-self: center;
  border: 1px solid #e1e1e1;
  padding-right: 15px;
}

#specs-page-search {
  background-color: #fff;
  max-width: fit-content;
  border: none;
}

#menu-main {
  width: 100%;
  align-self: center;
  display: flex;
  height: 60px;
}

#menu-main li {
  width: 18%;
  text-align: center;
  height: 60px;
  color: #000;
  cursor: pointer;
}

#menu-main li span {
  height: 60px;
  line-height: 60px;
}

#menu-main li a {
  text-transform: uppercase;
  color: #000;
}

#menu-main .wcmenucart-count span {
  color: #7d7978;
}

#specs-page-search .search-use-icon  {
  background-color: #fff;
  border: none;
  border-radius: 0px;
  background-image: url('https://specsonline.com/wp-content/themes/Specs%20Theme/assets/images/search-icon.png');
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center right;
  max-width: 40px;
}

.specs-search #specs-header-search .search-use-icon {
  background-color: #fff;
  border: none;
  border-radius: 0px;
  background-image: url('/wp-content/themes/Specs%20Theme/assets/images/account-sprite.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -24px -0px;
  display: block;
  height: 28px;
  margin-top: 12px;
  opacity: 0.8;
  padding: .7em 16px .7em .8em;
}

#specs-page-search .search-use-icon {
  height: 44px;
  max-width: max-content;
}

.specs-search #s {
  background-color: #fff;
  border: none;
  width: 300px;
}

.specs-search select {
  background-color: #fff;
  border: none;
  cursor: pointer;
  border-right: 1px solid #e1e1e1;
  border-radius: 0px !important;
  font-size: 11px;
  font-weight: 300;
  padding-left: 15px;
  -webkit-appearance: none;
  -moz-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-padding-end: 35px;
  -moz-padding-end: 35px;
  background-image: url('https://specsonline.com/wp-content/themes/Specs%20Theme/assets/images/select-icon.png');
  /* add custom arrow */
  background-position: 90% center;
  background-repeat: no-repeat;
}

.sub-menu {
  position: relative;
  display: inline-block;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.sf-menu ul.sub-menu {
  /* left: 30%; */
  max-width: 398px;
}

.specs-mobile-logo {
  display: none;
}

/* Dropdown Content (Hidden by Default) */
.sub-menu {
  display: none;
  position: absolute;
  max-height: 300px;
  background-color: #fff;
  min-width: 190px;
  z-index: 1;
  margin-left: 40% !important;
  border: 1px solid #e1e1e1;
}

.specs-primary-menu #menu-main ul.sub-menu li.menu-item {
  float: left;
  min-width: 190px;
  display: block;
  padding-left: 30px;
  padding-right: 20px;
  height: 40px;
  line-height: 40px;
}

.specs-primary-menu #menu-main ul li:hover {
  background-color: #e1e1e1;
  transition: 0.25s all ease;
}

.specs-primary-menu #menu-main ul li:hover a span {
  color: #e82635;
}

/* Links inside the dropdown */
.specs-primary-menu #menu-main .sub-menu a {
  text-decoration: none;
  display: block;
  cursor: pointer;
  text-align: left;
}

.specs-primary-menu #menu-main .sub-menu span {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  height: 40px;
  line-height: 40px;
}

.specs-primary-menu #menu-main .sub-menu:hover {
  display: inline-block;
}

.specs-primary-menu #menu-main li.current-menu-item>a>span>span.menu-image-title {
  color: #e82635;
}

/* for main menu */
.specs-primary-menu #menu-main li a .menu-image-title:hover {
  color: #e82635;
}

.specs-primary-menu #menu-main .sub-menu span:hover {
  color: #e82635 !important;
}

.specs-primary-menu #menu-main .active {
  color: #e82635;
}

/**  modal shopping free in footer */
#shopping-free-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 9999;
  display: none;
}

#shop-free-close:hover {
  color:#67b8b5;
}

.w3-animate-zoom {animation:animatezoom 0.6s}
@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}

.shopping-free-container {
  background-color: #fff;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.modal-background-img img {
  width: 54%;
  margin: 0 auto;
  display: block;
}

.modal-background-img h4 {
  color: #fff;
  text-align: center;
  font-size: 3em;
  font-weight: normal;
  margin: 0;
  line-height: 1.22;
}

.modal-background-img {
  background: center/cover no-repeat url(images/stripes.png);
  padding: 9% 0;
}

#shop-free-close {
  position: absolute;
  right: 0;
  color: #fff;
  padding: 10px 15px;
  top: 0;
  font-size: 27px;
  cursor: pointer;
  line-height: 1;
}

.modal-foreground p {
  text-align: center;
  margin: 25px 0;
}

.modal-foreground p > .button-shopping-free {
  border-radius: 0;
  font-family: 'Oswald';
  padding: 6px 35px;
}
/**  end modal shopping free in footer */


/**  modal shipping cart for cart page in footer */
#shopping-shipping-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 9999;
  display: none;
}

#shop-free-close:hover {
  color:#67b8b5;
}

.shipping-cart-container h2 {
  background-color: #ebebeb;
  margin: 0 auto;
  text-align: center;
  padding: 22px 43px;
  font-weight: normal;
  font-size: 25px;
}

.shipping-img-side img {
  max-width: 198px;
  display: block;
  margin: 0 auto;
  margin-top: -25px;
}

.text-script {
  font-family:  "Painter Script";
}

.shipping-img-side {
  margin: 0 auto;
  text-align: center;
}

.shipping-text-side { text-align: center;}

.shipping-text-side img {
  max-width: 226px;
  display: inline-block;
  margin: 10px auto 5px;
}


.shipping-cart-container {
  background-color: #fff;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 2px 5px 16px 0px #717171, -12px -11px 7px -3px rgba(0,0,0,0.02);
  box-shadow: 2px 5px 16px 0px #7f7f80, -12px -11px 7px -3px rgba(0,0,0,0.02);
  max-width: 445px;
  /* margin: 0 auto;
  top: 50%;
  transform: translateY(-50%); */
}
.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}
#shipping-cart-close {
  position: absolute;
  right: 0;
  padding: 8px 12px;
  top: 0;
  font-size: 27px;
  cursor: pointer;
  line-height: 1;
}
.modal-shipping-link p > .button-shipping-curbside {
  border-radius: 0;
  font-family: 'Oswald';
  padding: 6px 28px;
}
@media screen and (min-width: 768px) {
  .shipping-text-img {
    display: flex;
  }
  .shipping-text-side img {
    max-width: 226px;
    display: inline-block;
    margin: 30px auto 10px;
  }
  .shipping-cart-container h2 {
    padding: 26px;
    font-size: 30px;
  }
}
/**  end modal shipping cart in footer */
/* No shipping on shop page */
.cannot-shipping-liquor {
  text-align: center;
  margin-top: 50px;
}
.cannot-shipping-liquor-wrap {
  border: 1px solid #ccc;
  box-shadow: 1px 1px 5px #ccc;
  padding: 8px 20px 20px 20px;
  font-family: 'Painter Script';
  font-size: 30px;
  line-height: 1.3;
  color: #d73932;
}
.cannot-shipping-liquor-wrap img {
  background-color: #fff;
    margin-top: -34px;
    padding: 7px 8px;
    max-width: 56px;
    height: auto;
    display: block;
    margin-bottom: 17px;
}
/* end No shipping on shop page */

/* break point 650  */
@media all and (min-width: 750px) and (max-width: 1200px) {
  .specs-header {
    height: auto;
    max-width: 100%;
  }
  .specs-logo {
    margin-top: -6px;
}
  .specs-desktop-logo {
    max-width: 210px;
  }
  .specs-logo {
    margin-top: -7px;
  }
  .specs-icon {
    min-width: 100px;
    padding: 5px;
    /* align-self: center; */
    cursor: pointer;
  }
  .specs-icons {
    order: 3;
  }
  .specs-search {
    width: 100%;
    display: flex;
    order: 2;
  }
  .specs-search #s {
    width: 100%;
  }
  .specs-search .search-use-icon {
    width: 25px;
  }
  a.mobile-menu-toggle .fa-bars {
    color: #cecece;
    font-size: 34px;
    padding-top: 7px;
  }
  .specs-search select {
    font-size: 10px;
    padding-left: 10px;
  }
}
@media all and (max-width: 1500px) {
  .center-banner-top .cs-img {
    width: 20px;
  }
  .center-banner-top span {
    font-size: 14px;
  }
}
/* adjust mobile break point 650 */
@media all and (max-width: 810px) {
  .specs-header {
    display: block;
    height: auto;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .specs-mobile-logo {
    display: block;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 12px;
    align-self: center;
  }
  .specs-desktop-logo {
    display: none;
  }
  .specs-primary-menu {
    display: none !important;
  }
  .specs-header .mobile-menu-toggle {
    width: 70px;
    display: block;
    padding-left: 10px;
    padding-right: 20px;
  }
  .specs-logo {
    display: block;
    height: auto;
  }
  .specs-search {
    width: 100%;
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
  }

  .specs-search #s {
    width: 100%;
  }

  .specs-search .search-use-icon {
    width: 25px;
  }

  .specs-header .searchform {
    width: 80%;
  }

  a.mobile-menu-toggle .fa-bars {
    color: #cecece;
    font-size: 34px;
    /* padding-top: 7px; */
  }

  a.mobile-menu-toggle .phone-off {
    font-size: 16px;
    margin-left: -10px;
  }

  .specs-search select {
    font-size: 10px;
    padding-left: 10px;
  }

}

body #site-header #site-logo a {
  height: 60px !important;
}

.logo-container {
  display: block;
  width: 150px;
  height: 60px;
}

.logo-overlay-container {
  display: block;
  width: 90px;
  height: 40px;
}

.specs-primary-menu #menu-main ul.sub-menu li.menu-item {
  min-width: 100%;
}

#menu-main li {
  width: 20% !important;
}

.wpb_wrapper>p {
  font-size: 1.3em !important;
}

.sidebar-box select {
  width: 100%;
  padding: 5px;
  height: 34px;
  border: none;
  color: #4d4d4f;
}

.yith-ajaxsearchform-container {
  text-align: center;
}

input#yith-s.yith-s, input.side-search-box {
  width: 67%;
}

input#yith-searchsubmit, button.side-search-button {
  width: 30%;
}

/* FIX */
.wcmenucart:hover, .fa-search:hover {
  color: #e92832 !important;
}

/******************** Sidebar ********************/
/* override red highlight on active sidebar links */
.modern-menu-widget li.current-menu-item a {
  background: #e5e5e5 !important;
  color: #4d4d4f !important;
}

.modern-menu-widget li.menu-item a:hover {
  background-color: #e5e5e5;
  color: #4d4d4f;
}

/* adjust sidebar formatting */


.sidebar-box .widget .woocommerce .widget_price_filter clr {
  margin-bottom: 30px;
}

/* change padding on side bar drop downs */
.sidebar-box select {
  padding: 0 5px
}

button.woocommerce-widget-layered-nav-dropdown__submit {
  padding: 5px 10px;
  margin-top: 5px;
  font-size: 12px;
}

.widget_layered_nav li:first-child, .widget_layered_nav li {
  border-top: none;
  border-bottom: none;
}

.widget_layered_nav_filters li.chosen a:before {
  content: "x ";
}


#sidebar ul li {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cecece;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#sidebar ul li a {
font-size: 14px !important;
margin-top: 0px;
margin-bottom: 0px;
}

#sidebar .widget_ep-related-posts ul li {
padding-bottom: 10px;
margin-bottom: 5px;
}

#sidebar .widget_ep-related-posts ul li a {
font-size: 12px !important;
}

/******************** Footer ********************/
.footer-block-menu a {
  color: #4d4d4f;
}

#footer-builder .widget-title {
  color: #4d4d4f;
  text-align: left;
  margin: 20px 0 10px 0;
  letter-spacing: 1px;
}

#footer-builder .widget_wpex_simple_menu a {
  font-size: 12px;
  display: block;
}

#footer-builder .widget_wpex_simple_menu a:hover {
  text-decoration: none;
  color: #999;
}

.wpb_wrapper .wpb_heading {
  display: none;
}

.footer-widget {
  padding-bottom: 45px !important;
}

/* adjust bottom footer menu */
#footer-bottom-menu {
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  height: 40px !important;
  line-height: 40px !important;
  margin-top: -22px !important;
  padding-top: 0 !important;
}

#footer-bottom-menu ul li {
  margin-left: 10px;
}

#footer-builder .vcex-image-swap img {
  width: 80%;
}

#footer-bottom {
  display: none !important;
}

#footer-builder div.wpb_column.footer-column.vc_column_container.vc_col-sm-2 {
	/* background: yellow !important; */
  margin-left: -40px;
}

#custom-footer-bottom ul#menu-footer-social-icons {
  display: flex;
  margin-right: 20px;
  align-items: center;
  justify-content: flex-end;
}

#custom-footer-bottom ul#menu-footer-social-icons li, #custom-footer-bottom-mobile ul#menu-footer-social-icons-1 li {
  margin-left: 10px;
}

#custom-footer-bottom a, #custom-footer-bottom-mobile a {
  color: #bbb;
}

#custom-footer-bottom a:hover, #custom-footer-bottom-mobile a:hover {
  color: #fff;
}

#custom-footer-bottom-mobile ul#menu-footer-social-icons-1 {
  display: flex;
  justify-content: center;
  margin-top: 20px !important;
}

#mobile-footer-menu .vc_tta-panel-heading {
  background-color: transparent !important;
  border-color: #666;
}

#mobile-footer-menu .vc_tta-panel-heading a {
  color: #4d4d4f !important;
}

#mobile-footer-menu .vc_tta-controls-icon:before {
  border-color: #4d4d4f !important;
}

#mobile-footer-menu li {
  margin-left: 20px;
}

#mobile-footer-menu li a {
  color: #4d4d4f;
}

#mobile-footer-menu li a:hover {
  color: #666;
}

#footer-bunny img {
  width: 40%;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  #footer-bottom {
    height: 120px;
  }

  #footer-bottom-menu {
    margin-top: 20px !important;
  }

  #footer-bottom-menu ul {
    display: flex;
  }

  #site-scroll-top {
    bottom: 70px;
  }

  #copyright {
    text-align: center !important;
  }

  .mobile-off {
    display: none;
  }

  .mobile-on {
    display: block;
    margin-top: 10px;
  }

  .center-banner-top .banner-right  {
    width: 95%;
    font-size: 1em;
  }

  .center-banner-top .banner-left {
    font-size: 1em;
  }
}


.caseprice {
	display: none;
}

/******************** Woocommerce / Products / Shop ********************/
/* PLUGIN DEPENDENCE: WooCommerce QuickView by Arshid - 10/9/2018 */
.woocommerce ul.products a.quick_view.button {
  color: #767676 !important;
  background: none !important;
  display: block !important;
  text-align: center !important;
  margin: 10px auto 0 !important;
  font-size: 12px !important;
  border: 1px solid #ccc !important;
  width: 100px !important;
}

.woocommerce ul.products a.quick_view.button:hover {
  color: #ffffff !important;
  background: #e92832 !important;
}

#wcqv_contend .summary.entry-summary.scrollable .summary-content {
  margin-right: 20px;
}

#wcqv_contend .scrollbar_bg {
  display: none;
}

.woocommerce-message a.button:hover {
  background: transparent !important;
  color: #e92832 !important;
}

/* remove bulk discount text */
div.summary.entry-summary div.productinfo-show-discounts {
  display: none;
}

/* color adjustments to product page */
.woocommerce div.product p.stock, p.caseprice .amount {
  color: #555 !important;
}

.woocommerce div.product p.stock.in-stock {
  display: none;
}

.posted_in a, .tagged_as a {
  color: #555;
}

.posted_in a:hover, .tagged_as a:hover {
  color: #e92832;
  text-decoration: none;
}

a.more-link {
  color: #555;
}

a.more-link:hover {
  color: #e92832;
  text-decoration: none;
}

.shop-product-size {
  color: #767676 !important;
  text-transform: uppercase !important;
  margin-bottom: 0px;
  margin-top: 10px;
}

.woocommerce span.onsale {
  background: #40abb5 !important;
}

.shop_attributes a {
  color: #555 !important;
}

.shop_attributes a:hover {
  color: #e92832 !important;
  text-decoration: none !important;
}

.woocommerce a.button.product_type_simple {
  color: #fff !important;
  border: 1px solid #ccc !important;
  padding: 8px 8px !important;
  font-size: 12px !important;
  /* text-transform: none !important; */
  width: 100px;
}

.woocommerce .wl-button-wrap a, .woocommerce .quick-view-detail-button {
  background-color: #fff !important;
  color: #4d4d4d !important;
  border: 1px solid #ccc !important;
  padding: 8px !important;
  font-size: 12px !important;
  border-radius: 3px;
}

div.check-store-button {
  margin: 20px 0 30px 0;
}

.woocommerce .out-of-stock {
  padding-bottom: 16px;
  text-transform: uppercase;
}

.woocommerce .summary p.in-select-stores {
  display: none;
}

/* payment icons */
.woocommerce-checkout-payment .wc_payment_method img {
  display: inline-block !important;
  margin-right: 10px;
}

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"], .woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"], .woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-echeck-form-input[type="tel"], .woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-echeck-form-input[type="text"], .woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-form-nickname, #add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"], #add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"], #add_payment_method input.js-sv-wc-payment-gateway-echeck-form-input[type="tel"], #add_payment_method input.js-sv-wc-payment-gateway-echeck-form-input[type="text"], #add_payment_method input.js-sv-wc-payment-gateway-form-nickname {
  font-size: inherit !important;
}

.products .product {
  overflow: inherit !important;
}

.woocommerce .woocommerce-result-count {
  height: 100% !important;
  line-height: inherit !important;
}

/* disclaimer style */
.price_disclaimer {
  margin-top: 20px;
}

.price_disclaimer a, .tab-editor-container p a {
  color: #555;
  font-weight: 600;
}

.price_disclaimer a:hover, .tab-editor-container p a:hover {
  text-decoration: none !important;
  color: #e92832 !important;
}

/* price slider */
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: center;
}

.woocommerce .widget_price_filter .price_slider_amount input#min_price, .woocommerce .widget_price_filter .price_slider_amount input#max_price {
  width: 30%;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  width: 30%;
  height: 35px;
  line-height: 35px;
  float: none;
}

.woocommerce ul.products li.product.outofstock .outofstock-badge {
  font-size: 50% !important;
  font-weight: 700;
  background-color: #e5e5e5;
  color: #4d4d4f;
  opacity: 0.8
}

/* pickup on cart page */
.pickup-location-field {
  margin-top: 10px;
}

.enable-local-pickup, .shipping-calculator-button {
  background: #4d4d4f;
  border-radius: 3px;
  color: #fff !important;
  font-size: .923em;
  padding: .538em 1.077em;
  text-decoration: none;
  line-height: 1.65;
  font-weight: 400;
  transition: 0.15s all ease;
  border: 1px solid #4d4d4f;
  text-transform: uppercase;
}

.enable-local-pickup:hover, .shipping-calculator-button:hover {
  color: #fff !important;
  background: #e92832;
  transition: 0.15s all ease;
  text-decoration: none;
  border: 1px solid #e92832;
}

a.enable-local-pickup, a.disable-local-pickup {
  color: #fff !important;
}

a.disable-local-pickup {
  background: #e92832;
  border-radius: 3px;
  color: #fff;
  font-size: .923em;
  padding: .538em 1.077em;
  text-decoration: none;
  line-height: 1.65;
  font-weight: 400;
  transition: 0.15s all ease;
  border: 1px solid #e92832;
  text-transform: uppercase;
}

a.disable-local-pickup:hover {
  background: #4d4d4f;
  transition: 0.15s all ease;
  text-decoration: none;
  border: 1px solid #4d4d4f;
}

a.enable-local-pickup, a.disable-local-pickup {
	display: inline-block !important;
	background: #4d4d4f !important;
	color: #fff !important;
	padding: 5px !important;
	text-transform: inherit;
	border: 1px solid #4d4d4f !important;
	font-style: italic;
}


a.enable-local-pickup:hover, a.disable-local-pickup:hover {
	background: #e92832 !important;
	color: #fff !important;
	border: 1px solid #e92832 !important;
}



/* updating shop layout 8/29/18 */
.woocommerce ul.products {
  background-color: #f8f8f8;
  padding: 10px 5px;
}

.woocommerce .products .product-inner {
  border: 1px solid #e9e9e9;
  padding: 5px;
  background-color: #fff;
  box-shadow: 5px 5px 5px 0 #eee;
}

.woocommerce ul.products li.product .button, .woocommerce ul.products li.product a.quick-view-button.button {
  width: 100% !important;
}

.woocommerce ul.products li.product .button {
  margin-top: 5px;
}

.woocommerce .button {
  font-weight: 400 !important;
}

/* added 4/1/19 */
/* span.posted_in a, span.tagged_as a, table.shop_attributes a {
  font-style: italic;
} */
/* .woocommerce ul.products li.product .price .amount {
  font-size: 1.231em !important;
  font-weight: 600 !important;
} */
/* .product_meta {
  margin-top: 40px;
} */
table.shop_attributes th, table.shop_attributes td {
  padding: 5px 10px !important;
}

table.shop_attributes th, table.shop_attributes td {
  border: none !important;
  border-top: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
}

table.shop_attributes tr:nth-of-type(even) {
  background: rgba(0, 0, 0, 0.025);
}

#woocommerce_recently_viewed_products-3 {
  margin-top: 20px;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 10px;
  margin-left: -10px;
  font-size: .923em;
}

.woocommerce ul.products li.product a img.woo-entry-image-main {
  width: auto;
  height: 173px;
  max-width: 173px;
}

.wpex-loop-product-images {
  height: 173px;
}

.woocommerce section.related.products ul.products li.product a img.woo-entry-image-main {
  height: 173px;
}

.product .images img {
  object-fit: cover;
  height: auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  text-transform: capitalize;
}

/* CSS to fix search image */
.products .first {
  width: 25%;
}

.search-entry {
  width: 100% !important;
}

.woocommerce div.product div.images {
  width: 28%;
  max-width: 500px !important;
  margin: 0 auto;
}

.woocommerce div.product div.summary {
  width: 68%;
}

.single-product .entry-summary h2 {
  display: none;
}

.shop_table th.product-name, td {
  width: auto !important;
}

.woocommerce .order-total td, #order_review .order-total th {
  background: #f7f7f7;
  font-weight: bold;
  color: #444;
}

table.cart thead, table.cart td.product-thumbnail, table.cart td.product-price, table.cart td.product-subtotal {
  text-align: center;
}

a.wc-forward {
  margin: 10px;
  padding: 10px 15px 10px;
  border-radius: 3px
}

a.wc-forward:hover {
  text-decoration: none
}

.online_order_processing_disclaimer {
  margin-top: 20px;
}

/******************** Wine Club Posts ********************/
.wine-club-table {
  border-collapse: collapse;
  width: 100%;
}

.wine-club-table td, .wine-club-table tr {
  border: 1px solid #e5e5e5;
  padding: 5px 10px;
}

.wine-club-table th {
  vertical-align: top;
  text-align: center;
}

.category-wine-club .blog-entry.grid-entry-style .header-with-avatar {
  padding-left: 0;
  margin-bottom: 10px;
  min-height: 0;
  text-align: center;
}

.category-wine-club .blog-entry-author-avatar, .category-wine-club .meta, .category-wine-club .blog-entry-excerpt, .category-wine-club .blog-entry-readmore, .single-post.post-in-category-wine-club #post-media, .single-post.post-in-category-wine-club .meta, .single-post.post-in-category-wine-club .author-bio {
  display: none;
}

.single-post.post-in-category-wine-club .wpex-social-share.position-horizontal {
  margin-bottom: 0;
}

.single-post.post-in-category-wine-club .entry h2 {
  margin-top: 20px;
}

/******************** Reviews Page ********************/
body .blog-entry.thumbnail-entry-style.category-reviews .blog-entry-media, body .blog-entry.thumbnail-entry-style.category-beer-reviews .blog-entry-media, body .blog-entry.thumbnail-entry-style.category-spirits-reviews .blog-entry-media, body .blog-entry.thumbnail-entry-style.category-wine-reviews .blog-entry-media {
  width: 30%;
}

body .blog-entry.thumbnail-entry-style.category-reviews .blog-entry-content, body .blog-entry.thumbnail-entry-style.category-beer-reviews .blog-entry-content, body .blog-entry.thumbnail-entry-style.category-spirits-reviews .blog-entry-content, body .blog-entry.thumbnail-entry-style.category-wine-reviews .blog-entry-content {
  width: 66%;
}

body .blog-entry.thumbnail-entry-style.category-reviews .meta-date, body .blog-entry.thumbnail-entry-style.category-beer-reviews .meta-date, body .blog-entry.thumbnail-entry-style.category-spirits-reviews .meta-date, body .blog-entry.thumbnail-entry-style.category-wine-reviews .meta-date {
  display: none;
}

body .blog-entry.thumbnail-entry-style.category-reviews .header-with-avatar, body .blog-entry.thumbnail-entry-style.category-beer-reviews .header-with-avatar, body .blog-entry.thumbnail-entry-style.category-spirits-reviews .header-with-avatar, body .blog-entry.thumbnail-entry-style.category-wine-reviews .header-with-avatar {
  margin-bottom: 0;
}

/* Recipes */
.category-recipes .blog-entry-author-avatar, .category-beer-recipes .blog-entry-author-avatar, .category-bourbon .blog-entry-author-avatar, .category-brandy .blog-entry-author-avatar, .category-classic .blog-entry-author-avatar, .category-gin .blog-entry-author-avatar, .category-liqueur .blog-entry-author-avatar, .category-punch .blog-entry-author-avatar, .category-rum .blog-entry-author-avatar, .category-tequila .blog-entry-author-avatar, .category-vodka .blog-entry-author-avatar, .category-whiskey .blog-entry-author-avatar, .category-wine-recipes .blog-entry-author-avatar {
  display: none;
}

body .blog-entry.category-recipes .meta, body .blog-entry.category-beer-recipes .meta, body .blog-entry.category-bourbon .meta, body .blog-entry.category-brandy .meta, body .blog-entry.category-classic .meta, body .blog-entry.category-gin .meta, body .blog-entry.category-liqueur .meta, body .blog-entry.category-punch .meta, body .blog-entry.category-rum .meta, body .blog-entry.category-tequila .meta, body .blog-entry.category-vodka .meta, body .blog-entry.category-whiskey .meta, body .blog-entry.category-wine-recipes .meta, .single-post.post-in-category-recipes .meta, .single-post.post-in-category-beer-recipes .meta, .single-post.post-in-category-bourbon .meta, .single-post.post-in-category-brandy .meta, .single-post.post-in-category-classic .meta, .single-post.post-in-category-gin .meta, .single-post.post-in-category-liqueur .meta, .single-post.post-in-category-punch .meta, .single-post.post-in-category-rum .meta, .single-post.post-in-category-tequila .meta, .single-post.post-in-category-vodka .meta, .single-post.post-in-category-whiskey .meta, .single-post.post-in-category-wine-recipes .meta, .single-post.post-in-category-recipes .author-bio, .single-post.post-in-category-beer-recipes .author-bio, .single-post.post-in-category-bourbon .author-bio, .single-post.post-in-category-brandy .author-bio, .single-post.post-in-category-classic .author-bio, .single-post.post-in-category-gin .author-bio, .single-post.post-in-category-liqueur .author-bio, .single-post.post-in-category-punch .author-bio, .single-post.post-in-category-rum .author-bio, .single-post.post-in-category-tequila .author-bio, .single-post.post-in-category-vodka .author-bio, .single-post.post-in-category-whiskey .author-bio, .single-post.post-in-category-wine-recipes .author-bio {
  display: none;
}

.social-share-title {
  display: none
}

.wpex-social-share.position-horizontal {
  margin-bottom: 20px;
}

body.post-in-category-recipes #post-media {
  text-align: left;
}

/******************** Blogs ********************/
.category-videos .blog-entry-author-avatar {
  display: none;
}

.category-videos .entry-has-avatar .blog-entry-header {
  padding-left: 0;
  margin-bottom: 0;
  min-height: 24px;
}

.category-videos .meta {
  display: none;
}

.category-videos .blog-entry-excerpt {
  display: none;
}

.category-videos .blog-entry.large-image-entry-style {
  border-bottom: none;
  margin-bottom: 20px;
}

.blog-entry.grid-entry-style .blog-entry-excerpt {
  display: none;
}

.blog-entry.grid-entry-style .blog-entry-title, .blog-entry.grid-entry-style .blog-entry-readmore {
  text-align: center;
}

/******************** Locations ********************/
body .prettyMapList .mapHolder {
  width: 100%;
  height: 600px;
  border: none;
}

body .prettyMapList .featuredImage {
  border-radius: 0;
}

.FullMapPage #SingleMapLocation {
  height: 400px;
  width: 100%;
  box-shadow: none;
  border: none;
}

.single-maplist .page-header {
  display: none;
}

.single-maplist .vc_col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

body .prettyMapList .prettyFileBar {
  border: none !important;
  padding-bottom: 10px !important;
}
body .prettyMapList .mapcategories {
  font-size: 12px !important;
  width: 200px;
}
body .prettyMapList .customCategoryList>ul {
  width: 220px !important;
  font-size: 16px !important;
}
body .prettyMapList .customCategoryList ul a {
  font-size: 16px !important;
  color: #4d4d4f !important;
}
body .prettyMapList .prettyFileBar .customCategoryList a.showing {
  background: #f0f0f0 !important;
}
body .prettyMapList .btn {
  font-size: 18px !important;
  background: #4d4d4f;
  margin-left: 5px !important;
  text-transform: uppercase;
  color: #fff !important;
  transition: 0.15s all ease;
  border-radius: 3px;
}

body .prettyMapList .btn:hover {
  background-color: #e92832 !important;
}

body .prettyMapList .btn:before {
  margin-top: 10px !important;
  margin-left: 3px;
}

body .prettyMapList .customCategoryList ul {
  top: 40px !important;
}

.prettyMapList .prettyListItems .prettylink {
  box-shadow: none !important;
  border-bottom: 1px solid #e5e5e5 !important;
  padding: 20px 40px !important;
  margin: 0 !important;
}

a.viewLocationDetail {
  font-size: 1.25em;
}

.prettyMapList .prettylink .smallImage {
  top: 15px !important;
}

.prettyMapList .map:after {
  background: none !important;
}

body .prettyMapList .viewLocationPage {
  padding: 14px !important;
  margin-left: 0 !important;
}

body .prettyMapList .getDirections {
  border-top: none !important;
}

body .prettyMapList a.getDirections {
  text-transform: uppercase;
}

body .prettyMapList .infoWindow h3 {
  margin: 5px 0 5px 0;
  font-size: 1.25em;
}

body.single-maplist div.not-on-single {
  display: none;
}

.location-menu {
  margin-bottom: 20px;
}

div.make-store-container {
  margin-top: -20px;
}

.mapDescription a.theme-button {
  color: #fff !important;
  font-size: 14px;
}

a.viewLocationPage.btn.corePrettyStyle {
  padding: .538em 1.077em !important;
  margin-top: 20px;
  font-size: 14px !important;
}

.infowindowContent a.viewLocationPage.btn.corePrettyStyle {
  padding: .538em 1.077em !important;
  margin-top: 0px;
  font-size: 14px !important;
}

.infowindowContent div.not-on-single {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #4d4d4f;
}
p.maplist-hours {
  font-size: 1em !important;
}
div.maplist-seo-description {
  padding-left: 20px;
  padding-right: 20px;
  clear: both;
}
div.maplist-seo-description p {
  font-size: 1em !important;
}
.directionsPostcode {
  background: #fff !important;
  border-radius: 3px !important;
  width: 200px;
}
.mobile-off {
  display: block;
}

.mobile-on {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .mobile-off {
    display: none;
  }

  .mobile-on {
    display: block !important;
    margin-top: 10px;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }
}

/******************** Events ********************/
.ajde_evcal_calendar .evcal_month_line {
  margin-top: 20px;
}

.ajde_evcal_calendar .evcal_month_line p {
  color: #222 !important;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 10px !important;
  border: none;
}

/******************** Miscellaneous ********************/
/* on category pages, center the featured product info  */
div.category-page {
  text-align: center;
}

/* AGE VERIFICATION CSS STYLINGS */
.age-gate-wrapper {
  background-size: contain;
}

.age-gate-form {
  background-image: url("https://specsonline.com/wp-content/uploads/age_verification_background.png");
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 800px;
  max-width: 800px;
}

.age-gate-heading {
  display: none;
}

.age-gate-form button {
  margin-top: 540px;
  background: #e92832 !important;
  padding: .3em 2em;
  font-size: 1.923em;
  margin-right: 40px;
  transform: translateY(-30px);
  text-transform: capitalize !important;
}

.age-gate-form button:hover {
  background: #555 !important;
}

.age-gate-remember-wrapper {
  margin-top: -40px;
  margin-left: -40px;
}

.age-gate-remember-wrapper .remember {
  color: #fff;
  font-size: 1.3em;
  font-weight: 500;
}

.show-mobile {
  display: none;
}

@media (max-width:962px) {
  .age-gate-form {
    height: 400px;
    width: 400px;
  }

  .age-gate-form button {
    margin-top: 260px;
    font-size: 1.5em;
    padding: .4em 1.5em;
    margin-right: 20px;
  }

  .age-gate-remember-wrapper .remember {
    color: #fff;
  }

  .center-banner-top .banner-right  {
    width: 79%;
    font-size: 1em;
  }

  .center-banner-top .banner-left {
    font-size: 1em;
  }
}


@media only screen and (max-width: 736px) {
  .center-banner-top .banner-right {
    width: 94%;
    font-size: 0.8em;
  }

  .center-banner-top .banner-left {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 667px) {
  .center-banner-top .banner-right {
    width: 90%;
    font-size: 0.8em;
  }

  .center-banner-top .banner-left {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 480px) {
  .center-banner-top .banner-right {
    width: 95%;
    font-size: 0.7em;
  }

  .center-banner-top .banner-left {
    font-size: 0.9em;
  }
}

@media (max-width:400px) {
  .age-gate-form {
    height: 250px;
    width: 250px;
  }

  .age-gate-form button {
    margin-top: 150px;
    font-size: 1.3em;
    padding: .3em 1.3em;
    margin-right: 20px;
  }

  .age-gate-remember-wrapper .remember {
    color: #fff;
  }
}

/* Pairing page */
h1.pairing_tag_title {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 2em;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
}

/* home page, center the icons */
.vcex-icon-box-image {
  display: inline !important;
}

/* move blog down */
body.archive.category #main.site-main, .single-post #main.site-main, .post-type-archive-product .site-main {
  margin-top: 40px;
}

/* FAQ */
.vc_toggle_title h4 {
  font-size: 24px;
  text-transform: none !important;
  font-weight: normal;
  letter-spacing: .5px
}

/******************** Icon Boxes ********************/
.wpb_raw_html .vcex-icon-box {
  padding: 20px;
}

.wpb_raw_html .vcex-icon-box:hover {
  text-decoration: none;
}

.wpb_raw_html .vcex-icon-box.style-five.link-wrap {
  background-color: #f2f2f2;
}

.wpb_raw_html .vcex-icon-box.style-five.link-wrap:hover {
  background-color: #f8f8f8;
  color: #4d4d4f !important;
}

.wpb_raw_html .vcex-icon-box.style-five.link-wrap .vcex-icon-box-heading {
  color: #4d4d4f;
}

.wpb_raw_html .vcex-icon-box.style-five.link-wrap:hover .vcex-icon-box-heading {
  color: #4d4d4f !important;
}

.wpb_raw_html {
  margin-left: -20px;
  margin-right: -20px;
  text-align: center;
}

.wpb_raw_html .vcex-icon-box-heading {
  font-size: 90%;
  padding-top: 10px;
  margin-bottom: 0;
}
/******************** Key Club 2.0 ********************/
.page-header {
  display: none;
}
.dashboard-two h2 {
  margin-top: -10px;
}
.dashboard-two label {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.dashboard-two input {
  width: 70%;
  min-width: 300px;
  max-width: 600px;
  margin-bottom: 10px;
}
.dashboard-two span {
  padding-left: 3px;
}
.dashboard-two input[type="submit"] {
  margin-top: 30px;
  text-transform: uppercase;
}
.dashboard-two select {
  height: 40px;
  margin-bottom: 10px;
}
.dashboard-two input#zip {
  min-width: inherit;
}
.dashboard-two .keyclub_signup_left_side {
  background: url('https://specsonline.com/wp-content/uploads/2018/12/Landing_04.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.text-novisibility {
  visibility: hidden;
}

.dashboard-two .keyclub_signup_right_side {
  padding: 40px;
}

.dashboard-two .keyclub_logo_right {
  text-align: center;
}

.specs-icon.specs-account-icon {
  min-width: 80px;
}

.specs-icon span.icon-mobile {
  display: none;
}

.show-mobile {
  display: none;
}

@media screen and (max-width: 620px) {

  .specs-icon img {
    height: 33px;
  }

  .specs-icon.specs-select-icon img {
    height: 31px;
    object-position: -109px 0px;
    width: 36px;
  }
  .specs-icon.specs-curbside-icon img {
    height: 29px;
    width: 99px;
    margin-bottom: 6px;
  }

  .specs-icon.specs-account-icon img {
    object-position: -175px 0px;
    width: 34px;
    height: 31px;
  }

  .specs-icon.specs-club-icon img {
    object-position: -151px 0px;
    height: 32px;
    width: 27px;
  }

  .specs-icon.specs-account-icon img {
    object-position: -57px 0px;
    width: 31px;
    height: 31px;
  }

  .specs-icon.specs-cart-icon img {
    zoom: 0.45;
  }

  .specs-icon span {
    font-size: 11px;
  }

  .specs-icon span.icon-mobile {
    display: block;
    margin-top: 0;
  }

  .specs-icon span.icon-desktop {
    display: none;
  }

  .show-mobile {
    display: block;
  }

  .show-desktop {
    display: none;
  }
}

/* //Small devices (landscape phones, 576px and up) */
@media only screen and (max-width: 768px) {
  .dashboard-two .keyclub_signup_left_side {
    display: none;
  }

  .keyclub_logo_right {
    text-align: center;
  }

  .dashboard-two .keyclub_signup_right_side {
    padding: 0px 40px;
  }

  .dashboard-two h2 {
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
  }
}

/* thank you page */
.thank_you_page {
  text-align: center;
  padding: 40px;
}

.thank_you_page h1 {
  color: #e92832;
  text-align: center;
  font-size: 2em;
}

.thank_you_page h2 {
  color: #41abb4;
  text-transform: none;
  font-style: italic;
  font-family: unset;
  font-weight: normal;
}

.thank_you_page div.keyclub_barcode {
  text-align: center;
  padding-bottom: 40px;
}

.thank_you_page .keyclub_barcode {
  background-image: url('https://specsonline.com/wp-content/uploads/2018/10/Label.png');
  padding-top: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.thank_you_page .keyclub_barcode h3 {
  color: #e92832;
  letter-spacing: 3px;
}

.thank_you_page div.keyclub_number {
  letter-spacing: 7px;
  padding: 30px 0px;
  margin-top: -20px;
}

.thank_you_page .keyclub_button button {
  text-transform: uppercase !important;
}

/*  */
@media only screen and (max-width:959px) {
  .products .first {
    width: 50% !important
  }
}

@media only screen and (max-width:767px) {
  .phone-off {
    display: none
  }

  .products .first {
    width: 100% !important
  }
}

/* added 6/6/19 */
.specs-header {
  overflow: visible;
  align-items: center;
}

#menu-main {
  width: 85%;
  margin-left: 15%;
}
.specs-curbside-banner {
  position: relative;
}
.specs-icon {
  min-width: 60px;
  line-height: 14px;
}
@media (max-width: 1490px) {
  .specs-icon {
    padding: 5px;
  }
}
@media (max-width: 1201px) and (min-width: 1370px) {
  .specs-header {
    height: 120px;
  }
}
@media (max-width: 1200px) and (min-width: 810px) {
  .specs-header {
    height: 100px;
  }
  .specs-search {
    width: auto;
  }
  .specs-icon span {
    font-size: 11px;
  }
}
@media (max-width: 810px) {
  .specs-logo {
    margin-top: 0px;
  }
}
.price_disclaimer_shop {
  float: left;
  width: 50%;
  margin-top: -25px;
  clear: both;
  font-size: 14px;
}
.woocommerce .woocommerce-ordering {
  margin-top: -50px !important;
  clear: both;
}
@media (max-width:768px) {
  .price_disclaimer_shop {
    float: none;
    width: 100%;
    margin-top: 10px;
    clear: both;
    font-size: 14px;
  }
  .woocommerce .woocommerce-ordering {
    margin-top: 0px !important;
  }
  .page-id-197 div.vc_row:first-child {
		height: 110px;
	}

	.page-id-197  div.vc_row:first-child .vcex-heading {
		padding-bottom: 0px !important;
		padding-top: 0px !important;
	}
	.page-id-197  div.vc_row:first-child h1 .vcex-heading-inner {
		font-size: 36px;
	}
}
span.price_disclaimer_tab_curbside {
  display: none;
}
.postid-15045 .product .images img {
	height: auto !important;
}
.postid-15045 .sku_wrapper {
	display: none;
}
.blog-entry-media.entry-media img {
	padding: 5px;
}
/* keyclub page  */
body.page-template-keyclub-php #content.dashboard-two  .keyclub_signup_left_side {
	position: relative;
	z-index: -1;
}
/* fix menu color */
#menu-main li.menu-item a {
	color: #000;
}
#menu-main li.menu-item a:hover, #menu-main li.current-menu-item>a>span {
	color: #e92832 !important;
}
.page-id-96 .woocommerce-form-row label{
  width:30%;
  display:inline-block;
}
.page-id-96 .woocommerce-form-row input{
  width:65%;
  display:inline-block;
}
.page-id-96 .woocommerce-form-login__submit{
  margin-top:15px;
  clear:both;
}
.page-id-96 .form.login .lost_password {
  margin-left:0px;
}
/* Auto Suggest */
.ep-autosuggest-container .ep-autosuggest>ul>li>span{
	color: #4d4d4f !important;
	padding: 10px 10px;
}
.ep-autosuggest-container .ep-autosuggest {
    width: 358px;
}
/* slider for date picker */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-arrow.slick-disabled {
  opacity: 0.4;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.date-time-close {
  position: absolute;
  top: 3px;
  right: 15px;
  text-transform: uppercase;
}
/* NAME YOUR PRICE INPUT */
body .product .nyp .nyp-input {
	position:relative;
	margin-bottom:0;
	text-align:left;
	margin-bottom;0;
	margin-top:20px
}
body .product .nyp {
	max-width:250px;
}
.woocommerce-nyp-message ul.woocommerce-error li {
    background-color: #e9283233;
    text-transform: uppercase;
    color: #e92832;
    padding: 4px 20px;
    font-family: 'Oswald';
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: normal;
    text-align:center;
}
.woocommerce-nyp-message ul.woocommerce-error {
	padding:0;
}
.woocommerce-nyp-message .woocommerce-error::before {
	content:none;
}




