img.custom-logo {
     max-width: 150px;
}

.woocommerce-loop-category__title mark {
    display: none;
}

.sub-menu .menu-item a:hover {
    font-weight: bold;
}

button[name="update_cart"] {
    display: none !important;
}

a.checkout-button.button.alt.wc-forward{
	color: #fff;
	background: #0c5b47;
}

a.button.checkout.wc-forward {
	color: #fff;
	background: #A62B2B;
}

button#place_order.button.alt{
	color: #fff;
	background: #A62B2B;
}

a.added_to_cart.wc-forward {
	display:none
}

a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout {
	color: #fff;
    background-color: #A62B2B;
}

a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-continue {
	color: #fff;
    background-color: #000;
}

a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-continue {
	color: #fff;
    background-color: #000;
}

a.xoo-wsc-ft-btn, a.xoo-wsc-ft-btn:hover, .xoo-wsc-container .xoo-wsc-btn, .xoo-wsc-container .xoo-wsc-btn:hover {
		color: #fff;
    background-color: #000;
}

div.xoo-wsc-container {
	position: fixed;
	z-index: 999999999;
}

a.xoo-wsc-cart-trigger {
	text-decoration:none !important;
}

.woocommerce .wc-proceed-to-checkout {
    text-align: right;
	width: 100%!important;
}

div.menu-top-bar-right-container{
	text-align:right;
}

div.overlay-container h1:after {
	content:none
}

div.overlay-container H1 {
text-align: center;
color: #FFFFFF;
font-size: 20px;
line-height: 14px;
font-weight: 700 !important;
font-family: 'Montserrat' !important;
margin: 0 !important;
padding: 0 !important;
}

.page-title-medium-underline h1:after {
	content:none;
}

div.menu-top-bar-right-v2-container{
	text-align:right;
}

@media only screen and (min-width: 768px) {
    .main-navigation ul ul a {
        color: #000;
    }
}

/* Hide the default "Dismiss" text */
.woocommerce-store-notice__dismiss-link {
    font-size: 0;
}

/* Add X symbol */
.woocommerce-store-notice__dismiss-link::after {
    content: "×";
    font-size: 20px;
    font-weight: bold;
}

/* Add spacing so it's not too close */
.woocommerce-store-notice {
    padding-right: 60px !important;
}

.woocommerce-store-notice__dismiss-link {
    right: 20px !important;
}