.item-box {
	height: auto !important;
}

.owl-wrapper-outer {
//	background: #ffffff !important;
}

.sale-price {
	text-decoration: line-through !important;
}

.options {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: 40px;
}

.option-name {
    color: #484848;
    font-size: 0.9em;
	font-weight: bold;
    height: 12px;
    line-height: 0.9em;
    margin-bottom: 5px;
}

.pretty-select {
	border: 1px solid #d8d8d8;
	width: 100%;
}

.add-to-cart {
	margin-top: 10px;
	margin-left: 13px;
}

.add-to-cart input[type="submit"] {
    background-color: #78c230;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 93% !important;
	-webkit-appearance: none;
}

