.site-top-header-wrap a{
	color:white !important;
}

.site-top-header-wrap a:hover{
	color: var(--global-palette-highlight) !important;
}

body.home .entry-content-wrap{
	padding-top:0px;
}

.footer-menu-container ul li{
	width:100%;
}

.site-bottom-footer-inner-wrap a{
	color:white !important;
}

.site-bottom-footer-inner-wrap a:hover{
	color: var(--global-palette-highlight) !important;
}

.site-top-footer-inner-wrap{
	padding-bottom:0px;
}

.site-top-footer-inner-wrap a{
	color: var(--global-palette-highlight) !important;
}

.header-cart-button .header-cart-total {
  font-size: 1em !important;
}

.woocommerce div.product div.summary .wcbvp-table-wrapper p{
	margin-top:0px;
	margin-bottom:30px;
	float:right;
}

.woocommerce div.product div.summary .wcbvp-table-wrapper span.amount{
	float:left;
	font-weight: bold;
}

.woocommerce div.product div.summary .wcbvp-table-wrapper th{
	vertical-align:top;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination{
	display:none;
}

#local-pickup-time-select h2{
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 1.5;
	font-family: Helvetica, sans-serif;
	text-transform: none;
	color: var(--global-palette3);
}



ul.thwvsf-wrapper-ul-wsi{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	margin-bottom: 30px;
}

li.thwvsf-wrapper-item-li-wsi{
	width: auto;
  height: 45px;
  color: #000;
  background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 0 0 1px #d8c70c;
	min-width: 30px;
	text-align: center;
	position: relative;
	padding: 2px;
	margin: 4px 8px 4px 0;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.thwvsf-wrapper-item-li-wsi:hover{  
	box-shadow: 0 0 0 3px #aaaaaa;
}

li.thwvsf-wrapper-item-li-wsi span{
	font-size: 16px;
	padding:0 5px;
}


li.thwvsf-wrapper-item-li-wsi.out_of_stock-wsi {
  cursor: not-allowed;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.3);
  box-shadow: 0 0 0 1px rgba(0,0,0,.3);
  pointer-events: none;
  position: relative;
  overflow: hidden;
  opacity: .3;
}

li.thwvsf-wrapper-item-li-wsi.out_of_stock-wsi::before,
li.thwvsf-wrapper-item-li-wsi.out_of_stock-wsi::after{
  position: absolute;
  content: " " !important;
  width: 100%;
  height: 1px;
  background: red !important;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  visibility: visible;
  opacity: 1;
  border: 0;
  margin: 0 !important;
  padding: 0 !important;
  min-width: auto;
  -webkit-transform-origin: center;
  transform-origin: center;
  z-index: 2;
}

li.thwvsf-wrapper-item-li-wsi.out_of_stock-wsi::before{
  transform: rotate(45deg);
}

li.thwvsf-wrapper-item-li-wsi.out_of_stock-wsi::after{
  transform: rotate(-45deg);
}

li.thwvsf-wrapper-item-li-wsi-selected{
  box-shadow: 0 0 0 2px #827d7d;
}


li.thwvsf-wrapper-item-li-wsi-selected::after {
  content: '\2714';
  display: block;
  position: absolute;
  color: #000000;
  font-size: 50px;
  text-align: center;
}

.wcbvp-table-wrapper{
	display:none;
}

#total-variation-selected{
	display:none;
	font-size: 1.25em;
	margin-bottom:20px;
}

.site-header-section.site-header-top-section-right{
	display:block;
}

.site-header-top-section-right .site-header-item{
	text-align:right;
	display:block;
}

.header-button-wrap a{
	cursor:default;
}

#main-header .site-top-header-wrap .header-button{
	padding:13px 0 0;
	font-size: 17px;
}

#main-header .site-top-header-wrap .header-button:hover{
	box-shadow:none;
	color:white !important;
}

.header-navigation{
	justify-content:flex-end;
}

.secondary-navigation .secondary-menu-container > ul > li.menu-item > a{
	padding-top:0px;
}


.ui-state-disabled, .ui-widget-content .ui-state-disabled{
	opacity: 0.05 !important;
}

.ui-state-default{
	background:#57585b !important;
	color: white !important;
	border: 2px solid #cdc3b7 !important;
}

.ui-widget-content .ui-state-disabled ..ui-state-default{
background: #ede4d4 url("images/ui-bg_glass_70_ede4d4_1x400.png") 50% 50% repeat-x !important;
}


.ui-state-hover, .ui-state-active{
background: #f4f0ec url("images/ui-bg_highlight-hard_100_f4f0ec_1x100.png") 50% 50% repeat-x !important;
	color:#57585b !important;
	border: 2px solid #d19141 !important;
}

