@media (max-width: 992px) {
body .site-main ul.products {
    width: 100%;
    margin-left: -15px;
}
	body ul.products li.product .button {
		position:relative;
		width: 100%;
	}
}
#secondary .widget_product_categories ul > li.current-cat > a {color:#672d92;}
#secondary .widget_product_categories ul > li.current-cat > ul > li.current-cat a {color:#672d92;}
#secondary .widget_product_categories ul > li.current-cat > ul > li.current-cat > ul > li.current-cat a {color:#672d92;}

#secondary .widget .current-cat>a, #secondary .widget .current-cat>a:hover {
    color: #222;
    font-weight: 700;
}
body .widget_product_categories ul .children {
    margin-top: .7em;
    margin-bottom: .7em;
    border-left: 1px solid #eee;
}
.col-full-nav {border-bottom: 1px solid #340761;}
.menu-primary-menu-container>ul>li.menu-button>a span {
	background: #ffffff;
	color: #672d91;
}
.menu-primary-menu-container>ul>li.menu-button>a span:hover {
	background: #e8d0fa;
	color: #672d91;
}
ul.products li.product .product-label {
    z-index: 10;
}
.cart_totals .shop_table {
    border: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
} 
.laybuy-inline-widget {float: left;
    display: block;
    width: 100%;}
p.laybuy-inline-widget {
	margin:10px 0 0 0;
}

.term-description {
    display: none;
}

.related.products {
  display: none;
}

.ri.dashicons.dashicons-money-alt {
	font-size: 22px;
}

/* 
 * --- 
 * 		 FOOTER & 
 * 		 'BELOW CONTENT'
 *     STARTS 
 * ---
 */

/* OMNISEND SIGN-UP EMBED START */

@media (min-width: 990px) {
	.site-footer .widget#custom_html-15 {
		min-width: 500px;
	}
}

/* OMNISEND SIGN-UP EMBED END */

#page footer .col-full {
  display: flex;
  justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
}
	
@media (max-width: 1200px) {
	#page footer .col-full {
		display: flex;
		justify-content: center;
  }
}

@media (max-width: 1000px) {
	#page .below-content .col-full {
		display: grid;
		place-items: start;
    grid-template-columns: repeat(2, 1fr);
  }
	#page .below-content .widget {
		width: 100%;
		margin-left: 50px
  }
}

@media (max-width: 600px) {
	#page .below-content .col-full {
		flex-wrap: wrap;
		justify-content: start;
  }
	#page .below-content .widget {
		width: 100%;
		margin-left: 0px;
  }
	#page footer .col-full {
		gap: 0;
	}
	#page footer .widget {
		width: 100%;
		text-align: center;
	}
}

/* TOP PROMOTION BAR STARTS */

.header-widget-region {
	background-color: red;
}

.col-full.topbar-wrapper {
	padding: 0;
}


.top-bar {
	background-color: black;
}

.top-bar strong {
		color: white;
}

@media (max-width: 2200px) {
	.top-bar strong {
		font-size: 15px;
	}
}

@media (max-width: 800px) {
	.top-bar strong {
		font-size: 14px;
		color: white;
	}
}

@media (max-width: 600px) {
	.top-bar strong {
		font-size: 11px;
		color: white;
	}
}

/* TOP PROMOTION BAR ENDS */
