/*.product-grid-item, .product-list-item {
	overflow:hidden;
}
.label-featured {
	top: -21px;
    left: -54px;
    background: #1e91cf;
    color: white;
    font-weight: bold;
    padding: 0px 30px;
    font-size: 12px;
    line-height: 16px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform-origin: right;
}

@media only screen and (min-width: 560px) {
	.journal-header-center .autocomplete2-suggestions {
		width: 150% !important;
	}
}

header .autocomplete2-suggestions {
    box-shadow: 0 1px 27px 2px rgba(0, 0, 0, 0.55);
}

header .autocomplete2-suggestion .p-image, header .autocomplete2-suggestion .p-image img {
    max-width: 80px;
}*/

.journal-header-center .button-search {
	display:none;
}

#header #cart .heading a > span {
	position: absolute;
    background: rgb(141 196 64);
    right: -8px;
    top: -8px;
    z-index: 99;
    padding: 0;
    width: 20px;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
}

.journal-header-center #cart .heading i {
	float:right;
}

.side-column .side-category i span {
	vertical-align:middle;
}

#content .product-grid-item .wishlist, #content .product-grid-item .compare {
	display:none ;
}


.sf-reset, .filter-collapse .sf-reset {
	position:relative;
	top:auto;
	right:auto;
	left:auto;
	text-align:right;
}

input[type='text'], input[type='email'], input[type='password'], input[type='tel'], textarea, select {
	border-width:2px;
	min-height: 35px;
	background:#fff;
}

.oc2 fieldset {
    background: #fff;
    padding: 15px;
}





