.breadcrumb h1 {
    font-size: 24px;
    margin: 5px 0;
}
	
.breadcrumb .item-breadcrumb {
    list-style-type: none;
    padding: 0px;
    font-size: 16px;
}
	
		
.product-block:hover .product-actions {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transition: all ease 0.35s;
    transform: translate(0, 50%);
    z-index: 9999;
}

.product-block .product-actions {
    padding: 10px 0;
    text-align: center;
    position: absolute;
    left: 5%;
    width: 90%;
    bottom: -20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
	
	 .product-block .product-actions {
    padding: 10px 0;
    text-align: center;
    position: absolute;
    left: 5%;
    width: 90%;
    bottom: -20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}	
		
		
	.products-grid .product-block {
    text-align: center;
}	
	

		
		
	a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}	
		
	.products-grid .product-block .product-price .amout {
    display: block;
    transition: all ease 0.35s;
}
	.product-block .product-price .money {
    display: block;
   
    color: #e41a1e;
}
.product-price .money {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}	
		
		
	.products-grid .product-block .product-price {
    height: 30px;
    overflow: hidden;
}
.product-block .product-price {
    letter-spacing: -0.5px;
}	
		
		
	.product-block .product-name {
    font-size: 16px;
    margin: 4px 0px;
    text-transform: uppercase;
}	
		
		
	a:hover, a:focus {
    color: #e41a1e;
    text-decoration: none;
}	
		
		
.products-grid .product-block:hover .product-thumbnail {
    opacity: 0.6;
}		
		
	
.products-grid .product-block:hover .product-actions a {
    transform: translateX(0);
    transition: all ease 0.35s;
}
.product-actions .btn:hover {
    background-color: #e41a1e;
    border: solid 2px #e41a1e;
}
.product-actions .btn {
    background-color: #fff;
    margin: 2px;
    padding: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border: solid 2px #f1f1f1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}		
		
		
		
		
		
		
.products-grid .product-block {
    text-align: center;
}

.product-block {
    position: relative;
    margin-bottom: 30px;
  
}
		
		
	.products-grid .product-block .product-image {
    margin-bottom: 10px;
    border: solid 1px #dadada;
}

.product-block .product-image {
    position: relative;
}	
		
		
	.sidebar .widget:not(:last-child) {
    margin-bottom: 50px;
}

.sidebar .widget {
    display: inline-block;
    width: 100%;
}
.widget-title {
    font-size: 16px;
    margin-top: 0px;
    padding-bottom: 10px;
    text-transform: uppercase;
}	
		
		.sidebar ul {
    margin: 0px;
    padding: 0px;
}
	
	.sidebar ul li {
    list-style: none;
	    line-height: 35px;
	
}	
		
	.section-categories a.active, .section-categories a:hover {
    font-weight: bold;
    color: #000;
}
.section-categories a {
    position: relative;
    color: #555;
}
.sidebar a {
    font-size: 16px;
}	
	
		
		.section-categories a.active:before, .section-categories a:hover:before {
    width: 6px;
    height: 6px;
    background-color: #e41a1e;
}
.section-categories a:before {
    content: '';
    width: 4px;
    height: 4px;
    margin-right: 20px;
    display: inline-block;
    background-color: #e1e1e1;
    border-radius: 50%;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


.imagecontainer {
	
	display: block;
	
	height: 240px;
	overflow: hidden;
	border-radius: 0;

	box-shadow: 0 0 10px rgba(0,0,0,0.6); -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6); -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);margin-top:20px;
	position: relative;
	
}
.imagecontainer img {
	
	position: absolute;
	top: 20px;
	left: 33%;
}
.figcaption {
	
	/* non-essential styling */
	margin: -100px 0 0 0;
	
	text-align:center;
	text-transform: none;
	letter-spacing: .05em;
	height:100px;

}
	.overlay {  
	 
	    text-align:center;
	    opacity:0;	  
	    width:100%;height:100%; 
	
	background-color:#9d0d0c;
		
	}
	.imagecontainer:hover {
	   
	}
	.imagecontainer:hover .overlay {
	    opacity:0.9;
		
	}
	.search {
	    position:absolute;
		top:20px;left:33%;
		z-index:9999999999;
	    opacity:1;
	}
	
	.search2{
		position:absolute;
		top:130px;left:33%;
		z-index:9999999999;
		 opacity:1;
	}