/**************************
** ADA COMPLIANCE STYLES **
** DIGITAL VISIONS, LLC  **
**************************/

.user-keyboard a:focus,
.user-keyboard img:focus,
.user-keyboard button:focus,
.user-keyboard input:focus,
.user-keyboard select:focus,
.user-keyboard div:focus,
.user-keyboard a:focus .base-banner-position img,
.user-keyboard #menu-main a:focus,
.user-keyboard .woocommerce-loop-product__title:focus,
.user-keyboard .product-details a:focus h2,
.user-keyboard .quick_view.button span:focus,
.user-keyboard #wcqv_contend .product_title.entry-title:focus {
  outline: 1px dashed #e92832 !important;
}

.sr-only,
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* SO-2 */
.ada-button-inactive {
  background: #555 !important;
}

.ada-button-active,
.ada-button-inactive:focus,
.ada-button-inactive:hover {
  background: #e92832 !important;
}

.ada-button-inactive.age_gate_go_back {
  background: transparent !important;
}

/*
button:active,
button:focus,
.age-gate-form button:hover,
.age-gate-remember-wrapper input[type="checkbox"]:active,
.age-gate-remember-wrapper input[type="checkbox"]:focus,
.age-gate-remember-wrapper input[type="checkbox"]:hover {
    outline: 1px dashed #e92832;
}
*/

/*
.age-gate-remember-wrapper {
    padding-top: 15px;
}

.age-gate-remember-wrapper input[type='checkbox'] {
    height: 18px;
}

.age-gate-remember-wrapper label {
    font-size: 20px;
    color: #fff;
}*/

/* SO-4 */
/* PLUGIN DEPENDENCE: Age Gate */
/*
.age-gate-heading {
	display: block !important;
}*/

/* SO-6 */
/* PLUGIN DEPENDENCE: Age Gate */
/*
.age-gate-error.has-error p {
   background-color: #fff;
   background-color: rgba(255,255,255,0.8);
   padding: 10px;
   margin-bottom: 25px;
   border: 1px solid #c00;
}*/

/* SO-7 */
/* PLUGIN DEPENDENCE: Age Gate */
/*#age-gate-wrapper .age-gate-form button {
   font-size: 31px;
}*/

/* SO-10 */
.skip-to-content:hover {
  color: #e92832;
}

/* SO-11 */
/* EXTRA STEP: Add class ‘footer-logo’ to logo image in “Footer” Page */
/* FOCUS: Top Bar / Header / Footer Links */
#top-bar-wrap a:focus,
#site-navigation a:focus,
#footer-builder a:focus {
  text-decoration: underline;
}

/* FOCUS: Nav Icons */
.nav-icons .wpb_raw_html nav a.vcex-icon-box.link-wrap:focus {
  text-decoration: underline;
  background-color: #fff;
}

/* FOCUS: MetaSlider slides */
body .metaslider .flexslider .slides a:focus img {
  border: 1px dashed #e92832;
}

/* FOCUS: WPEX Buttons */
.wpex-dhover-0:focus,
.wpex-dhover-1:focus,
.wpex-dhover-2:focus,
.wpex-dhover-3:focus,
.wpex-dhover-4:focus,
.wpex-dhover-5:focus,
.wpex-dhover-6:focus,
.wpex-dhover-7:focus,
.wpex-dhover-8:focus,
.wpex-dhover-9:focus,
.wpex-dhover-10:focus,
.wpex-dhover-11:focus {
  background: #e92832 !important;
}

/* FOCUS: Theme Buttons */
.theme-button:focus,
input[type="submit"]:focus,
button:focus,
#site-navigation .menu-button > a:focus > span.link-inner {
  background: #e92832;
}

/* FOCUS: Footer Logo */
.footer-logo a:focus img {
  border: 1px dashed #e92832;
}

/* FOCUS: Spec's Radio Image */
.menu-item a.menu-image-hovered:focus img.hovered-image {
  opacity: 1;
}

/* FOCUS: FlexSlider paging controls */
.flex-control-paging li a:focus {
  outline: 1px dashed #e92832;
}

/* FOCUS: FlexSlider Prev / Nav controls */
.flexslider a.flex-prev:focus,
.flexslider a.flex-next:focus {
  outline: 1px dashed #e92832;
}

/* FOCUS: WooCommerce Search Widget Buttons */
button.woocommerce-widget-layered-nav-dropdown__submit:focus {
  background-color: #e92832;
}

/* FOCUS: WooCommerce buttons */
.woocommerce .button:focus {
  background-color: #e92832;
}

/* FOCUS: WooCommerce search filter handles */
.woocommerce .ui-slider-handle:focus {
  outline: 1px dotted #e92832;
}

/* FOCUS: WooCommerce result count */
.woocommerce-result-count:focus {
  outline: 1px dotted #e92832;
}

/* FOCUS: WooCommerce order by filter */
.woocommerce-ordering #orderby:focus {
  outline: 1px dotted #e92832;
}

/* SO-15 */
.nav-icons {
  margin: 0;
  overflow: hidden;
}

/* SO-17 */
/* Make background color of "sticky" header solid color to make it easier to read the menu elements. */
.wpex-sticky-header-holder.is-sticky #site-header {
  opacity: 1 !important;
}

/* SO-21 */
/* SHOP: Increase text color contrast for results, sorting, input placeholders, quick view buttons, and pagination links */
.woocommerce .woocommerce-result-count, /* PLUGIN DEPENDENCE: WooCommerce */
.wpex-select-wrap select,
a.page-numbers {
  color: #767676;
}

/* SO2-51 */
/* PLUGIN DEPENDENCE: WooCommerce QuickView */
.woocommerce ul.products a.quick_view.button {
  /*color: #767676 !important;*/
  display: none !important;
}

.woocommerce ul.products button.quick_view.button {
  margin: 10px 0 0 !important;
  font-size: 13px !important;
  border: 1px solid #ccc !important;
  color: #565454 !important;
  background-color: #fff !important;
  font-family: "Oswald", sans-serif;
  border-radius: 0 !important;
}

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

/* Placeholder text color */
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #767676;
  opacity: 1; /* Firefox */
}

::-webkit-input-placeholder {
  color: #767676;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #767676;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #767676;
}

/* SO-23 */
/* Shop - Set the "view details/show availability" button text color in the product modal window to white */
/* PLUGIN DEPENDENCE: WooCommerce */
.woocommerce.quick-view .quick-view-detail-button {
  color: #fff !important;
}

/* SO-24 */
/* PLUGIN DEPENDENCE: WooCommerce Quick View */
.pp_content_container .pp_close:focus {
  outline: 1px dashed #f00;
}

.woocommerce.quick-view a:focus {
  text-decoration: underline;
  /*outline: 2px solid #e92832; */
}

/* SO-25 */
/* Applies :focus styles to Search Widget buttons */
button.side-search-button:focus {
  background: #e92832 !important;
}

/* Applies FOCUS styles to WooCommerce Shop Pages */
/* PLUGIN DEPENDENCE: WooCommerce */
/* Product title links*/
.woocommerce ul.products li.product a:focus .woocommerce-loop-product__title,
.woocommerce ul.products li.product a:focus .woocommerce-loop-category__title {
  color: #e92832;
}

/* Buttons */
.woocommerce .button:focus {
  background: #e92832 !important;
  color: #ffffff !important;
}

/* Individual Product - Featured Image */
.woocommerce .product a.woocommerce-main-image:focus img {
  outline: 1px dashed #e92832;
}

/* Individual Product - Product title */
.woocommerce .product .product_title a:focus {
  color: #e92832;
}

/* Individual Product - */
.woocommerce .product .add-gift-registry a:focus {
  background: #e92832;
  color: #ffffff;
}

/* Individual Product - Buttons for adding or removing specified quantity from Cart */
.woocommerce .quantity.buttons_added .minus:focus,
.woocommerce .quantity.buttons_added .plus:focus {
  background: #e92832;
  color: #ffffff;
}

/* SO-27 */
/* Make Shopping Cart text visible to screen readers. Will hide from display via Javascript by adding '.screen-reader-text class' to element. */
/* PLUGIN DEPENDENCE: WooCommerce */
.wcmenucart-text {
  display: inline;
}

/* SO-37 */
/* Styles to show sub-menus on parent nav focus */
/* PLUGIN DEPENDENCE: AP Mega Menu */
div.wpmm-sub-menu-wrapper ul.wp-mega-sub-menu li ul.wp-mega-sub-menu li:active,
div.wpmm-sub-menu-wrapper ul.wp-mega-sub-menu li ul.wp-mega-sub-menu li:focus,
div.wpmm-sub-menu-wrapper
  ul.wp-mega-sub-menu
  li
  ul.wp-mega-sub-menu
  li.is-focused {
  background: rgba(255, 255, 255, 0.8);
}

div.wpmm-sub-menu-wrapper
  ul.wp-mega-sub-menu
  li
  ul.wp-mega-sub-menu
  li:active
  > a
  > span,
div.wpmm-sub-menu-wrapper
  ul.wp-mega-sub-menu
  li
  ul.wp-mega-sub-menu
  li:focus
  > a
  > span,
.wpmm-mega-menu-href-title:active,
.wpmm-mega-menu-href-title:focus,
.wp-mega-menu-link:active,
.wp-mega-menu-link:focus {
  color: #e92832 !important;
}

.wpmm_megamenu
  .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal
  ul.wpmm-mega-wrapper
  > li:active,
.wpmm_megamenu
  .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal
  ul.wpmm-mega-wrapper
  > li:focus,
.wpmm_megamenu
  .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal
  ul.wpmm-mega-wrapper
  > li.is-focused {
  background: none !important;
}

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-onhover
  ul.wpmm-mega-wrapper
  > li:active
  .wpmm-sub-menu-wrap,
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-onhover
  ul.wpmm-mega-wrapper
  > li:focus
  .wpmm-sub-menu-wrap,
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-onhover
  ul.wpmm-mega-wrapper
  > li.is-focused
  .wpmm-sub-menu-wrap {
  opacity: 1;
  visibility: visible;
  transition: all ease 0.1s;
  -webkit-transition: all ease 0.1s;
  -ms-transition: all ease 0.1s;
  z-index: 999;
  height: auto;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide
  ul.wpmm-mega-wrapper
  li:active
  .wpmm-sub-menu-wrap,
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide
  ul.wpmm-mega-wrapper
  li:focus
  .wpmm-sub-menu-wrap,
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide
  ul.wpmm-mega-wrapper
  li.is-focused
  .wpmm-sub-menu-wrap {
  left: 0;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide
  ul.wpmm-mega-wrapper
  li.wpmm-search-type:active
  .wpmm-sub-menu-wrap,
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide
  ul.wpmm-mega-wrapper
  li.wpmm-search-type:focus
  .wpmm-sub-menu-wrap,
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-slide
  ul.wpmm-mega-wrapper
  li.wpmm-search-type.is-focused
  .wpmm-sub-menu-wrap {
  left: auto;
}

/* SO-38 */
/* Increase contrast ratio to a minimum of 4.5:1 for items against white (#FFF) background */
.woocommerce div.product .woocommerce-tabs ul.tabs li a, /* PLUGIN DEPENDENCE: WooCommerce */
.wpex-social-share.style-minimal li a,
.site-breadcrumbs,
.product_meta,
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  color: #767676;
}

/* Increase contrast ratio to a minimum of 4.5:1 for items against light gray (#F0F0F0) background */
.modern-menu-widget a {
  color: #676767;
}

/* SO-42 */
/* Styling Homepage Nav icons to be a list rather than div's */
.nav-icons nav ul {
  list-style-type: none;
  margin: 0;
}

/* SO-43 */
/* Class to transform Sentence Case to UPPERCASE */
.text-uppercase {
  text-transform: uppercase;
}

/* SO-46 */
/* Styles for keyboard-friendly metaslider */
.metaslider .flexslider .flex-control-nav {
  line-height: 20px;
  bottom: 20px;
}

.flexslider .pause-play {
  position: relative;
  display: inline;
  z-index: 10;
  bottom: -2px;
  margin-right: 10px;
}

.flexslider .pause-play:focus {
  outline: 1px dashed #e92832;
}

.flexslider .pause-play .fa {
  font-size: 1.75em;
  color: #e92832;
}

@media only screen and (max-width: 767px) {
  .flex-direction-nav {
    display: none;
  }

  .metaslider .flexslider .flex-direction-nav,
  .metaslider .flexslider .flex-direction-nav li a.flex-prev,
  .metaslider .flexslider .flex-direction-nav li a.flex-next {
    display: none;
  }

  .metaslider .flexslider:hover .flex-direction-nav {
    display: block;
  }

  .metaslider .flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px;
    text-indent: -9999px;
  }

  .metaslider .flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
  }
}

/* SO-50 */
/* Key Club Results */
#results-msg {
  font-weight: bold;
  margin-top: 20px;
  padding: 20px;
  width: 100%;
  max-width: 450px;
  border: 2px solid #e92832;
  color: #000;
}

/* SO-51 */
/* Allows selection lists to display outline on Locations page */
#Map-List-Search select:focus {
  outline: 1px dashed #e92832;
}

/* SO-53 */
/* Increases text contrast to achieve minimum ratio of 4.5:1 */
/* PLUGIN DEPENDENCE: Map List Pro */
/* Zip / Code City search field */
#Map-List-Search .prettySearchValue {
  color: #707070;
}

/* Location Filter Text */
.prettyMapList #ListContainer .prettylink .mapcategories,
.prettyMapList #ListContainer .prettylink .mapcategories span {
  color: #707070;
}

/* SO-55 */
/* Style Map List Pro buttons */
/* PLUGIN DEPENDENCE: Map List Pro */
.prettyMapList button {
  text-transform: capitalize !important;
}

.prettyMapList .btn.getdirectionsgeo {
  background-color: transparent !important;
  border: none !important;
}

/* SO-64 */
/* Increases text contrast for "Remove From Cart" X */
/* PLUGIN DEPENDENCE: WooCommerce */
.woocommerce table.shop_table a.remove {
  color: #767676 !important;
}

/* SO-68 */
/* Styling for WooCommerce checkout error hints */
/* PLUGIN DEPENDENCE: WooCommerce */
.error-hint {
  margin-bottom: 10px;
  padding-top: 5px;
  color: #a00;
  font-weight: bold;
}

/* Default styles for state selection lists */
#billing_state {
  font-family: "Open Sans";
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 36px;
  margin: 0 0 -4px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  width: 100%;
  color: #676767;
}

#billing_state_field.validate-state.woocommerce-invalid-required-field.state-default
  .select2-container--default
  .select2-selection--single,
#shipping_state_field.validate-state.woocommerce-invalid-required-field.state-default
  .state_select {
  border: 1px solid #eee;
}

/* Places a red border around selection lists containing errors during WooCommerce checkout process */
#billing_state_field.validate-state.woocommerce-invalid-required-field
  .select2-container--default
  .select2-selection--single,
#shipping_state_field.validate-state.woocommerce-invalid-required-field
  .state_select {
  border: 1px solid #a00;
}

/* State Fields */
.woocommerce form #billing_state_field.validate-state label,
.woocommerce form #shipping_state_field.validate-state label {
  color: #4d4d4f;
}

#billing_state_field.validate-state.woocommerce-invalid-required-field label,
#shipping_state_field.validate-state.woocommerce-invalid-required-field label {
  color: #a00;
}

#billing_state_field.validate-state.woocommerce-invalid-required-field.state-default
  label,
#shipping_state_field.validate-state.woocommerce-invalid-required-field.state-default
  label {
  color: #000;
}

#shipping_state {
  font-family: "Open Sans";
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 36px;
  margin: 0 0 -4px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  width: 100%;
  color: #676767;
}

#billing_state_field.validate-state,
#shipping_state_field.validate-state {
  /*height: 120px;*/
}

#billing_state_field
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
#shipping_state_field
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 36px;
}

#billing_state_field
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
#shipping_state_field
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 36px;
}

#billing_state_field .select2-container--default .select2-selection--single,
#shipping_state_field .select2-container--default .select2-selection--single {
  height: 38px;
  border-radius: 0px;
  background-color: #f7f7f7;
}

.woocommerce
  form
  #billing_state_field.form-row.woocommerce-validated
  .select2-container--default
  .select2-selection--single,
.woocommerce
  form
  #shipping_state_field.form-row.woocommerce-validated
  .select2-container--default
  .select2-selection--single {
  border-color: #69bf29;
}

.woocommerce
  .woocommerce-checkout
  #customer_details
  #shipping_state_field.form-row
  label {
  display: block;
  float: none;
}

.woocommerce-checkout #customer_details .description {
  display: block !important;
}

.woocommerce
  form
  .form-row.woocommerce-invalid.state-default
  .select2-container {
  border-color: #eee;
}

.woocommerce-validated .error-hint {
  display: none;
}

/* Terms & Conditions */
.wc-terms-and-conditions.woocommerce-validated .error-hint {
  display: block;
}

/* SO2-60 */
.woocommerce-error li:focus {
  outline: 1px dashed #e92832 !important;
}

/* Popup box BEGIN */
.hover_bkgr_popup {
  background: rgba(0, 0, 0, .9);
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
}
#enter_site_lg{
  margin-top:10px;
}
.hover_bkgr_popup .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.hover_bkgr_popup>div {
  /*background-color: #fff;*/
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  /* height: auto; */
  /* max-width: 2000px;
    min-height: 1000px; */
  vertical-align: middle;
  /* width: 100%; */
  position: relative;
  /* border-radius: 8px;
    padding: 15px 5%; */
}

.trigger_popup {
  font-size: 20px;
  margin: 20px;
  display: inline-block;
  font-weight: bold;
}

/* Main styling for popup box */
.popup_container {
  color: black;
  height: 90%;
  width: 90%;
}

#popup_content {
  height: 100%;
  width: 100%;
}

#age_gate_wrapper_main {
  background: url('/wp-content/plugins/specs-custom-funcs/includes/AgeGate/images/desktop-bunny.jpg') top center no-repeat;
  background-size: cover;
  color: black;
  height: 100%;
  width: 100%;
}

#age_gate_wrapper_no {
  background: url('/wp-content/plugins/specs-custom-funcs/includes/AgeGate/images/desktop-john.jpg') top center no-repeat;
  background-size: cover;
  color: black;
  height: 90%;
  width: 100%;
}

.choice{
  display:inline-block;
  width:35px;
  text-align: left;
  margin-top:3px
}
.age_gate_popup {
  float: right;
  margin-right: 18%;
  margin-top: 15%;
}

.age_gate_container .age_gate_med,
.age_gate_container .age_gate_uhoh,
.age_gate_container .age_gate_go_back {
  text-transform: uppercase !important;
}

.age_gate_container_lg {
  margin-left: 45%;
  width: 100%;
}

.age_gate_container_sm {
  display: none;
}

.age_gate_welcome {
  font-family: house-script, sans-serif;
  font-style: normal;
  font-size: 70px;
  color: #e92832;
  line-height: 70px;
}

.age_gate_med {
  font-family: oswald, sans-serif;
  font-style: normal;
  font-size: 22px;
}

.age_gate_sm {
  font-style: normal;
  font-size: 18px;
}

.enter_site_sm {
  background-color: transparent;
  border: 1px solid white;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-family: oswald, sans-serif;
  font-size: 20px;
  padding: 5px 2px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #474747;
  width: 150px;
  border-width: medium;
  color: white;
  border-radius: 0px !important;
}

.enter_site_sm:active {
  position: relative;
  top: 1px;
}

.age_gate_container_no_sm {
  display: none;
}

.age_gate_container_no_lg {
  display: block;
  width: 60%;
  float: right;

}

.age_gate_welcome_small {
  display: none;
}

.age_gate_uhoh {
  font-family: oswald, sans-serif;
  font-style: normal;
  font-size: 50px;
  color: #e92832;
}

.age_gate_go_back {
  background-color: transparent;
  border-color: black !important;
  color: black;
  border-radius: 0px;
  border-width: thin;
  border: solid #000;
  margin-top: 10px;
}

.age_gate_break {
  display: none;
}

.age_gate_nobreak {
  display: block;
}

@media screen and (max-width: 1650px) {
  .age_gate_med {
    font-family: oswald, sans-serif;
    font-style: normal;
    font-size: 22px;
  }

  .age_gate_sm {
    font-style: normal;
    font-size: 18px;
  }
  #age_gate_wrapper_main {
    background: url('/wp-content/plugins/specs-custom-funcs/includes/AgeGate/images/tablet-bunny.jpg') top left no-repeat;
  }

  .age_gate_container_lg {
    margin-left: 35%;
  }
}
@media screen and (max-width: 1250px) {
  #age_gate_wrapper_main {
    background: url('/wp-content/plugins/specs-custom-funcs/includes/AgeGate/images/tablet-bunny.jpg') top left no-repeat;
  }

  .age_gate_container_lg {
    margin-left: 25%;
  }

  .age_gate_container_no_sm {
    display: none;
    /* margin-left: 48%;
    width: 50%;
    /* margin-top: 30%;
    padding-top: 150px; */
  }
  .age_gate_med {
    font-family: oswald, sans-serif;
    font-style: normal;
    font-size: 18px;
  }

  .age_gate_sm {
    font-style: normal;
    font-size: 15px;
  }


}

/* Responsive styling for phone screens */
@media screen and (max-width: 1000px) {

  #age_gate_wrapper_main {
    background: url('/wp-content/plugins/specs-custom-funcs/includes/AgeGate/images/mobile-bunny.jpg');
    /* background-color: transparent; */
    background-size: cover;
    color: black;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }

  #age_gate_wrapper_no {
    background: url('/wp-content/plugins/specs-custom-funcs/includes/AgeGate/images/mobile-john.jpg') top center no-repeat;
    /* background-color: transparent; */
    background-size: cover;
    color: black;
    height: 100%;
    width: 100%;
  }

  .age_gate_container_sm {
    display: block;
    color: white;
    /* margin-left: 7%; */
    width: 100%;
    /* margin-top: -35px; */
    padding-top: 5%;
  }

  .age_gate_popup {
    float: none;
    margin-right: auto;
    margin-top: auto;
  }

  .age_gate_container_lg {
    display: none;
  }

  .age_gate_container_no_sm {
    display: block;
    margin-left: 45%;
    width: 50%;
    /* margin-top: 30%; */
    padding-top: 60px !important;
  }

  .age_gate_container_no_lg {
    display: none;
  }

  .age_gate_mobile_lg {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-size: 18px;
    /* margin-top: 40px; */
    padding-top: 15px;
  }

  .age_gate_mobile_med {
    font-style: normal;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .enter_site_sm:hover {
    background-color: #e92832;
    border-color: #e92832;
    transition: all .25s ease;
  }

  .age_gate_welcome_small {
    display: block;
    font-family: 'house-script', sans-serif;
    font-style: normal;
    font-size: 60px;
    line-height: 60px;
    padding: 20px;
    background-color: white !important;
    color: #e92832;
    position: sticky;
  }

  .enter_site_sm {
    width: 125px;
  }

  .age_gate_uhoh {
    font-size: 45px;
  }

  .age_gate_med {
    font-size: 20x !important;
  }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)   {
  .age_gate_break {
    display: block;
  }

  .age_gate_nobreak {
    display: none;
  }

  .age_gate_container_no_sm {
    padding-top: 200px !important;
  }

  #age_gate_wrapper_no {
    background: url('/wp-content/plugins/specs-custom-funcs/includes/AgeGate/images/imagestablet-john.jpg') top center no-repeat;
    /* background-color: transparent; */
    background-size: cover;
    color: black;
    height: 100%;
    width: 100%;
  }

}

@media all and (orientation: landscape) {
  #age_gate_wrapper_main {
    background-position: unset;
    background-size:cover;
  }

  .age_gate_welcome_small {
    padding-top: 45px;
  }

}

  @media all and (orientation: landscape) and (min-device-width : 1250px) {
    #age_gate_wrapper_main {
      background-position: center;
    }
}

@media all and (max-width: 999px) {
  .age_gate_mobile_lg {
    font-size: 24px;
    padding-top: 6px;
    background-color: #000;
  }

  .age_gate_mobile_med {
    padding-bottom: 10px;
    background-color: #000;
  }
}

@media all and (max-width: 767px) {

  .age_gate_welcome_small {
    font-size: 30px;
    line-height: 40px;
    padding: 0;
  }

}

@media all and (max-width: 480px) {

  .age_gate_welcome_small {
    font-size: 20px;
    line-height: 30px;
  }

  .age_gate_mobile_lg {
    font-size: 14px;
  }

  .age_gate_mobile_med {
    font-size:  8px;
  }

  .enter_site_sm {
    font-size: 12px;
    width: 33%;
    padding: 2px 1px;
  }
}

@media all and (max-width: 320px) {

  #popup_content {
    height: auto;
  }

  .age_gate_welcome_small {
    font-size: 18px;
    line-height: 28px;
  }

  .age_gate_mobile_lg {
    font-size: 14px;
  }

  .age_gate_mobile_med {
    font-size:  6px;
  }

  .enter_site_sm {
    position: relative;
    top: -10px;
    margin-bottom: 20px;
  }

}

@media all and (max-width: 280px) {

  .age_gate_container_sm {
    padding-top: 0px;
  }

  .age_gate_mobile_lg {
    font-size: 12px;
  }

  .age_gate_mobile_med {
    font-size:  6px;
  }

  .enter_site_sm {
    font-size: 10px;
  }

}


.fedex-header {
  margin: 15px 0 20px;
}

#curbside-checkout-pickup-details a.change-option {
  font-size: 14px;
  text-transform: none;
  padding-left: 10px;
  cursor: pointer;
}

.img-full-width figure img {
  width: 100%;
  padding: 0 15px;
}

.delivery-detail-header {
  max-width: 880px;
  margin: 0 auto;
}

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

#pickup-days-wrap #pickup-days .display-none {
  display: none;
}
.delivery-available-sec-inner > div {
  padding: 24px 3% 40px;
  max-width: 1000px;
  width: 100%;
  margin: 40px auto;
  box-shadow: 1px 1px 15px #dedcdc;
}

.delivery-available-sec h2 {
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 3px;
  font-size: 1.6em;
}

.btn-shopping.btn-border.delivery-search-button {
  background-color: transparent;
  border-radius: 0;
}

.btn-shopping.btn-border.delivery-search-button:hover {
  color: #e92c32;
}

.text-header-l {
  font-size: 1.7em;
}

.text-red {
  color: #e92c32;
}

.page-fedex p {
  margin-bottom: 14px;
}

.delivery-faq-group p:first-child {
  margin-bottom: 0;
}

.btn-shopping.btn-border {
  border: 1px solid #4d4d4f;
  color: #4d4d4f;
  padding: 5px 34px;
  margin: 18px 0 20px;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.5px;
}

.delivery-available-sec-inner p.shopper-address {
  font-style: italic;
  color: #9e9e9e;
  font-size: 1em;
  margin: 10px auto 0px;
}

#same-day-delivery-form {
  margin-top: 30px;
}

.btn-change {
  font-style: italic;
  color: #4d4d4f;
  font-size: 0.8em;
}

.heading-border span {
  border: 1px solid #afadad;
  padding: 10px 5%;
  margin: 18px 0 50px;
  display: inline-block;
  color: #e92c32;
  font-size: 1.2em;
  letter-spacing: 1px;
}

.delivery-option {
  text-transform: uppercase;
  margin: 2px 0 0;
  font-family: "Oswald", uppercase;
}
.delivery-option img {
  max-width: 600px;
  height: auto;
}

.delivery-option .delivery-option-text {
  margin: 32px 0 50px;
}

.delivery-option-note {
  max-width: 658px !important;
  text-align: center;
}

.delivery-faq {
  background-color: #2e2d2d;
  margin: 50px auto 0;
  overflow: hidden;
}
.online-select-button {
  cursor: pointer;
  text-align: center;
  color: #7d7978;
  font-size: 12px;
  display: block;
  font-weight: 300;
}
#fedex-schedule-delivery-bg {
  position: fixed;
  z-index: 1000;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
  background-color: rgba(95, 95, 95, 0.8);
}
#fedex-schedule-delivery {
  z-index: 1001;
  width: 800px;
  height: 92%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 20px;
  overflow: auto;
}
.delivery-input {
  width: 100%;
}
.delivery-inputs-1 input {
  width: 49%;
  display: inline-block;
}

.delivery-inputs-2 input {
  width: 99%;
  display: inline-block;
}
#fedex-schedule-delivery h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
.schedule-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: left;
  justify-content: center;
}
#schedule-delivery p {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  text-align: center;
}
.fedex-time-block {
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  color: #000;
  padding: 7px 0px;
  width: 19%;
  justify-content: center;
  font-family: "Oswald";
  font-size: 14px;
  margin: 0.5%;
  text-transform: uppercase;
}
.fedex-time-block.selected-time {
  color: #fff;
}
#fedex-schedule-delivery .select-delivery-detail input {
  float: left;
}
#verify-address #delivery-zipcode {
  width: auto;
}
.fedex-day-range i {
  display: block;
  clear: both;
}
#fedex-schedule-delivery .fedex-day-range {
  width: 100px;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  border: 1px solid #e9e9e9;
  margin: 3px;
}

.hover-red:hover {
  color: #e92c32;
}
.online-select-button .icon-title {
  margin-left: 5px;
  margin-top: 5px;
  width: 150px;
}
.online-select-button img {
  cursor: pointer;
  float: left;
}
.delivery-faq-title span {
  padding: 10px 5%;
  display: inline-block;
  color: #e92c32;
  font-size: 1.2em;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 20px 0 10px;
}

.delivery-faq-group {
  margin-bottom: 35px;
  padding: 0 3%;
}

.text-white {
  color: #ffffff;
}

.content-small > div {
  max-width: 510px;
  width: 100%;
}

.theme-button.inline.text-white.button-view-show {
  display: block;
  text-align: center;
  margin: 20px auto 70px;
  max-width: 220px;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid;
  font-family: "Oswald", sans-serif;
}

.deliver-form-group {
  display: grid;
  grid-template-columns: 2fr 5fr;
  max-width: 400px;
  width: 100%;
  margin: 0 auto 20px;
  align-items: center;
}

.deliver-form-group label {
  text-align: right;
  padding-right: 11%;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.deliver-form-group input {
  border-radius: 0 !important;
  border: 1px solid #848282 !important;
  padding: 4px 6px;
}

.deliver-form-group input::placeholder {
  font-style: italic;
  color: #9e9e9e;
}

.text-pad {
  padding: 0 3%;
}

.fedex-header-desktop {
  display: none;
}

.back-button p {
  margin-top: 30px;
  font-size: 1.4em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.arrow-align {
  position: relative;
  top: -3px;
  margin-right: 5px;
  display: inline-block;
  letter-spacing: 2px;
}

.page_same-day-delivery #sidebar,
.page_same-day-delivery-faq #sidebar {
  display: none;
}

#delivery-found,
#delivery-not-found {
  display: none;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 15%;
  left: 50%;
  z-index: 102;
  background-color: #fff;
}

#fedex-overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  z-index: 101; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
}

.woocommerce .addresses {
  text-align: center;
  display: grid;
  align-content: stretch;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 5%;
  margin-bottom: 24px;
}

.woocommerce .addresses .col-1,
.woocommerce .addresses .col-2 {
  width: 100%;
}

@media (min-width: 768px) {
  .content-small {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
  }

  .delivery-option {
    display: flex;
    justify-content: space-around;
  }

  .fedex-header-desktop {
    display: block;
  }

  .fedex-header-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  #fedex-schedule-delivery {
    width: 100%;
    top: 0px;
  }
  .fedex-time-block {
    width: 35%;
  }
  #schedule-delivery p {
    font-size: 11px;
  }
}

@media (max-width: 479px) {
  #fedex-schedule-delivery .fedex-day-range {
    padding: 1px 0;
    font-size: 0.7em;
  }
}

/* Home Slider css */
/* {box-sizing:border-box}
/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.specs-slides {
  position: relative;
  transition: opacity 2s;
  width: 100%;
  float: left;
  margin-right: -100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 1;
}

.specs-slides a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.active-slide img {
  transition: all 1.5s ease-in-out;
  height: auto;
}

.active-slide {
  z-index: 2;
  transition: all 1.5s ease-in-out;
  opacity: 1;
}

.home .specs-header {
  height: unset !important; /* error slider display over header, temporary add */
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 4px 0 6px;
  color: rgba(255, 255, 255, 0.71);
  font-weight: normal;
  line-height: 25px;
  text-align: center;
  font-size: 17px;
  transition: 0.6s ease;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 50% !important;
  user-select: none;
  margin: 0 8px;
  display: none;
  z-index: 20;
}

.slideshow-container:hover .prev,
.slideshow-container:hover .next {
  display: block;
}

.prev {
  padding: 0 6px 0 4px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* The dots/bullets/indicators */
.slideshow-container + .dots-navigation {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.slideshow-container + .dots-navigation .dot {
  cursor: pointer;
  height: 11px;
  width: 11px;
  margin: 0 2px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.slideshow-container + .dots-navigation .dot.active,
.dots-navigation .dot:hover {
  background: rgba(0, 0, 0, 0.9);
}

/* hide the lazy load slider query navigation */
.home .post-pagination-wrap {
  display: none;
}
/* Fading animation */
.slider-fade {
  -webkit-animation-name: slider-fade;
  -webkit-animation-duration: 1.5s;
  animation-name: slider-fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes slider-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slider-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .slideshow-container + .dots-navigation {
    bottom: 6px;
  }
}

/* End Home Slider css */

/*** Specs Locations CSS ***/
.hidden-stores{
    width:100%;
    display:none;
}

/* start select shipping method */
.modal-select-shipping-background {
    background-color: rgba( 255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
}

.modal-select-shipping {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 9999;
    max-width: 600px;
    transform: translate(-50%, -50%);
    font-family: 'Oswald', sans-serif;
  }

  .modal-select-shipping .centered{
      width:100%;
      text-align:center;
      font-weight: .2;
      font-size:15px;
  }

  .modal-select-shipping p {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: 0.5px;
  }

  .shipping-select-container {
    width: 100%;
  }

  .select-background-header {
    clip-path: polygon(0 0, 100% 0%, 100% 83%, 0 100%);
    height: 120px;
    background: #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
  }


.shipping-select-group {
    border-bottom: 2px solid #dadada;
    border-top: 2px solid #dadada;
  }

  span.text-message {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    letter-spacing: .5px;
    color: #e00d0d;
  }

  .button-select {
    font-size: 19px;
    background-color: transparent;
    color: #292929;
    border: 2px solid #292929;
    border-radius: 0;
    padding: 0;
    letter-spacing: .5px;
    max-width: 149px;
    width: 100%;
    max-height: 45px;
    line-height: 43px;
    justify-self: center;
  }

  .input-ship-field, .input-delivery-field {
    border: 2px solid #8e8c8c !important;
    border-radius: 0 !important;
    letter-spacing: .5px;
    width: 100%;
    max-height: 46px;
  }

  .input-ship-field::placeholder, .input-delivery-field::placeholder {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
  }

  .select-pickup-detail {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 6%;
  }

  .select-shipping-form-group {
    margin: 14px 0 0;
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 6%;
  }
  .input-delivery-field{
    margin-bottom:5px;
  }
  #delivery-state{
    width:52px;
    background-color:#c2c2c2;
  }
  #delivery-city{
    width:230px;
  }
  .select-shipping-label{
    margin-bottom: 0;
      font-size: 22px;
      line-height: 1.4;
      font-weight: normal;
      letter-spacing: 0.5px;
      width:150px;
      float:left;
    }
    .shipping-select-button{
      width:95px;
      float:right;
    }
  .select-background-footer {
    clip-path: polygon(0 17%, 100% 0%, 100% 100%, 0 100%);
    height: 120px;
    background: #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .select-background-footer p {
    font-size: 13px;
    text-align: center;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
  }

  .select-background-header h2 {
    font-weight: normal;
    color: #e00303;
    font-size: 27px;
    margin-top: -14px;
    line-height: 1.2;
    margin-bottom: 0;
  }

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

  .shipping-select-group img {
    object-position: 0 -320px;
    height: 152px;
    align-self: flex-start;
  }

  .delivery-select-group img {
    object-position: 0 -472px;
    align-self: flex-start;
    height: 152px;
  }
  .shipping-select-container .select-input {
    position: relative;
  }
  .shipping-select-container .select-input:after {
    content: '';
    position: absolute;
    background-color: rgb(255, 255, 255);
    background-image: url('/wp-content/themes/Specs%20Theme/assets/images/search.png');
    background-size: 48px;
    right: 2px;
    top: 2px;
    width: 47px;
    height: 40px;
    display: block;
    background-repeat: no-repeat;
  }
  @media screen and (max-width: 749px) {
    .grid-group-container {
      padding: 2% 2%;
    }
  }
  .shipping-select-container img {
    width: 214px;
    height: 315px;
    object-fit: none;
    object-position: 0 0;
    zoom: 0.3;
    justify-self: flex-end;
  }

  .grid-group .wrap {
    display: grid;
    grid-template-columns: minmax(65px, 1fr) 7fr;
    align-items: center;
    padding: 3% 0;
    grid-column-gap: 2%;
  }

  .grid-group-container {
    padding: 2% 10%;
  }

.more-stores{
    margin-left:auto;
    margin-right:auto;
}
.more-stores input:hover{
    background-color:#fefefe;
}

.store-buttons-row{
    justify-content:space-evenly;
}
.store-buttons-column{
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}
.store-buttons-column img{
   width: 69px;
   height: 52px;
   margin-left:auto;
   margin-right:auto;
}
.column-curbside-store{
    width:33%;
}
.column-instore-store{
    width:33%;
}
.column-delivery-store{
    width:33%;
}
.store-buttons-column img:hover{
    opacity: .5;
}
.store-type-title{
    display: block;
    width: 100%;
    text-align: center;
    color: #7d7978;
    font-size: 13px;
}
.zip-search {
    text-align: center;
    margin: auto;
}
.select-delivery-detail .centered{
    width:100%;
    text-align:center;
}
.change-store-content .zip-search {
    margin-top: 0px;
    display: flex;
}
.zip-search h3 {
    margin: 0;
    margin-bottom: 10px;
}
.zip-search input {
    font-style: italic;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    height: 45px;
    /* width: 300px; */
    background-image: url(../img/search-icon.png);
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-size: 20px auto;
}
.zip-search input:disabled::placeholder {
    color: #eceaea;
}
.zip-search input.zip-search-submit:hover {
    cursor: pointer;
}
.zip-search-box {
    display: flex;
    margin: auto;
    margin-bottom: 0;
    justify-content: center;
    align-items: center;
}
.search-zip-label {
    min-width: 147px;
    text-transform: uppercase;
    font-family: 'Oswald';
    margin-right: 16px;
    line-height: 1.4;
}
.default-zip-search-results {
    width: 100%;
}
select.zip-search-radius-input {
    background-color: #636363;
    color: #fff;
    border-radius: 0px;
    outline: 0;
    border: none;
    -webkit-appearance: none;
    padding: 1px 15px;
}
.zip-search-radius-box {
    margin-top: 20px;
    margin-bottom: 20px;
}
.change-store-content .zip-search-radius-box {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    padding-left: 2%;
}
.zip-search-radius-box label {
    font-size: 12px;
    line-height: 1;
    text-align: center;
    margin-bottom: 5px;
}
.change-store-container .zip-search-results h3 {
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    width: 90%;
    margin: auto;
    margin-top: 20px;
    padding-bottom: 10px;
    font-weight: normal;
}
.results-store-popup .store-title {
    display: inline-block;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1em;
    margin-top: 0;
    font-size: 14px;
    font-weight: normal;
}
.results-address, .results-phone {
    font-size: 13px;
}
.results-store-popup-inner .select-store-button.submit {
    border: 1px solid #4d4d4f;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 0;
    top: 12%;
    transform: translateY(-50%);
    padding: 0;
    background-color: #fff;
}
#changeLocation {
    font-size: 18px;
}
.zip-search .search-use-icon,
.zip-search .search-use-icon:hover,
.zip-search input[type="submit"]:focus {
    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 center;
    max-width: 40px;
}
.keyclub-zip-search .zip-search-results {
    display: none;
    position: fixed;
    z-index: 3;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .7);
}
.keyclub-zip-search #keyclub-search-popup {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    padding-top: 60px;
    width: max-content;
}
.keyclub-zip-search #keyclub-search-popup button.close-keyclub-search {
    float: right;
    padding: 5px;
    margin-top: -60px;
    background-color: transparent;
    color: #666;
    font-size: 2em;
    margin-right: 10px;
    clear: both;
}
/* Results Popup */
form.more {
    text-align: center;
}
.keyclub-loc-select {
    /* display: flex;
    flex-wrap: wrap; */
    clear: both;
}
.results-store-popup {
    width: 100%;
    text-align: center;
}
.results-store-popup .results-store-popup-inner {
    margin-bottom: 0px;
    /* border-bottom: 1px solid #ccc; */
    padding-bottom: 15px;
    position: relative;
    text-align: left;
    padding-left: 30px;
    line-height: 1.3;
    transition: all 0.3s ease-in-out;
}
.results-store-popup #keyclub-selected-popup {
    border-radius: 0;
}
.more-stores {
    text-align: center;
}
/* Spinner */
.specs-spinner {
    display: none;
    /* top: 15%; */
    left: 37%;
    position: absolute;
    z-index: 4;
}
#spin {
    width: 300px;
    height: 300px;
}
@media only screen and (max-width: 768px) {
    .specs-spinner {
        left: 10%;
    }
}
.spinner-holder {
    left: 0;
    top: 0;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgb(128, 128, 128, .5);
    z-index: 11111;
}
/* CURBSIDE STEPS */
.instore-steps-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}
.instore-steps-wrapper .curbside-steps {
    border-bottom: 5px solid #4d4d4f;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
}
.instore-steps-wrapper span.curbside-steps-store-type {
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Oswald';
}
@media only screen and (max-width: 768px) {
    .curbside-steps p {
        padding-right: 0px !important;
        padding-left: 0px !important;
        font-size: .9em;
    }
}
#change-store {
    display: none;
    position: fixed;
    z-index: 3;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .7);
}
.change-store-container {
    background-color: #fefefe;
    margin: auto;
    width: 550px;
    padding-bottom: 20px;
    margin-top: 10%;
}
#change-store button.close-search {
    float: right;
    padding: 5px;
    margin-top: -120px;
    background-color: transparent;
    color: #666;
    font-size: 2em;
    margin-right: 10px;
}
#change-store h1 {
    padding: 15px;
    font-size: 1.25em;
    background-color: #e1e1e1;
    color: #e92832;
    text-align: center;
}
.change-store-content {
    padding-left: 20px;
    padding-right: 20px;
}
.change-store-container .selected-location {
    background-color: #ebebeb;
    text-align: center;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #1a1a1a;
}
.change-store-container .selected-location h3 {
    margin: 0px;
    color: #1a1a1a;
    font-weight: normal;
}
.change-store-container .selected-location .selected-store-title {
    text-transform: uppercase;
}
.view-more-button {
    width:200px;
    margin-left:auto;
    margin-right:auto;
    display: block;
    text-align: center;
    background-color: #636363;
    color: #fff;
    border-radius: 0px;
    outline: 0;
    border: none;
    -webkit-appearance: none;
    padding: 6px 37px;
    margin: 0 auto;
    font-size: 12px;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
}
.change-store-container .change-store-type h3 {
    text-align: center;
    font-weight: normal;
    margin: 20px 0;
}
.change-store-type-container {
    display: flex;
}
.change-store-type-container input {
    border-radius: 0px;
    opacity: 1;
    width: 50%;
    max-width: 167px;
    height: 50px;
    padding: 0px;
}
.change-store-type-container input.change-store-type-curbside {
    background-image: url('../img/curbside.jpg');
    background-size: cover;
    background-position: center;
    border: none;
    margin-right: 5px;
}
.change-store-type-container input.change-store-type-pickup {
    background-image: url('../img/instore-pickup.jpg');
    background-size: cover;
    background-position: center;
    border: none;
}
.change-store-type-not-selected, .store-not-selected {
    opacity: .33 !important;
}
.change-store-type-selected {
    opacity: 1 !important;
}
.change-store-type-container input:hover {
    cursor: pointer;
}
.change-store-container .zip-search-results h3 {
    text-align: center;
    border-bottom: 1px solid #b8b7b7;
    width: 90%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.change-store-container .show-store-count {
    width: 60%;
    margin: auto;
    margin-bottom: 10px;
}
.show-store-count h3.no-locations {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
    width: 100%;
    border: none;
    margin: 0;
}
.change-store-container .loc-select {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    max-height: 300px;
    overflow: scroll;
}
.change-store-container .loc-select::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.change-store-container .store-popup-button {  text-align: center; }
.change-store-container #selected-popup {
    border-radius: 0;
}
@media only screen and (max-width: 768px) {
    .change-store-container {
        width: 350px;
    }
    .zip-search-popup .zip-search-box {
        width: 200px;
        margin-left: 0;
        margin-right: 0;
        float: none;
    }
    .change-store-content {
        padding-left: 0;
        padding-right: 0;
    }
    #search-button {
        width: 100px;
        right: -30px;
        padding: 0px;
    }
    .change-store-container {
        padding: 10px;
    }
    .change-store-search {
        padding-left: 0px;
        padding-right: 0px;
    }
    .change-store-container button.close-search {
        margin-top: 20px;
    }
    .change-store-type-container button {
        width: 150px;
        height: 40px;
    }
    .change-store-container .loc-select,
    .change-store-container .show-store-count {
        width: 90%;
    }
}
.zip-search-container {
    border: 1px solid #e1e1e1;
    padding: 3%;
}
.store-buttons-row {
    display: flex;
    justify-content: space-between;
    max-width: 260px;
    margin: 0 auto;
}
.store-buttons input.select-store-button {
    margin: 0 !important;
    border-radius: 0 !important;
    padding: .455em 1.077em;
    height: 35px;
    line-height: normal;
    margin-left: 5px;
    background-color: #707070 !important;
}
.store-buttons input.select-store-button:hover {
    background-color: #e92832 !important;
}
div.select-store-button:hover {
    cursor: pointer;
    transform: translate3d(1px, 1px, 1px);
    transition: .25s ease all;
}
.store-title {
    text-align: center;
    font-weight: 600;
    font-size: 1.25em;
    color: #252525;
    line-height: 30px;
    margin-bottom: -7px;
    margin-top: 15px;
}
.store-address {
    padding-right: 7px;
    padding-left: 7px;
    padding-top: 10px;
    color: #252525;
    font-size: 14px;
    font-weight: 50;
}
.more-stores input[type="submit"].more-stores-button {
    background-color: #fff;
    color: #4d4d4f;
    padding: 6px 30px;
    font-family: 'Oswald';
    border-radius: 0;
    margin-top: 14px;
    border: 1.5px solid #4d4d4f;
}
.current-store-address {
    padding-top: 0;
    line-height: 1;
}
.store-phone {
    padding-right: 7px;
    padding-left: 7px;
    padding-top: 2px;
    color: #252525;
    font-size: 15px;
}
.store-image img {
    border: 2px solid #e1e1e1;
    padding: 1px;
    max-width: 260px;
}
.instore-store {
    width: 25%;
    text-align: center;
    padding: 10px;
}
.instore-store .specs-store-inner {
    border: 5px solid transparent;
    padding: 5px;
}
.curbside-store-selected .specs-store-inner {
    border: 5px solid #e1e1e1;
    padding: 5px;
}
.curbside-store-placeholder .store-title {
    margin-top: 55%;
    margin-bottom: 55%;
}
.instore-store .curbside-shopping-button {
    text-transform: uppercase !important;
    border-radius: 0;
    height: 35px;
    width: 125px;
    line-height: normal;
    margin-left: 5px;
}
.instore-store .curbside-shopping-button a,
.instore-store .curbside-shopping-button a:hover {
    color: #fff;
}
.store-distance {
    font-weight: 600;
}
@media only screen and (max-width: 1332px) {
    .instore-store {
        width: 33%;
    }
}
@media only screen and (max-width: 1030px) {
    .instore-store {
        width: 50%;
    }
}
@media only screen and (max-width: 768px) {
    .instore-store {
        width: 100%;
    }
    .curbside-store-placeholder .store-title {
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .zip-search-box, .change-store-content .zip-search {
        flex-flow: row wrap;
        justify-content: center;
    }
    .search-zip-label {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .zip-search-radius-box label {
        margin: 7px auto;
    }
}
/* online to curbside modal */
#cart-contents {
    display: none;
    position: fixed;
    z-index: 4;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .7);
}
.cart-contents-container {
    background-color: #fefefe;
    margin: 5%;
    padding: 20px;
    border: 1px solid #888;
    text-align: center;
}
.cart-contents-container button:nth-child(2) {
    margin-left: 20px;
}
.cart-item-container {
    width: 100%;
}
.cart-items {
    border-top: 1px solid #888;
    padding-top: 20px;
}
.cart-item-title {
    font-weight: 600;
}
.cart-item-available {
    color: green;
}
.cart-item-unavailable {
    color: red;
}
.cart-contents-buttons {
    display: flex;
    justify-content: center;
    height: 100%;
}
.cart-contents-button {
    margin-right: 10px;
    margin-left: 10px;
}
@media only screen and (max-width: 768px) {
    .cart-item-container {
        width: 100%;
    }
}
/* keyclub preferred store styling */
.keyclub-zip-search {
    margin-top: 20px;
    margin-bottom: 20px;
    width: max-content;
}
.keyclub-zip-search .zip-search-box {
    display: inherit;
    border: none;
    width: auto;
    margin: auto;
}
.keyclub-zip-search .zip-search input {
    font-style: normal;
    width: 200px;
    border: 1px solid #898989;
    background-color: #f1f1f2;
}
.keyclub-zip-search .zip-search-radius-box {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0px;
}
.keyclub-zip-search select {
    width: 100%;
    margin: 4px;
    border: 0;
    border-radius: 0px;
    background-color: transparent;
}
.keyclub-zip-search .zip-search-radius-box select {
    position: relative;
    top: 4px;
    background-color: #f1f2f2;
    border: 1px solid #898989;
}
.keyclub-zip-search .zip-search-radius-box label:after {
    content: '\f04b';
    font: normal normal normal 11px/1 FontAwesome;
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 38px;
    right: 110px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}
.keyclub-zip-search .zip-search-radius-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 200px;
    float: none;
    margin: 5px 0px;
    padding: 0px 24px 0px 10px;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
    margin: 4px;
}
.zip-search-results .no-results {
    width: max-content;
    background: #fff;
}
@media only screen and (max-width: 767px) {
    .specs-keyclub .zip-search-radius-box select {
        float: none;
        padding: 0px 18px;
    }
}
input[name='update_cart'] {
  display: none !important;
}

/* OR TRY THIS */
button[name='update_cart'] {
  display: none !important;
}

table.cart th {
  font-family: 'Oswald';
  font-weight: normal;
  letter-spacing: 0.5px;
  border: none;
  text-transform: uppercase;
}

table.cart tr td {
  border: 1px solid #dedcdc;
  border-left: none;
  border-right: none;
}

table.cart tr td.actions {
  border: none;
}

table.cart thead {
  background: #fff;
}

table.cart .wpex-quantity-btns .minus {
  left: -100%;
  position: relative;
}

table.cart .wpex-quantity-btns {
  position: absolute;
  /* bottom: 0; */
  /* right: 0; */
  top: 0;
  width: 100%;
  border: none;
  border-left: 0;
  font-size: 14px;
}

table.cart .wpex-quantity-btns .plus {
  right: -100%;
}

table.cart .wpex-quantity-btns .plus, table.cart .wpex-quantity-btns .minus {
  display: block;
  width: 100%;
  position: absolute;
  height: 36px;
  line-height: 33px;
  background: #EBEBEB;
}

.woocommerce table.cart .quantity.buttons_added input[type=number] {
  margin-right: 0;
}

.woocommerce table.cart .quantity input[type=number] {
  border: 1px solid #d2d0d0;
}

.woocommerce table.cart .quantity {
  overflow: unset;
  float: none;
  margin: 0 auto;
  max-width: 40px;
}
.woocommerce table.cart .ticon-angle-up:before {
  content: "+";
}

.woocommerce table.cart .ticon-angle-down:before {
  content: "-";
}

.woocommerce table.cart .text {
  position: unset;
}

table.cart .wpex-quantity-btns .plus::after {
  content: none;
}

table.cart .product-remove a.remove {
  opacity: 1 !important;
}
@media only screen and (max-width: 768px) {
  table.cart .wpex-quantity-btns .plus, table.cart .wpex-quantity-btns .minus {
    width: 25px;
    display: block!important;
  }

  table.cart .wpex-quantity-btns .plus {
    right: -62%;
  }

  table.cart .wpex-quantity-btns .minus {
    left: -63%;
  }
}
#payment label,
#payment input {
  display: inline-block;
}

.page_cart form.woocommerce-shipping-calculator {
  margin-top: 15px;
}

.page_cart form.woocommerce-shipping-calculator a.shipping-calculator-button {
  margin-bottom: 10px;
  display: inline-block;
}


/*** Checkbox CSS ***/

/**** End Checkbox ****/
#sidebar .terms .term a{
  color:#000;
  font-size:14px;
}
#content .search-version{
  margin-left:auto;
  margin-right:auto;
  margin-top: 20%;
  display:block;
}
.product-inner .price{
  font-size:15px;
  font-weight: 600;
}
.product-inner .shop-product-size{
  color: #767676 !important;
  text-transform: uppercase !important;
  margin-bottom: 0px;
  margin-top: 5px;
  font-size:12px;
}
.woocommerce .products .product-inner{
  box-shadow: none!important;
}
.woocommerce .woocommerce-ordering select {
  color:#555;
  font-size:14px;
  font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
}
.woocommerce #content ul.products {
  background-color: #fff;
  padding: 0px 0px;
}
#content-wrap #sidebar {
  background-color: #fff!important;
}
.woocommerce .wpex-row .col {
  margin:0px;
  padding:0px;
}
.woocommerce ul.products li.product.outofstock .outofstock-badge {
  font-size: 60% !important;
  font-weight: 500;
  background-color: #40ABB5;
  color: #fff;
  opacity: 1;
  top:0px;
  left:0px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-size:14px;
  font-weight: 600!important;
  font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
  min-height:35px;
}
.woocommerce .woocommerce-ordering{
  margin-bottom:0px;
}
.woocommerce .woocommerce-result-count {
  margin-bottom:10px;
  margin-top:10px;
  margin-right:6px;
  margin-block-end: 20px;
  margin-inline-end: 6px;
  color:#000;
  font-size:14px;
}
.spinning-bg{
  height:800px;
}
.tax-product_cat #main, .product-template-default #main, .search-results #main {
  margin-top: 30px;
}
#footer-builder p{
  margin:0px;
}
#specs-tag-cloud{
  display:none;
}
#content-wrap #sidebar{
  background-color: #f8f8f8;
}
.sidebar_filters .sidebar-box select{
  background-color:#fff;
}
.filters_1 {
  width: 50%;
  float: left;
  padding-right: 100px;
  margin-bottom: 50px;
}
.search-select option{
  padding-right:10px!important;
}
h3.search_header {
  margin-top: 0px;
}
.price {
  display: flex;
  flex-flow: column wrap;
}
.shop-product-size {
  display: flex;
  flex-flow: column wrap;
}
.woocommerce-loop-product__title {
  display: flex;
  flex-flow: column wrap;
}
.product-inner {
  display: flex;
  flex-flow: column wrap;
}
.woocommerce ul.products li.product .button {
  margin-top: auto;
  display: table;
}
#top_search {
  padding-top: 10px;
  max-width: 600px;
  min-width: 400px;
  float: left;
  margin-left: 50px;
}
#top_search #yith-s {
  display: inline-block;
  width: 67%;
}
#top_search #yith-searchsubmit {
  display: inline-block;
  background-color: #41abb4;
}
#top_search #yith-searchsubmit:hover {
  background: #368e96;
}
div.search_all_button {
  display: inline-block;
  padding: 7px;
  border-right: 1px solid #bbb;
  background: #f8f8f8;
  border-radius: 5px 0px 0px 5px;
}
a div.search_all_button {
  color: #555;
}
div.search_all_button:hover {
  background: #4d4d4f;
  color: #fff;
  cursor: pointer;
  transition: all .25s ease;
}
div.mobile_search {
  padding-top: 10px;
  background: #fff;
  position: relative;
}
div.mobile_search a div.search_all_button {
  margin-right: -9px !important;
  margin-left: 3%;
}
div.mobile_search #yith-ajaxsearchform {
  display: inline-block;
}
div.mobile_search #yith-searchsubmit {
  display: inline-block;
  background-color: #41abb4;
}
div.mobile_search #yith-searchsubmit:hover {
  background: #368e96;
}
.search_filter {
  height: 75px;
}
.sidebar_filters_1 .search_filter {
  height: auto;
}
.sidebar_filters_1 select {
  height: 50px;
}
.filters_1 select {
  padding: 5px;
  width: 300px;
}
.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 5px;
  left: 0;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 1px solid #ccc;
}
.control--checkbox .control__indicator {
  border-radius: 3px;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input:not([disabled])~.control__indicator, .control input:focus~.control__indicator {
  border-color: #666;
}
.control input:checked~.control__indicator {
  background: #fff;
}
.control input:disabled~.control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked~.control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 5px;
  top: 0px;
  width: 5px;
  height: 12px;
  border: solid #34bb92;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled~.control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 5px;
  top: 5px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #34bb92;
}
.control--radio input:disabled~.control__indicator:after {
  background: #7b7b7b;
}
.select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover, .select select:focus {
  color: #000;
  background: #ccc;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 95px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover~.select__arrow, .select select:focus~.select__arrow {
  border-top-color: #000;
}
.select select:disabled~.select__arrow {
  border-top-color: #ccc;
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 767px) {
  #menu-top {
    display: none;
  }
  #top_search {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 5px 0 0 0;
    padding: 0;
    background-color: #fff;
  }
  #top_search .search_all_button {
    padding-left: 10px;
    padding-right: 10px;
    width: 20%;
    text-align: center;
  }
  #top_search #yith-ajaxsearchform {
    width: 80%;
    margin: 0;
    float: right;
  }
  #top_search input#yith-s.yith-s {
    margin-bottom: 0;
    width: 80% !important;
  }
  #top_search #yith-searchsubmit {
    float: right;
    width: 20%;
    border-radius: 0;
    /* background-color: #f4c26a!important; */
    background-color: #41abb4!important;
    color: #fff;
  }
  .filters_1 {
    width: 100%;
    padding-right: 0px;
  }
  .filters_1 .search_filter {
    height: auto;
  }
  .control--checkbox {
    text-align: left;
  }
  #mobile_search #yith-ajaxsearchform {
    width: 100%;
    margin: 0px;
  }
  #mobile_search .mobile_search #yith-s {
    width: 80%!important;
  }
  #mobile_search {
    float: left;
    width: 100%;
  }
  #mobile_search .mobile_search {
    float: left;
    width: 100%;
    padding-top: 0px;
  }
  #mobile_search label, #mobile_search input, #mobile_search form {
    float: left;
  }
  div.mobile_search a div.search_all_button {
    margin: 0px!important;
  }
  #mobile_search div.mobile_search #yith-searchsubmit {
    float: left;
    width: 20%!important;
    font-size: .95em;
    border-radius: 0px;
  }
  #mobile_search .why {
    width: 85%;
    float: left;
  }
  #mobile_search .search_all_button {
    width: 15%;
    float: left;
  }
}

/*** Product Availbilty ***/
.prod-avail-container{
  width:100%;
  height:100%;
  z-index:500;
  position:absolute;
  top:0;
  left:0;
  background-color: rgba(0,0,0,.7);
}
.prod-avail-zip-input{
  margin-right:10px;
}
.prod-avail-form .prod-avail-submit, .prod-avail-form .prod-avail-close{
  display: inline-block;
  margin-top:20px;
}
.prod-avail-submit{
  margin-right:50px;
}
.prod-avail-close{
  background: #4d4d4f;
  padding: 0.5em 1em;
  font-family: inherit;
  font-size: .923em;
  font-weight: 400;
  border: 0;
  color:#fff;
  cursor: pointer;
  line-height: 1.65;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
  text-decoration: none !important;
  max-width: 100%;
  transition: 0.15s all ease;
  border-radius: 3px;
}
.prod-avail-close:hover{
  background-color:#e92832;
}
.prod-avail-form{
  border-bottom-color:#cecece;
  border-bottom-style: solid;
  border-bottom-width:1px;
  padding:20px;
  padding-top:0px;
}
.prod-avail-wrap{
  width:600px;
  overflow:hidden;
  background-color:#fff;
  margin-left:auto;
  margin-right:auto;
  margin-top: 15%;
  overflow:auto;
  border-radius:5px;
  border-color:#cecece;
  border-style: solid;
  border-width:1px;
}
.prod-avail-wrap h3{
  margin-left:20px;
  margin-top:20px;
}
.single-store{
  width:100%;
  padding:20px;
}
.single-store div{
    width:100%;
}
.every-other{
  background-color:#e3e3e3;
}
.store-name{
  font-weight:500;
}
.store-address{
  font-weight:50;
}
.store-qty{
  font-weight:50;
}
.prod-avail-results{
  overflow:auto;
  display:none;
}
/**** Product images Size Cap ****/
.product .images {
  max-height: 500px;
  overflow: hidden;
  display: block;
  float:left;
}
.product .images img{
  width:auto;
  height:500px;
  max-width:100%;
  max-height:100%;
    display:block;
    margin-left:auto;
    margin-right: auto;
    object-fit: cover;
}
/* Spinner */
.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.spinner-holder {
  left: 0;
  top: 0;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgb(128, 128, 128, .5);
  z-index: 11111;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 26px solid #000;
  border-color: #000 transparent #000 transparent;
  animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
  0% {
      transform: rotate(0);
    /*  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); */
  }
  50% {
      transform: rotate(900deg);
   /*   animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); */
  }
  100% {
      transform: rotate(1800deg);
  }
}
.stores_wrap_none {
  padding: 20px;
}
.single-store .store-phone, .single-store .store-address {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
}
/*** ElasticPress CSS ***/
#sidebar #sidebar-inner .widget-title{
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 10px;
  font-size:24px;
  margin-bottom:5px;
}
#sidebar ul li a{
  font-size:12px;
  color:#000;
  margin-bottom:5px;
}
#sidebar ul li {
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:#cecece;
  margin-bottom:3px;
}
.price_slider_amount{
  margin-top:5px;
}
.ep-autosuggest>ul>li>span{
  padding:8px 12px;
  color:#e1e1e1;
}
.searchable .facet-search{
  display:none;
}
#sidebar .term a {
  color:#000;
  padding-left:3px;
  width:auto;
  outline:none
}
#sidebar .term {
  width: fit-content;
}
.facet-wrapper{
  width:300px;
  max-height:470px;
  overflow-Y: scroll;
  overflow-X: hidden;
  position: relative;
}
.facet-wrapper-inner{
  width:295px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.facet-wrapper:hover::-webkit-scrollbar {
  visibility: visible;
}
.view-more{
  position:fixed;
  bottom:0px;
  color:#000;
  font-size:12px;
  cursor: pointer;
  position: sticky;
  position: -webkit-sticky;
  background-color:#fff;
  width:35%;
  margin-left:65%;
  padding:5px;
  padding-bottom:0px;
  padding-right:20px;
  text-align:right;
}
#sidebar .sidebar-box{
  margin-bottom:0px;
  position: relative;
}
.facet-search-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: -17px -0px;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 12px;
  opacity: 0.8;
  cursor:pointer;
  position:absolute;
  top:7px;
  right:20px;
}

.facet-terms-search-hidden{
  visibility:hidden;
}

#sidebar #sidebar-inner .widget-title{
  display: inline-block;
  vertical-align:top;
}
#sidebar #sidebar-inner .searchable{
  display: inline-block;
  vertical-align:top;
  padding-top:15px;
}
#sidebar #sidebar-inner .searchable input{
  width:150px;
  margin-bottom:0px;
  color: #000;
  padding: .1462em .369em;
  font-size:12px;
}
.searchable{
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
}
#sidebar .origin{
  background: transparent!important;
  padding:0px;
}
/* Base for label styling */
#sidebar [type="checkbox"]:not(:checked),
#sidebar [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
#sidebar [type="checkbox"]:not(:checked) + label,
#sidebar [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
/* checkbox aspect */
#sidebar [type="checkbox"]:not(:checked) + label:before,
#sidebar [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 4px;
  /*box-shadow: inset 0 1px 3px rgba(0,0,0,.1); */
}
/* checked mark aspect */
#sidebar [type="checkbox"]:not(:checked) + label:after,
#sidebar [type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .1em; left: .15em;
  font-size: 1.3em;
  line-height: 0.8;
  background-color: #fff;
  color: red;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
#sidebar [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
#sidebar [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
#sidebar [type="checkbox"]:disabled:not(:checked) + label:before,
#sidebar [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
#sidebar [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
#sidebar [type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
#sidebar [type="checkbox"]:checked:focus + label:before,
#sidebar [type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}
/* hover style just for information */
label:hover:before {
  border: 2px solid #4778d9!
}
.active-filters{
  display: flex;
  flex-wrap:wrap;
}
.single-active-filter{
  background: #59626A;
  border-radius: 16px;
  margin: 4px 8px;
  padding: 4px 8px;
  cursor: pointer;
  color: #FFFFFF;
  display: flex;
  font-size:0.8em;
}
.single-active-filter div{
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
}

.filter-remove{
  padding-left:5px;
  font-size:12px;
}

.facet-term-hidden{
  display: none;
}

.facet-term-shown{
  display: initial;
}

.widget.widget_ep-facet div.term label span.facet-term-hit-count{
  font-size:0.85em;
} 
