.storefront-2-3.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
    float: left;
    max-width: calc(100% - 13.5em);
    margin-right: 0;
    width: 100%;
	position:fixed;
	    background: rgba(17, 17, 17, 0.56);
}
.woocommerce-breadcrumb {
    display: none
}
.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
    -webkit-transition: color 80ms ease-in-out;
    -moz-transition: color 80ms ease-in-out;
    transition: color 80ms ease-in-out;
    font-size: 1em;
	font-weight: 0
    padding-top: 0;
}
#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
    display: none;
}
#ship-to-different-address label {
    font-weight: 600;
    display: none;
}
.hentry.type-page .entry-header {
    margin-bottom: 1em;
	display: none;
}
.hs-header-bar {
	display: none 
}
table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend {
    background-color: black;
}
table:not( .has-background ) tbody td {
    background-color: black ;
}
#qrr-date_table .picker__day {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: white;
}
.demo_store {
    position: fixed;
    left: 0;
    bottom: 69px;
    right: 0;
    margin: 0;
    padding: 1em 1.41575em;
    background-color: black;
    color: #fff;
    z-index: 9998;
}
table:not( .has-background ) th {
    background-color: black;
}
#order_review {
    background-color: black;
}
#payment .payment_methods > li:not(.woocommerce-notice) {
    background-color: black;
}
#payment .payment_methods > li .payment_box, #payment .place-order {
    background-color: black;
}
ul.products li.product .price {
    margin-bottom: 0.8rem;
    color: #fcfcfc;
    font-size: 1.15em;
}
.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
    display: block;
    padding-left: 1em;
    padding-right: 1em;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
}
.storefront-sticky-add-to-cart {
    color: black;
    background-color: #fcfcfc;
}
table tbody td a {
    -webkit-transition: color 80ms ease-in-out;
    -moz-transition: color 80ms ease-in-out;
    transition: color 80ms ease-in-out;
    color: white;
    font-weight: 600;
}
.order_details {
    background-color: transparent;
}
mark, ins {
    text-decoration: none;
    font-weight: 600;
    background: #dd9933;
}
.select2-dropdown {
    background-color: #151515;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.archive .quantity { 
	display: inline-block; 
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    background: white;
   
}

element.style {
}
.zh-box {
    z-index: 1001;
    width: 1%;
    height: 1%;
    height: 1%;
    position: fixed;
    top: 0;
    left: 0;
    line-height: 1;
    text-align: center;
    background-color: rgba(0,0,0,.5);
}
.zh-box__inner {
    min-width: 350px;
	min-height:0px;
    position: relative;
    margin: 0 auto;
    padding: 30px 20px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
}
input[type=checkbox]+label, input[type=radio]+label {
    margin: 0 0 0 .3819820591em;
    text-transform: uppercase;
    color: #dd9933;
}
.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
    -webkit-transition: color 80ms ease-in-out;
    -moz-transition: color 80ms ease-in-out;
    transition: color 80ms ease-in-out;
    color: #dd9933;
    font-size: 1em;
    font-weight: 600;
    padding-top: 0;
}
.site-footer .storefront-handheld-footer-bar a:not(.button):not(.components-button) {
    color: #cf9933;
}
.storefront-handheld-footer-bar ul li.cart .count {
    background-color: #f5f5f5;
    color: #dd9933;
    border-color: #f5f5f5;
}
.site-header, .secondary-navigation ul ul, .main-navigation ul.menu > li.menu-item-has-children:after, .secondary-navigation ul.menu ul, .storefront-handheld-footer-bar, .storefront-handheld-footer-bar ul li > a, .storefront-handheld-footer-bar ul li.search .site-search, button.menu-toggle, button.menu-toggle:hover {
    background-color: #151515;
}

.wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
					background-color: #dd9933;
					border-color: #dd9933;
					color:#ffffff;
				}

.select2-results__option[aria-selected], .select2-results__option[data-selected] {
    cursor: pointer;
    color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: orange;
    color: #fff;
}