@media only screen and (max-width: 768px) {	
	.brands_block_div  img {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		opacity: 1;
		transition: all .2s ease-in-out;
	}
	
	.brands_block_div:hover img  {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		opacity: 1;
	}

	section .brands_block_div {
		position: absolute;
		padding: 10px 30px;
	}

	.product_block_title {
		height: auto;
	}

	.partners_switcher_left {
		left: -30px;
	}
	
	.partners_switcher_right {
		right: -30px;
	}
}

@media only screen and (min-width: 768px) {	
	.brands_block_div  img {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		opacity: 1;
		transition: all .2s ease-in-out;
	}
	
	.brands_block_div:hover img  {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		opacity: 1;
	}

	.product_block_title {
		height: 66px;
	}

	section .brands_block_div {
		position: absolute;
		padding: 10px 30px;
	}

	.partners_switcher_left {
		left: -5px;
	}
	
	.partners_switcher_right {
		right: -5px;
	}
}

@media only screen and (min-width: 1024px) {	
	.brands_block_div  img {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		opacity: 1;
		transition: all .2s ease-in-out;
	}
	
	.brands_block_div:hover img  {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		opacity: 1;
	}

	.product_block_title {
		height: 44px;
	}

	section .brands_block_div {
		position: absolute;
		padding: 10px 20px;
	}

	.partners_switcher_left {
		left: -30px;
	}
	
	.partners_switcher_right {
		right: -30px;
	}
}

@media only screen and (min-width: 1250px) {
	.brands_block_div  img {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		opacity: 0.5;
		transition: all .2s ease-in-out;
	}
	
	.brands_block_div:hover img  {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		opacity: 1;
	}

	.product_block_title {
		height: 44px;
	}

	section .brands_block_div {
		position: absolute;
		padding: 10px;
	}

	.partners_switcher_left {
		left: -30px;
	}
	
	.partners_switcher_right {
		right: -30px;
	}
}


/* # */
/* # */

/* . */

.view_product {
	width: 95%;
	border: 1px solid #379337;
	text-align: center;
	border-radius: 20px;
	padding: 5px 20px;
	text-transform: capitalize;
	margin: auto;
	color: #379337;
	transition: all .2s ease-in-out;
}
	
.see_all {
	margin: 50px auto;
}

.product_main_image{
	position: relative;
	overflow: hidden;
	background: #fff;
	margin-bottom: 15px;
}
	
.product_main_image img {
	width: 100%;
	margin: auto;
	backface-visibility: hidden;
	transition: all .5s ease-in-out;
}

.product_main_image:hover img {
	transform: scale(1.2);
}

.products_listing_div {
	position: relative;
    left: 60px;
    opacity: 0;
}

.products_listing_div a {
	color: #000;
	text-decoration: none;
}

.products_listing_div a:hover {
	color: #000;
}

.product_blocks_desc {
    text-align: center;
    padding: 15px;
	text-transform: capitalize;
}

.product_block_title {
    margin-bottom: 10px;
}

.old_price {
    text-decoration: line-through;
    color: #9d9b9b;
    font-size: 17px;
    position: relative;
    top: -1px;
}

.new_price {
	color: #cd9e2d;
	font-size: 23px;
}

.new_price .ba-lari {
    font-size: 18px;
    margin-left: 3px;
}

.products_div {
    display: block;
    background: #fff;
    padding: 20px;
    border: 2px solid #cfcfcf;
}

.see_all_a {
	display: block;
    width: 185px;
    margin: auto;
}

.page_title_h1 {
	padding: 50px 0 50px;
}

a.facebook_div {
    top: 270px;
}
		
/* . */