
@media screen and (max-width: 1199px) {
	body {
		min-width: inherit;
		width: 100%;
	}
	.w2 {
		width: 100%;
	}
	#wrapper {
		width: 100%;
	}

	#header .info {
		padding: 0;
	}

	.books {
		width: 100%;
	}
	.books-holder {
		width: 100%;
	}
	.books-holder h1 {
		text-align: center;
		padding: 20px;
		font-size: 50px;
		line-height: 50px;
	}
	.books-holder a {
		display: block;
		float: none;
		padding: 0;
		text-align: center;
	}
	.books-holder .more::after {
		display: none;
	}


	.aside {
		text-align: center;
	}
	.aside .widget {
		float: none !important;
		display: inline-block !important;
		margin: 10px !important;
	}

	.block-holder {
	    box-sizing: border-box;
	    float: none;
	    margin: -7px auto 50px;
	    width: 96%;
	    text-align: center;
	}
	.block-holder .descr {
		float: none;
		display: block;
    	margin: 0 auto 40px;
    	width: 280px;
	}
	.block-holder .prduct {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 10px;
	}
	.arrival-holder .heading {
		background: #d4d20e;
		height: auto;
		margin: 0;
	}

	.txt-frame {
		width: 100%;
		box-sizing: border-box;
	}

	.update-form {
		box-sizing: border-box;
	    margin: 0 auto 65px;
	    width: 97%;
	}

	#footer {
	    box-sizing: border-box;
	    padding: 0 15px 50px;
	    width: 100%;
	}
}



@media screen and (max-width: 991px) {
	

	.info li::after {
		display: none;
	}

	.nav li::before {
		display: none;
	}
	.nav ul li {
	    margin: 10px 0;
	    padding: 0 10px;
	}

	.brands {
		width: 100%;
		box-sizing: border-box;
		padding: 0 15px;
	}
	.brands .heading::before, .brands .heading::after {
		display: none;
	}
	.brands .heading {
		float: none;
		margin: 0;
		text-align: center;
	}
	.brands ul {
		text-align: center;
		margin: 0;
		padding: 0;
	}
	.brands ul li {
		display: inline-block;
	    float: none;
	    margin: 10px 10px 0;
	    width: 160px;
	}


	.update-form {
		text-align: center;
	}
	.update-form .col {
	    float: none;
	    margin: 0;
	}
	.update-form input[type="text"], .update-form input[type="email"] {
		float: none;
	}
	.update-form .btn-submit {
		float: none;
	}

}
@media screen and (max-width: 767px) {
	
	.books .books-holder {
		position: relative;
		margin: 0;
	}
	.books-holder h1 {
		font-size: 30px;
		line-height: 30px;
	}
	
	.logo {
		text-align: center;
		float: none;
	}
	.logo a img {
		margin: 20px auto;
	}
	.social-networks {
		float: none;
		display: block;
	}
	.social-networks li {
		margin: 0;
	}
	#nav ul li {
		display: block;
		float: left;
    	width: 50%;
	}
	#nav ul li a {
	    font-size: 20px;
	    padding: 5px;
	}

	.aside .widget {
		margin: 0 auto 20px !important;
		width: 100%;
		max-width: 400px;
	}
	.widget img {
		width: auto;
		margin: 0 auto 10px;
		float: none;
	}
	.widget a h2 {
		display: block;
	}
	.sales a::before {
		display: none;
	}


	.block-holder {
		padding: 30px 10px;
	}
	.block-holder .prduct {
		margin-bottom: 20px;
	}
	.arrival-holder .heading {
		padding: 90px 20px 20px;
		text-align: center;
	}
	.update-form {
		padding: 20px 10px;
	}
	.update-form input[type="text"], .update-form input[type="email"] {
		box-sizing: border-box;
		height: auto;
		padding: 10px;
		width: 100%;
		max-width: 300px;
	}

	.palm-tree {
		margin: 0 0 10px;
		float: left;
		width: 100%;
		display: block;
	}
}



















/*******************************
			About Page
********************************/
@media screen and (max-width: 1199px) {
	.content-wraper {
		float: none;
	}
	#content {
		margin: 0 auto 88px;
	}
	#sidebar {
	    float: none;
	    margin: 0 auto;
	    width: 234px;
	}
	.sale-holder {
		width: 90%;
		margin: 0 auto 50px;
	}
	.sale-holder img {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 991px) {
	#content {
	    margin: 0 auto 88px;
	    width: 94%;
	}
}
@media screen and (max-width: 767px) {
	#content {
		padding: 10px;
	}
	#content .heading::before, #content .heading::after {
		display: none;
	}
	#content .heading {
		margin: 0px;
		padding: 20px;
	}
	#sidebar .widget a h2 {
		display: table-cell;
	}
	.social-networks {
		margin: 10px -15px;
	}
	.social-networks li {
		vertical-align: top;
	}
	.social-networks li a {
		background: #00b6cc !important;
	    color: #fff;
	    display: block;
	    font-size: 20px;
	    padding: 5px !important;
	    text-shadow: none;
	    width: auto !important;
	    height: auto !important;

	}
	.social-networks li a br {
		display: none;
	}
	.social-networks li.instagram a::after,
	.social-networks li.facebook a::after {
		display: none;
	}

	.ham-icon {
		display: block;
		text-align: right;
	}
	.ham-icon a {
		display: block;
	}
	.ham-icon img {
		max-width: 30px;
		padding: 10px;
	}
	#nav {
		display: none;
	}
}