/* Disable woocommerce sidebar in shop */
.woocommerce-products-header {
   display: none !important;
}

.featured-content {
	width: 100%;
}

/* Hide select option button */
.product_type_variable {
	display: none !important;
}

h1, h2 {
	font-family: 'Big Calson Fb';
}

.pmenu {
	font-family: 'Helvetica Neue';
	font-weight: bold;
	font-size: 14px;
}

/* Footer Subscribe text */
#block-25 {
	font-family: 'Moderat';
	font-size: 5px;
}

/* Primary Menu Layout */
.menu-primary-menu-container {
	float: left;
}

/* .wc-nav-content {
	float: left;
	width: 100%;
} */

.center-main-menu {
	max-width: 100%;
}

.logo-container {
	max-width: 200px;
/* 	padding-left: 10px; */
	padding: 0px !important;
}

.content-wrap {
	width: 100%;
}

/* .astm-search-menu.is-menu.default.is-first.menu-item {
	padding-right: 50px;
} */

/* .cart-header {
	min-height: 70px;
} */

#primary {
	width: 100%;
}

#smobile-menu {
	width: 100%;
}

/* Disable search bar on mobile */
@media (max-width: 1332px){
	.is-search-form {
			display: none !important;
	}
}

/* Mobile Menu */
.mega-menu-wrap {
	margin: auto !important;
}

/* subcategories menu row */
.hvr-glow {
	background-color: transparent;
	border: 1px solid black;
	border-radius: 0px;
	padding: 15px 57px 15px 57px;
	margin: 0% 1% 0% 1%;
	display: inline-block;
	color: black;
	font-size: 13px;
}

.subcategories-list {
	overflow-x: scroll;
	white-space: nowrap;
	text-align: center;
	padding-inline-start: 0px;
	&::-webkit-scrollbar {
		display: none;
	}
}

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

.woocommerce-Price-amount.amount {
	font-size: 13px;
}

.sku_wrapper {
	font-size: 13px;
	padding-bottom: 20px;
	display: none !important;
}

/* Hide default related posts in desciption */
.jp-relatedposts {
	display: none !important;
}

/* Hide categories in single product page */
.posted_in {
	display: none !important;
}

.single_add_to_cart_button.button.alt {
	height: 60px;
	width: 82%;
	text-transform: uppercase;
	font-size: 13px;
}

.input-text.qty.text {
	height: 60px;
	width: 60px;
	font-size: 13px;
	text-align: center;
/* 	padding-left: 20%; */
}

/* Hide default image enlarge button */
.woocommerce-product-gallery__trigger {
	display: none !important;
}

/* Home page categories */
.home-block-link {
	font-family: 'Big Calson Fb';
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 10px;
}

a {
  text-decoration: none;
}

.cart-header {
	display: block !important;
}

/* Top logo nav row */
.additional-nav-bar {
	display: flex;
	flex-direction: row;
	background: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b5b4b0;
	margin-left: 5%;
	margin-right: 5%;
}

.additional-nav-bar-column {
	width: 33%;
	margin: auto;
}

/* Home page featured image width */
.bottom-header-wrapper {
	padding-left: 5%;
	padding-right: 5%;
}

.bottom-header-text {
	width: 90%;
}

.is-search-input {
	max-width: 150px;
}

body {
	background-color: white !important;
}

.proceed-to-check-out {
	background: black;
}

.wc-block-components-button__text {
	color: white !important;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

.wc-block-components-spinner {
	color: white !important;
}

/* Fix white space at bottom of mobile page */
.wc-block-cart__submit-container--sticky {
	display: none !important;
}

/* Hide My Account Downloads tab */
.woocommerce-MyAccount-navigation-link--downloads {
	display: none !important;
}

/* Footer Menu */
.menu {
	list-style-type: none !important;
	font-family: 'Big Calson Fb';
	padding-left: 0px !important;
}

/* Hide Category in manage subs page */
.category-and-tags {
	display: none !important;
}

.about-us-page {
	font-family: 'Big Calson Fb';
}

/* stretch home page image on mobile */
@media (max-width: 1332px){
	.wp-block-image a img {
		width: 100% !important;
	}
}

/* Hide additional shipping description */
.wc-block-components-totals-shipping__options {
	display: none !important;
}

/* TODO: unhide empty cart text */
.with-empty-cart-icon {
	display: none !important;
}

/* Hide select option when cart empty */
.wc-block-grid__product-add-to-cart {
	display: none !important;
}

/* Set zoom window to front of page */
.fancybox-container {
	z-index: 99999 !important;
}

/* Hide gallery file name */
.fancybox-caption__body {
	display: none !important;
}

/* Remove white space at bottom of sticky nav bar */
#masthead {
	margin: 0 0 0px;
}

/* Hide product review author name */
.woocommerce-review__author {
	display: none !important;
}

/* Hide conditional addon selected text */
.wc-pao-addon-image-swatch-selected-swatch {
	display: none !important;
}

/* Align addon fields */
.wc-pao-addon {
	padding: 0px !important;
}

.wc-pao-addon-name {
	padding-left: 10px !important;
}

.wc-pao-addon-wrap {
	padding-left: 0px !important;
}

.variable-item {
	padding-left: 0px !important;
	margin-left: 0px !important;
	margin-right: 10px !important;
}

.required {
	display: none !important;
}

.wc-pao-addon-radio {
	display: none !important;
}

/* Hide leather price on button */
.wc-pao-addon-price {
	display: none !important;
}

/* Make conditional button clickable area bigger */
.test-class {
	padding: 15px 55px !important;
}

/* Delivery Time font */
.single-product div.product .summary.entry-summary .woocommerce-product-details__short-description p {
	font-family: 'Big Calson Fb';
	font-size: 15px;
}

/* Product description font */
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab p {
	font-family: 'Big Calson Fb';
	font-size: 25px;
}

/* Hide Select Options button in basket */
.wp-block-cart-cross-sells-product__product-add-to-cart
{
	display: none !important;
}