@media only screen and (max-width: 991px) {
	.main_options{
		display: none;
	}
	.header_options {
	    width: 160px;
	}
	.header_logo{
		width: 300px;
	}
	.header_search{
		width: calc(100% - 490px);
	}
	.social_links {
	    display: none;
	}
	.newslatter_area_inner{
		justify-content: space-between;
	}
	.newslatter_area h1{
		text-align: right;
	}
	.social_links_icons{
		text-align: right;
	}
	.social_links_icons li:last-child a{
		margin-right: 0;
	}
	.footer_pages_links{
		margin: 0;
	}
	.footer_copyright{
		text-align: center;
	}
	.border_image{
		display: none;
	}
	.p_border{
		display: none;
	}
}


@media only screen and (max-width: 950px) {
	.archive_page_header h1{
		font-size: 48px;
	}
	.loop_box_box{
		width: 50%;
	}
	.selected_page_layout{
		flex-wrap: wrap-reverse;
	}
	.selected_page_content{
		width: 100%;
	}
	.selected_page_sidebar {
	    width: 100%;
	    padding-bottom: 30px;
	}
	.np_section_inner{
		flex-wrap: wrap;
	}
	.np_category{
		width: 100%;
	}
	.np_products {
	    width: 100%;
	    padding-top: 30px;
	}
	.np_category img {
	    margin: 0 auto;
	}
	.pws_section_inner{
		flex-wrap: wrap;
	}
	.pws_content {
	    width: 100%;
	}
	.pws_sidebar{
		width: 100%;
		display: flex;
		justify-content: space-between;
		padding-top: 20px;
	}
	.pws_sidebar .home-widget-container{
		width: calc(50% - 15px);
		border-bottom: 0;
	}
	.pws_section{
		padding: 60px 0 20px;
	}
	.header_search{
		display: none;
	}
	.user_option{
		display: none;
	}
	.bar_btn{
		margin-left: 0;
		margin-bottom: 0;
	}
	.header_options {
	    width: 22px;
	}
	.header_bottom{
		display: none;
	}
	.header_border{
		display: none;
	}
	.header_main{
		align-items: center;
	}
	.header_logo{
		padding-bottom: 0;
	}
	.site_header{
		padding-bottom: 10px;
	}
	.newslatter_area_inner{
		flex-wrap: wrap;
		justify-content: center;
	}
	.newslatter_form{
		width: 100%;
	}
	.newslatter_social{
		width: 100%;
	}
	.newslatter_area h1{
		text-align: center;
	}
	.social_links_icons {
	    text-align: center;
	}
	.newslatter_area{
		padding: 40px 0;
	}
	.newslatter_form form {
	    margin-bottom: 0;
	}
	.account_page_layout{
		flex-wrap: wrap-reverse;
	}
	.account_page_content{
		width: 100%;
	}
	.account_page_sidebar{
		width: 100%;
		max-width: 280px;
   		margin-left: auto;
   		margin-bottom: 30px;
	}
	.contact_page_layout{
		flex-wrap: wrap-reverse;
	}
	.contact_page_form{
		width: 100%;
	}
	.contact_page_info{
		width: 100%;
		max-width: 280px;
		margin-left: auto;
		margin-bottom: 30px;
	}
	.single_book{
		flex-wrap: wrap;
	}
	.single_book_images{
		width: 100%;
		margin-bottom: 30px;
	}
	.single_book_content{
		width: 100%;
	}
	.single_book_images img{
		margin-left: auto;
	}
}
@media only screen and (max-width: 480px) {
	.cp_form_col{
		width: 100%;
	}
	.np_product_box{
		flex-wrap: wrap;
	}
	.np_product_image{
		width: 100%;
	}
	.np_product_image img{
		width: 100%;
	}
	.np_product_content {
	    width: 100%;
	    padding-top: 10px;
	    text-align: right;
	}
	.np_section{
		padding: 60px 0 20px;
	}
	.section_heading1 h1{
		margin: 0 0 20px;
	}
	.pws_section {
	    padding: 40px 0 20px;
	}
	.footer_contact_area_inner{
		flex-wrap: wrap-reverse;
	}
	.footer_contant_form{
		width: 100%;
	}
	.footer_pages_links{
		width: 100%;
		max-width: 100%;
		padding-bottom: 30px;
	}
	.home-widget-title{
		font-size: 24px;
	}
	.section_heading1 h1{
		font-size: 36px;
	}
	.social_links_icons li a{
		margin: 0 3px;
	}
	.header_logo{
		width: 220px;
	}
	.home-widget-container{
		padding-right: 0;
	}
	.section_heading span{
		font-size: 24px;
	}
	.section_heading{
		font-size: 36px;
	}
	
	.footer_copyright p {
    text-align: center;
}

.footer_contact_area {
    padding: 60px 0 0px;
}

.newslatter_form form
{
    margin-top: 30px;
}

.newslatter_area {
    padding: 30px 0;
}

    
}

@media only screen and (max-width: 400px) {
	.loop_box_box {
	    width: 100%;
	}
	.archive_page_header h1 {
	    font-size: 36px;
	}
}