.ocfilter-option label small{
    background: var(--secondary-hover-color);
    color: #fff;
}

.noUi-connect {
    background: var(--secondary-hover-color);
}

#column-left>div.ocfilter{
    padding: 0;
    z-index: 11;
    width: 100%;
    background: var(--primary-hover-color);
    border: 2px solid var(--secondary-hover-color);
    border-radius: 5px;
}

.panel-default.ocfilter>.panel-heading{
	font-weight: bold;
    text-align: center;
}

.simplecheckout-block .alert.alert-success{
    position: relative;
    clear: both;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    border: 1px solid #3c763d;
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    text-align: left;
}

.simple-content .checkout-heading + .alert{
	margin-top: 15px;
}

.category-discount-price{
    color: var(--secondary-light-color);
}

.product-thumb .product-title{
	height: auto;
	margin-bottom: 10px;
}

.category-product-info{
	margin-bottom: 5px;
}

.category-product-info .disc {
    color: var(--primary-color);
    margin-right: 5px;
    display: inline-block;
    font-weight: 500;
}

.category-product-info .disc1 {
    color: var(--secondary-light-color);
    margin-right: 10px;
    font-weight: 500;
}

.yes-special-price .pro_price{
	font-weight: bold;
    color: red;
}

.yes-special-price .pro_oldprice{
    color: #000;
    font-size: 18px;
}

.product-layout .price .price-new{
	font-weight: bold;
    color: red;
}

.product-layout .price .price-old{
	color: #000;
}














