   .form-horizontal .buttons
   {
   /*position:absolute;*/
   /*right:0;*/
   } 
   .product-block:hover .box-v1
   {
   display:none;
   }
   .product-block .cart button,
   .btn-outline-light{
    background-image: -webkit-linear-gradient(left, #40CCCA 0%, #648FE5 100%);
    background-image: -o-linear-gradient(left, #40CCCA 0%, #648FE5 100%);
    background-image: linear-gradient(to right, #40CCCA 0%, #648FE5 100%);
    } 
    
    .panel-default > .panel-heading {
    color: #ed3b23;
}

.carousel-controls .carousel-control:hover{
	color: #ed3b23;
}

.price .price-new {
    color: #ed3b23;
    font-weight: bold;
}

.product-block .name a:hover {
    color: #ed3b23;
}

.scrollup {
    background: #ed3b23;
}

.cart i {
    font-size: 18px;
    border-right: 2px solid white;
}

.product-block .cart button:hover {
	background: #ed3b23
}

.product-block .cart button{
	background: #ed3b23;
    border: 2px solid #ed3b23
}

.btn-outline-light:hover{
	background: #ed3b23
}

.btn-outline-light{
	background: #ed3b23
}

footer .panel .panel-title {
    font-size: 18px;
    color: white;
}

 footer h3{
    color: white;
}

.category ul li a:hover {
    color: #ed3b23 !important;
}

#content h1{
	 color: #ed3b23;
}

#content h3{
	 color: #ed3b23;
}

#content h4{
	 color: #ed3b23;
}

.product-filter .btn-switch.active {
    color: #ed3b23;
    border-color: #ed3b23;
}

.product-filter .btn-switch:hover {
       color: #ed3b23;
    border-color: #ed3b23;
}

.pagination > .active > span{
	color: #ed3b23;
    border-color: #ed3b23;
} 

.pagination > .active > span, .pagination > .active > span:hover{
	color: #ed3b23;
    border-color: #ed3b23;
} 

.pagination > li > a:hover, .pagination > li > a:focus{
    color: #ed3b23;
}

#cart .dropdown-toggle {
    color: #ed3b23;
}

.btn-info {
    color: #FFFFFF;
    background-color: #ed3b23;
    border-color: #ed3b23;
}

.media-heading{
	color: #ed3b23
}

.pav-blogs .blog-meta ul li b {
    color: #ed3b23;
}

.btn-default {
    color: #ed3b23;
}

.btn-default:hover {
    color: #ed3b23;
    border-color: #CCCCCC;
}

a:hover, a:focus {
    color: #ed3b23;
    text-decoration: none;
}

#popup .popup-custom-heading {
    background: #ed3b23;
}

.quantity-adder .add-action {
    background-image: -webkit-linear-gradient(top, #ed3b23 0%, #ed3b23 100%);
}
.cart button:hover {
	background-image: -webkit-linear-gradient(top, #ed3b23 0%, #ed3b23 100%);
}
.cart button{
	background-image: -webkit-linear-gradient(top, #ed3b23 0%, #ed3b23 100%);
}

.btn-inverse-light:hover{
    color: #ed3b23;
    border-color: #ed3b23;
}

.tab-v1 .nav-tabs > li.active > a {
    color: #ed3b23;
}

.tab-v1 .nav-tabs > li > a:hover {
    color: #ed3b23;
}

#tab-review h2{
	color: #ed3b23;
}



#top .btn-link:hover {
    color: #ed3b23;
    text-decoration: none;
}

#search button {
    color: #ed3b23;
}

.well h2{
	color: #ed3b23;
}

.productdeals-border:before {
background-image: linear-gradient(to right, #ed3b23 0%, #ed3b23 100%), linear-gradient(to left, #ed3b23 0%, #ed3b23 100%)
}

.productdeals-border:after {
background-image: linear-gradient(to right, #ed3b23 0%, #ed3b23 100%), linear-gradient(to left, #ed3b23 0%, #ed3b23 100%)
}

.cart i {
    padding-right: 8px;
    font-size: 16px;
    border-right: 2px solid white;
    margin-left: -5px;
}

.cart span {
    padding: 0px 8px;
}

.cart button {
	font-size: 11px
}

.product-block .cart button {
    width: 50%;
    position: absolute;
    bottom: -70%;
    right: 0;
}  
.breadcrumb:after,
.breadcrumb:before,
.breadcrumb{
    background: #ed3b23;
    } 
    .cart button#button-cart{
    	background: #feb80b;
    }