/*!
Theme Name:   Black Wing
Theme URI:    https://horizon.net.sa
Author:       Horizon
Author URI:   https://horizon.net.sa
Version:      1.0.0
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@media only screen and (max-width: 768px) {
	.home-cat-img{
		order: 1;
	}
	.home-cat-title{
		order: 2;
	}
	#whatsapp {
		bottom: 80px;
		right: 15px;
	}
	.navbar-collapse {
		background-color: #602659;
		text-align: center;
	}

	.site-footer {
		padding-bottom: 60px;
	}

	.site-footer .footer-widgets {
		display: block;
		padding-top: 50px;
	}

	.site-header .welcome p {
		padding-top: 60px;
	}

	.site-header ul.navbar-nav.search, .site-header .site-header-cart {
		display: none;
	}

	.site-header li.nav-item.lang span {
		background-color: transparent;
		padding: inherit;
	}

	ul.products li.product {
		width: 50%;
		float: right;
		padding: 5px;
	}

	ul.products li.product .add_to_cart_button {
		font-size: 12px;
	}

}