/*This is the main style that contains only the BASIC structuring of the html and Media rules for responsive Template*/
/*If you want to add CUSTOM css please add it in the custom.css sheet*/


/*GENERAL styles*/
div.main{
	margin-top: 60px !important;
}

.content-wrapper{
	margin-top: 15px !important;
}
/*end of the GENERAL styles*/

/*The HOME Page styles*/
/*main slider*/

/********/

/*Featured Products*/
.featured-product-section{
	margin-top: 100px;
}

img.featured-product-img{
	width: 100%;
	height: 250px !important;
	
}
/********/

img.brands-slider-img{
	width: 100%;
	height: 100px;
}
/********/
/*Footer section*/
.footer{
	margin-top: 100px;
}
/********/


/*copyright footer section*/
.copyright-footer{
	padding: 20px;
}
/********/
/*End of the HOME page styles*/



/*The shop page style*/

/*end of the filters and categories*/

/*products section*/
.sorting-filter{
	margin-bottom: 30px;
}

.product-container{
	margin-bottom: 30px;
}

/*end of the products section*/


/*pagination*/
.shop-pagination{
	margin-top: 30px;
}

.shop-pagination > ul > li{
	padding: 5px;
	width: 20px;
	height: 20px;
}
/*end of the pagination*/
/*end of the shop page*/


/*Product-details page*/


#product-details-carousel > div > div > img{
	width:100%;
	height: 400px;
}

#product-details-carousel > ul {
	margin-top: 15px;
	list-style: none;
	padding: 0px;
}
#product-details-carousel > ul > li{
	float: left;
	margin-bottom: 15px;
}


.product-details-carousel-thumbs > div > li > img{
	
	width: 100%;
	height: 100px;
}
/*end of the product-details page*/

/*profile page styles*/

img.profile-photo{
	width: 150px;
	height: 150px;
}
/*end of the profile page styles*/


/*cart page styles*/
.cart-product-img{
	width: 50px;
	height: 50px;
}

/*end of the cart page styles*/


/*order-product page style*/

/*end of the order-product page style*/