.proopc-product-name a, .col-name a {
    color: #fe5252;
}
p.category-search.bg-box.bg-warning {
    color: black;
}
.PricesalesPrice {
    font-weight: bold;
}
.bootstrap-dialog.type-info .modal-header {
    background-color: #fe5252;
}
.modal-body {
    background-color: #777;
}
.btn-fieldvalue {
    background-color: #fe5252;
    border-radius: 5px;
    font-weight: bold;
}
.addtocart-button-cont {
    background-color: black;
	border: 1px solid white;
}
.modal-footer {
    background-color: #333;
}

.btn-foricon {
	padding: 5px 2px;
	font-size: 20px;
	
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #333;
}

.front-link-success a {
	color: #fff;
}

.front-link-success a:hover {
	color: #fe5252;
}
.product-image-cont {
    display: flex;
}
.product-image-cont a {
    margin: auto;
}
.vpajaxsearch-suggestion-content .PricesalesPrice {
    color: #333;
}