/*========================================/*Control of the smart slider  *\================================================*/
#n2-ss-5-align{
	padding-left: 18px;
}

span.et_shop_image {
    width: 192px;
}

/*========================================/*Control of the sorting by price *\================================================*/
.sorting-section{
	width: 99%;
	padding: 20px 0 20px;
	background: #ececec;
	display: block;
	position: relative;
	border-radius: 10px;
	margin-left: 17px;
}

.sorting-section p{
	float: left;
    display: block;
    position: absolute;
    top: 0;
    padding-left: 10px;
    padding-top: 10px;
}

.woocommerce-ordering{
	position: absolute;
	top: 7px;
	background-color: #fff;
	font-size: 14px;
	right: 7px;
	border-radius: 10px;
}

.woocommerce-result-count{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#clearfix{
	width: 100%;
	display: block; 
	height: 0; 
	clear: both; 

}

.orderby, .woocommerce div.product form.cart .variations td select{
	background-color: #fff;
	/*margin-right: 9px;*/
	font-size: 14px;
}

/*========================================/*Control of the sidebar *\================================================*/
#sidebar{
	display: none;
}

/*========================================/*Control the Category and archive *\================================================*/

#main-content .container {
    padding-top: 0px;
}

.woocommerce-products-header__title.page-title, 
.woocommerce-breadcrumb{
	display: none;
}

.woocommerce-result-count{
	display: block!important;
}

/*========================================/*Control the number of the product in the row*\====================================*/

/*Make full width*/
@media (min-width: 981px) {
	#left-area {
	    width: 100%;
	    padding-bottom: 23px;
	}
}

@media (min-width: 981px){
	#main-content .container:before {
	    background-color: inherit!important;
	}
}

/*adjustment for 4 shop columns*/
@media screen and (min-width:1024px) {
    .woocommerce ul.products li.product { 
	width: 16% !important;
	margin: 2% !important;
	clear: none !important;
    }
    .woocommerce ul.products li.product:nth-child(5n+1) {
	clear: both !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
    .woocommerce ul.products li.product.first, .woocommerce ul.products li.product.last {
        clear: right !important;
    }
    .woocommerce ul.products li.product:nth-child(5n+1) {
         clear: none !important;
    }
}