.product-info-stock-sku {
  display: none!important;
}


/* *, ::before, ::after
{
	box-sizing: border-box;
} */
html
{
	/*font-size: 62.5%;*/
	-webkit-text-size-adjust: 100%;
	font-size-adjust: 100%;
}
/* body
{
	color: #333;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	font-size: 1.4rem;
} */


.breadcrumbs li
{
    font-size: 1.2rem;
    color: #a3a3a3;
    list-style: none none;
	text-transform: none;
}
.breadcrumbs a
{
    color: #333;
    text-decoration: none;
}
ul
{
	line-height: inherit;
	margin-left: 0;
}
/* button
{
	background: #eee;
	border: 1px solid #ccc;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	margin: 0;
	padding: 7px 15px;
	font-size: 1.4rem;
	line-height: 1.6rem;
	box-sizing: border-box;
	vertical-align: middle;
} */
.label
{
	background: inherit;
	color: inherit;
	font-size: inherit;
	padding: inherit;
}
select
{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: #fff url('../images/select-bg.svg') no-repeat 100% 45%;
    background-color: rgb(255, 255, 255);
    background-size: auto auto;
	background-size: 30px 60px;
	border: 1px solid #ccc;
	font-size: inherit;
	/*height: 32px;*/
	padding-right: 25px;
	text-indent: .01em;
	text-overflow: '';
}
small, .small
{
    font-size: 12px;
}
.fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}
fieldset.review-fieldset
{
	margin: 0 0 40px;
}
[type="checkbox"] + label, [type="radio"] + label
{
	margin-left: 0;
}
table thead, table tbody, table tfoot
{
    background: inherit;
	border: 0;
    color: inherit;
}
table tbody tr:nth-child(2n)
{
	background: inherit;
}
#shopping-cart-table tbody.cart.item
{
	border-bottom: solid 1px #ccc;
}
div.product-info-price > div.price-box > span.special-price {
	color: red;
	font-weight: 700;
}

button.action.tocart.primary
{
    white-space: normal;
}
