
.tax-product_brand .brand-description {
	overflow: hidden;
	zoom: 1;
}

.tax-product_brand .brand-description img.brand-thumbnail {
	width: 25%;
	float: right;
}

.tax-product_brand .brand-description .text {
	width: 72%;
	float: left;
}

.widget_brand_description img {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0 0 1em;
}

ul.brand-thumbnails {
	margin-left: 0;
	margin-bottom: 0;
	clear: both;
	list-style: none;
}

ul.brand-thumbnails:before {
	clear: both;
	content: "";
	display: table;
}

ul.brand-thumbnails:after {
	clear: both;
	content: "";
	display: table;
}

ul.brand-thumbnails li {
	float: left;
	margin: 0 3.8% 1em 0;
	padding: 0;
	position: relative;
	width: 22.05%;
}

ul.brand-thumbnails.fluid-columns li {
	width: auto;
}

ul.brand-thumbnails:not(.fluid-columns) li.first {
	clear: both;
}

ul.brand-thumbnails:not(.fluid-columns) li.last {
	margin-right: 0;
}

ul.brand-thumbnails.columns-1 li {
	width: 100%;
	margin-right: 0;
}

ul.brand-thumbnails.columns-2 li {
	width: 48%;
}

ul.brand-thumbnails.columns-3 li {
	width: 30.75%;
}

ul.brand-thumbnails.columns-5 li {
	width: 16.95%;
}

ul.brand-thumbnails.columns-6 li {
	width: 13.5%;
}

.brand-thumbnails li img {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
}

@media screen and (max-width:768px) {
	ul.brand-thumbnails:not(.fluid-columns) li {
		width: 48% !important;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li.first {
		clear: none;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li.last {
		margin-right: 3.8%;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd) {
		clear: both;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even) {
		margin-right: 0;
	}
}

.brand-thumbnails-description li {
	text-align: center;
}

.brand-thumbnails-description li .term-thumbnail img {
	display: inline;
}

.brand-thumbnails-description li .term-description {
	margin-top: 1em;
	text-align: left;
}

#brands_a_z h3:target {
	text-decoration: underline;
}

ul.brands_index {
	list-style: none outside;
	overflow: hidden;
	zoom: 1;
}

ul.brands_index li {
	float: left;
	margin: 0 2px 2px 0;
}

ul.brands_index li a, ul.brands_index li span {
	border: 1px solid #ccc;
	padding: 6px;
	line-height: 1em;
	float: left;
	text-decoration: none;
}

ul.brands_index li span {
	border-color: #eee;
	color: #ddd;
}

ul.brands_index li a:hover {
	border-width: 2px;
	padding: 5px;
	text-decoration: none;
}

ul.brands_index li a.active {
	border-width: 2px;
	padding: 5px;
}

div#brands_a_z a.top {
	border: 1px solid #ccc;
	padding: 4px;
	line-height: 1em;
	float: right;
	text-decoration: none;
	font-size: .8em;
}

.wc-avatax-address-validation-result {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	vertical-align: middle;
}

.wc-avatax-address-validation-result:before {
	display: inline-block;
	font-family: WooCommerce;
	margin-right: 10px;
	vertical-align: middle;
}

.wc-avatax-address-validation-result.wc-avatax-address-validation-success {
	color: #0f834d;
}

.wc-avatax-address-validation-result.wc-avatax-address-validation-success:before {
	color: #0f834d;
	content: "";
}

.wc-avatax-address-validation-result.wc-avatax-address-validation-error {
	color: #e2401c;
}

.wc-avatax-address-validation-result.wc-avatax-address-validation-error:before {
	color: #e2401c;
	content: "";
}

.wc-avatax-message {
	color: #e2401c;
}

.wc-avatax-message:before {
	color: #e2401c;
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	margin-right: 10px;
	vertical-align: middle;
}

a.selected {
	background-color: #1f75cc;
	color: #fff;
	z-index: 100;
}

.messagepop {
	background-color: #fff;
	border: 1px solid #999;
	cursor: default;
	display: none;
	margin-top: 15px;
	padding: 25px 25px 20px;
	position: absolute;
	text-align: left;
	width: 394px;
	z-index: 50;
}

.messagepop label {
	display: block;
	margin-bottom: 3px;
	padding-left: 15px;
	text-indent: -15px;
}

.messagepop p, .messagepop.div {
	border-bottom: 1px solid #efefef;
	margin: 8px 0;
	padding-bottom: 8px;
}

.ontop {
	background-color: #ccc;
	color: #aaa;
	display: none;
	filter: alpha(opacity=50);
	height: 100%;
	left: 0;
	opacity: .4;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}

#overlay, #overlayinvalidate {
	background-color: rgba(0, 0, 0, .5);
	bottom: 0;
	cursor: pointer;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.messagepop.container {
	background: #fff !important;
	left: 0;
	margin-left: auto !important;
	margin-right: auto !important;
	max-height: 80%;
	outline: 1px solid #000 !important;
	overflow-y: auto !important;
	padding: 30px !important;
	position: fixed !important;
	right: 0;
	top: 15%;
	width: 50% !important;
}

.messagepop hr {
	border: 1px solid #d3d3d3 !important;
	margin-bottom: 20px !important;
	margin-top: 20px !important;
	max-width: 100% !important;
	width: 100% !important;
}

.exemption-zone-select-view {
	overflow: hidden !important;
}
