@media (max-width: 1199px) {

	ul.products.columns-3 .product {
		width: 50%;
	}
	.page_topline ul li {
		width: 100%;
	}

}

@media (max-width: 991px) {

	.page_copyright {
		padding-bottom: 50px;
	}
	#features {
		flex-direction: column;
	}
}

@media (max-width: 575px) {

	.row-100-force {
	    width: auto;
	}

}

@media (max-width: 679px) {
	
	.page_slider .custom-navigation {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.page_slider .custom-navigation a svg {
		display: none;
	}
	.page_slider .custom-navigation a.flex-prev:before,
	.page_slider .custom-navigation a.flex-next:before {
		font-family: 'icomoon' !important;
		content: "\e917";
		color: #fff;
		font-size: 28px;
	}
	.page_slider .custom-navigation a.flex-prev {
		transform: rotate(180deg);
	}

	.breadcrumb {
		display: none;
	}

	.product .summary .product_meta strong {
		width: 100%;
		display: block;
	}

}
