/* style the support text at the bottom of articles */
.support-uncover {
	text-align: center;
	padding-top:15px;
	border-top: 1px solid #ddd;
}

/* On the shop page, move the sidebar down */
@media only screen and (min-width: 768px) {
	.post-type-archive-product .td-main-page-wrap {
		padding-top: 190px;
	}
	.post-type-archive-product .td-main-content {
		margin-top: -166px;
	}
}

/* On the cart page, widen the cart-totals section below the products */
@media only screen and (min-width: 768px) {
		.woocommerce-cart .woocommerce .cart_totals th {
		    width: inherit !important;
				white-space: nowrap;
		}
	-increase the width of the cart-totals section
		.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		    width: 75%;
		}
}
/* Style the woocommerce store notice bar */
.woocommerce-store-notice {
	height: 0 !important;
	padding: 0 !important;
	position: fixed !important;
	top: auto !important;
	bottom: 0  !important;
	color: #004085  !important;
  background-color: #cce5ff  !important;
  border-color: #b8daff  !important;
}
.woocommerce-page .woocommerce-store-notice {
	height: auto !important;
	padding: 1em 10px !important;
}
.woocommerce-store-notice a {
	color: #2060A5  !important;
}

/* Adjust the width of the mega menu */
.td_mega_menu_sub_cats {
    width: 120px;
}
#menu-main-1 .td-mega-menu:first-child ul.sub-menu {
    width: 1031px !important;
}
@media (max-width: 1140px) and (min-width: 1019px) {
    #menu-main-1 .td-mega-menu:first-child ul.sub-menu {
        width: 960px !important;
    }
}
@media (max-width: 1018px) and (min-width: 768px) {
    #menu-main-1 .td-mega-menu:first-child ul.sub-menu {
        width: 768px !important;
    }
}

/* Move the mega nav arrows to the right of the mega nav */
.td-mega-menu .td_block_mega_menu .td-next-prev-wrap {
	text-align: right;
  margin-right: 30px;
}

/* Remove excess white space above mega menu left/right arrows */
.td-mega-row {
	padding-bottom: 0;
}

/* Add padding to mobile menu to avoid the close X overlapping the category dropdown arrow. */
.td-mobile-content ul.td-mobile-main-menu {
	padding-top: 50px;
}
