@media only screen and (max-width: 768px) {
	
	.product_gallery_div {
		margin: 0;
	}
	
	.product_block_title {
		height: auto;
	}
	
	.product_big_image {
		margin: 0 20px;
	}
	
	.product_main_image:hover img {
		transform: scale(1);
	}

	.products_listing_div a:hover {
		color: #2f2f31;
	}
	
	.product_brand:hover {
		opacity: 1;
	}
	
	.product_categories .product_blocks:hover {
		color: #2f2f31;
	}
	
	.product_categories .product_blocks:hover:before {
		background: #2f2f31;
	}
	
	a.product_sub_divs:hover {
		color: #2f2f31;
	}
	
	a.product_sub_divs:hover:before {
		background: #2f2f31;
	}
	
	.little_pics .op_image {
		opacity: 1;
	}
	
	#categories_show {
		display: none;
	}
	
	.product_categories {
		margin-top: 20px;
	}
	
	.m_div img {
		opacity: 1;
	}

}

@media only screen and (min-width: 768px) {
	
	.product_gallery_div {
		margin: 0 0 40px 0;
	}
	
	.product_block_title {
		height: 66px;
	}
	
	.product_big_image {
		margin: 0 10px;
	}
	
	.product_main_image:hover img {
		transform: scale(1);
	}

	.products_listing_div a:hover {
		color: #2f2f31;
	}
	
	.product_brand:hover {
		opacity: 1;
	}
	
	.product_categories .product_blocks:hover {
		color: #2f2f31;
	}
	
	.product_categories .product_blocks:hover:before {
		background: #2f2f31;
	}
	
	a.product_sub_divs:hover {
		color: #2f2f31;
	}
	
	a.product_sub_divs:hover:before {
		background: #2f2f31;
	}
	
	.little_pics .op_image {
		opacity: 1;
	}
	
	#categories_show {
		display: block;
	}
	
	.product_categories {
		margin-top: 0;
	}
	
	.m_div img {
		opacity: 1;
	}
	
}

@media only screen and (min-width: 1024px) {
	
	.product_gallery_div {
		margin: 0;
	}
	
	.product_block_title {
		height: 44px;
	}
	
	.product_big_image {
		margin: 0 15px;
	}
	
	.product_main_image:hover img {
		transform: scale(1);
	}

	.products_listing_div a:hover {
		color: #2f2f31;
	}
	
	.product_brand:hover {
		opacity: 1;
	}
	
	.product_categories .product_blocks:hover {
		color: #2f2f31;
	}
	
	.product_categories .product_blocks:hover:before {
		background: #2f2f31;
	}
	
	a.product_sub_divs:hover {
		color: #2f2f31;
	}
	
	a.product_sub_divs:hover:before {
		background: #2f2f31;
	}
	
	.little_pics .op_image {
		opacity: 1;
	}
	
	#categories_show {
		display: block;
	}
	
	.product_categories {
		margin-top: 0;
	}
	
	.m_div img {
		opacity: 1;
	}
}

@media only screen and (min-width: 1250px) {
	
	.product_gallery_div {
		margin: 0;
	}
	
	.product_block_title {
		height: 44px;
	}
	
	.product_big_image {
		margin: 0 13px;
	}
	
	.product_main_image:hover img {
		transform: scale(1.2);
	}

	.products_listing_div a:hover {
		color: #000;
	}
	
	.product_brand:hover {
		opacity: 0.5;
	}
	
	.product_categories .product_blocks:hover {
		color: #cd9e2d;
	}
	
	.product_categories .product_blocks:hover:before {
		background: #cd9e2d;
	}
	
	a.product_sub_divs:hover {
		color: #cd9e2d;
	}
	
	a.product_sub_divs:hover:before {
		background: #cd9e2d;
	}
	
	.little_pics .op_image {
		opacity: 0.7;
	}
	
	#categories_show {
		display: block;
	}
	
	.product_categories {
		margin-top: 0;
	}
	
	.m_div img {
		opacity: 0.5;
	}

}
/* # */
/* # */

/* . */		
	
	.show_cats {
		position: relative;
		height: 50px;
		background: #cd9e2d;
		padding: 13px;
		text-align: center;
		color: #fff;
	}
	
	#hide_cat {
		display: none;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		text-align: center;
		transform: translate(-50%,-50%);
	}
	
	.sub_product_text {
		text-align: center;
		text-transform: capitalize;
	}	
	
	.product_text {
		float: left;
		width: 85%;
		position: relative;
	}	
	
	.product_blocks span {
		font-size: 12px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 20px;
	}
	
	.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_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,
	.product_inside_new_price .ba-lari {
		font-size: 18px;
		margin-left: 3px;
	}

	.product_inside_old_price .ba-lari {
		font-size: 12px;
		position: relative;
		top: -1px;
	}
	
	.products_div {
		display: block;
		background: #fff;
		padding: 20px;
		border: 2px solid #cdcdcd;
		overflow: hidden;
	}
	
	.product_brand {
		float: right;		
		width: 20%; 
		transition: all .2s ease-in-out;
	}
	
	.product_big_image {
		border: 1px solid #cdcdcd;
		background: #fff;
	}
	
	.product_rows {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.product_right_arrow {
		border-right: 2px solid #cdcdcd;
	}
	
	.page_tags_line {
		margin-bottom: 20px;
	}
	 
	#show_hide_button_div {
		background: url(/modules/menu_buttons/images/show_hide.svg) center no-repeat;
		background-size: 560px 35px;
		background-position: 0 0;
		height: 38px;
		right: 28px;
		top: 18px;
		width: 35px;
		z-index: 15;
	}
	
	.category_button_div {  
		background: #379337;
		color: #fff;
		padding: 20px;
		text-align: center;
		margin: auto;
		width: 100%;
		cursor: pointer;
	}
	
	.product_mobile_menu_text {
		padding: 15px 30px;
		width: 80%;
		float: left;
		background: #e6e6e6;
		border-bottom: 1px solid #757575;
		text-transform: capitalize;
	}
	
	ul.mobile_sub_category {
		padding-left: 70px;
		display: none;
	}
	
	ul.mobile_sub_category  li {
		margin-bottom: 10px; 
	}
	
	ul.mobile_sub_category  li  a{
		display: block;
	}
	
	
	#hide_category_button_div {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	 
	#mobile_filder_div {
		display: none;
		position: absolute;
		width: 100%;
		background: #fff;
		z-index: 10;
	}
	
	.mobile_sub_product_text {
		text-transform: capitalize;
	}
	
	.products_listing_div {
		position: relative;
		left: 60px;
		opacity: 0;
	}
	
	.products_listing_div a {
		text-decoration: none;
		color: #2f2f31;
	}
	
	
	
	.product_categories {
		border: 1px solid #cdcdcd;
		border-bottom: none;
	}
	
	.product_categories .product_blocks {
		border-bottom: 1px solid #cdcdcd;
		display: block;
		padding: 15px 20px;
		color: #2f2f31;
		background: #fff;
		text-transform: capitalize;
		position: relative;
		transition: all .2s ease-in-out;
	}
	
	.product_categories .product_blocks:last-child {
		border-bottom: none;
	}
	
	.product_title_brand h1 {
		float: left;
		width: 80%;
	}
	
	.product_title_brand {
		padding-bottom: 10px;
		margin-bottom: 20px;
		border-bottom: 1px solid #cdcdcd;
	}
	
	.product_inside_new_price {
		color: #cd9e2d;
		font-size: 23px;
		margin-bottom: 10px;
		text-transform: capitalize;
	}
	
	.product_inside_old_price {
		color: #9d9b9b;
		text-decoration: line-through;
		text-transform: capitalize;
	}
	
	.product_inside_prices {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #cdcdcd;
	}
	
	.exist_product {
		color: #cd9e2d;
	}
	
	.exist_product span,
	.not_exist_product span {
		margin-right: 10px;
	}
	
	.not_exist_product {
		color: #9d9b9b;
	}
	
	.sub_cat_div {
		padding: 0;
		list-style: none;
		margin: 0;
		background: #eceae9;
	}
	
	.sub_cat_div li {
    	border-bottom: 1px solid rgba(121, 121, 121, 0.3);
	}
	
	a.product_sub_divs {
		position: relative;
		display: block;
		vertical-align: middle;
		text-decoration: none;
		text-transform: capitalize;
		color: #2f2f31;
		transition: all .2s ease-in-out;
	}
	
	.product_sub_divs:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		width: 7px;
		height: 7px;
		border-radius: 50%;
		background: #2f2f31;
		transition: all .2s ease-in-out;
	}
	
	#active_sub_category a {
		color: #cd9e2d;
	}
	
	#active_sub_category a:before {
		background: #cd9e2d;
	}
	
	a#active_category {
		color: #cd9e2d;
	}
	
	a#active_category span {
		transform: rotate(90deg);
		margin-top: -4px;
	}
	
	.line_product {
		height: 2px;
		background: #cdcdcd;
		margin: 50px 0 0px;
	}
	
	.page_title_h1 {
		padding-top: 55px;
	}
	
	.little_pics .outside_op_image {
		background: #fff;
		border: 1px solid #cdcdcd;
	}
	
	.little_pics .op_image {
		backface-visibility: hidden;
		transition: all .2s ease-in-out;
	}
	
	.little_pics .outside_op_image:hover .op_image {
		opacity: 1;
	}
	
	
	
	.m_div {
		cursor: pointer;
		position: relative;
	}
	
	.m_div img {
		position: relative;
		z-index: 5;
		backface-visibility: hidden;
		transition: all .2s ease-in-out;
	}
	
	.m_div:hover img {
		opacity: 1;
	}
	
	.m_title_h2 {
		margin: 0 0 10px;
	}
	
	.m_video_iframe {
		height: 100%;
		width: 100%;
	}
	
	img.m_play_icon_div {
		width: auto;
		left: 50%;
		opacity: .7;
		position: absolute;
		top: 50%;
		transform: translate(-50%,-50%);
		z-index: 10;
	}
	
	.product_video {
		background: #201205;
	}
/* . */
