/*  Правки для мобілок 
	==================

Mobile (Smartphone) max-width: 480px
Low Resolution Tablets and ipads max-width: 767px
Tablets Ipads portrait mode max-width:1024px
Desktops max-width:1280px
Huge size (Larger screen) max-width: 1281px and greater

*/

/* Mobile (Smartphone) max-width: 480px */
@media screen and (max-width: 480px) {
	.HomePageSeconMenu ul {
		overflow: hidden;
		padding: 0;
		text-align: center;
	}
	.HomePageSeconMenu ul li {
		width: 100%;
	}
	.condic, .tepas, .sonpan, .vetil {
		padding: 20px 0 110px 0;
		background-position: 50% 70%;
	}
	.product-thumb {
		width: unset;
	}

}

/* Low Resolution Tablets and ipads max-width: 767px */
@media screen and (min-width: 481px) and (max-width: 767px) {
	.HomePageSeconMenu ul {
		overflow: hidden;
		padding: 0;
		text-align: center;
	}
	.HomePageSeconMenu ul li {
		width: 50%;
	}
	.condic, .tepas, .sonpan, .vetil {
		padding: 20px 0 110px 0;
		background-position: 50% 70%;
	}
	.product-thumb {
		width: unset;
	}
}

/* Tablets Ipads portrait mode max-width:1024px + add bootstrap 1199px */
@media screen and (min-width: 768px) and (max-width: 1200px) {
	.product-thumb .price-new-one {
		margin: 0;
	}
	.product-thumb .caption {
		padding: 40px 15px 1px 15px;
	}
	.product-thumb .rating {
		text-align: center;
	}
	#column-left .list-group a {
		word-break: break-word;
	}
}