/**
	* 8.0 Media Queries
	* ----------------------------------------------------------------------------
	*/
@media (min-width: 1300px) {
	.page-title-inner,
	.main-content-inner,
	.theme-container,
	.full-width .inner-container,
	.main-content.left-sidebar,
	.site-footer .inner-container,
	.main-inner-container,
	.full-width .page-title,
	.main-content.box-page {
		width: 1200px;
	}
	.middle-container {}
	.blog-wrapper .owl-theme .owl-buttons div.owl-prev {
		left: 0;
		right: auto;
	}
	.blog-wrapper .owl-theme .owl-buttons div.owl-next {
		right: 0;
		left: auto;
	}
	.product-block .theme-container {
		position: relative;
	}
	.team-posts-content.staff-page.posts-content .owl-theme .owl-buttons div.owl-prev {
		left: -25px;
	}
	.team-posts-content.staff-page.posts-content .owl-theme .owl-buttons div.owl-next {
		right: -25px;
	}
	.brand-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev {
		left: -50px;
		right: auto;
		margin: 0;
	}
	.brand-carousel.owl-theme .owl-controls .owl-buttons div.owl-next,
	.blog-wrapper .owl-theme .owl-buttons div.owl-next {
		right: -15px;
		left: auto;
	}
	.testimonial-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev {
		left: 0;
		right: auto;
	}
	.testimonial-carousel.owl-theme .owl-controls .owl-buttons div.owl-next {
		right: 0;
		left: auto;
	}
	.shop-full-width .columns-3 li.product {
    	width: 25%;
	}
}
/*@media (min-width: 1500px) {
	.page-title-inner,
	.main-content-inner,
	.theme-container,
	.full-width .inner-container,
	.main-content.left-sidebar,
	.site-footer .inner-container,
	.main-inner-container,
	.full-width .page-title,
	.main-content.box-page {
		width: 1400px;
		
	}
	.middle-container {}
	.blog-wrapper .owl-theme .owl-buttons div.owl-prev {
		left: 0;
		right: auto;
	}
	.blog-wrapper .owl-theme .owl-buttons div.owl-next {
		right: 0;
		left: auto;
	}
	.product-block .theme-container {
		position: relative;
	}
	.team-posts-content.staff-page.posts-content .owl-theme .owl-buttons div.owl-prev {
		left: -25px;
	}
	.team-posts-content.staff-page.posts-content .owl-theme .owl-buttons div.owl-next {
		right: -25px;
	}
	.brand-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev {
		left: 0;
		right: auto;
	}
	.brand-carousel.owl-theme .owl-controls .owl-buttons div.owl-next,
	.blog-wrapper .owl-theme .owl-buttons div.owl-next {
		right: 0;
		left: auto;
	}
	.testimonial-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev {
		left: 0;
		right: auto;
	}
	.testimonial-carousel.owl-theme .owl-controls .owl-buttons div.owl-next {
		right: 0;
		left: auto;
	}
}*/
@media (min-width: 980px) {

	#categorytab ul.resp-tabs-list {
		position: relative;
		z-index: 5;
	}
	#footercontactuswidget-2 .widget-title {
    	display: none;
	}
	.first-widget:after {
		content: '';
		display: block;
		position: absolute;
		left: auto;
		right: 0;
		top: 0;
		bottom: auto;
		background-color: #e5e5e5;
		width: 1px;
		height: 100%;
	}
	
	.forth-widget:after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: auto;
		top: 0;
		bottom: auto;
		background-color: #e5e5e5;
		width: 1px;
		height: 100%;
	}
	.header-bottom.sticky-menu {
		position: fixed;
		display: block;
		width: 100%;
		left: 0;
		right: 0;
		z-index: 9999;
		top: 0px;
		border: none;
		background-color: #ffffff;
		box-sizing: border-box;
		box-shadow: 0px 3px 11px 0px rgba( 0, 0, 0, 0.08);
		-moz-box-shadow: 0px 3px 11px 0px rgba( 0, 0, 0, 0.08);
		-webkit-box-shadow: 0px 3px 11px 0px rgba( 0, 0, 0, 0.08);
		-webkit-font-smoothing: antialiased;
		animation: 0.9s ease 0s normal both 1 running fixedAnim;
		-webkit-animation: 0.9s ease 0s normal both 1 running fixedAnim;
		-moz-animation: 0.9s ease 0s normal both 1 running fixedAnim;
		-ms-animation: 0.9s ease 0s normal both 1 running fixedAnim;
		-o-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	}
	@-webkit-keyframes fixedAnim{0%{top:-100%;}100%{top:0;}}
	@-moz-keyframes fixedAnim{0%{top:-100%;}100%{top:0;}}
	@keyframes fixedAnim{0%{top:-100%;}100%{top:0;}}
	
	.blog-wrapper .owl-theme .owl-buttons div {
		transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		position: static;
		display: inline-block;
		vertical-align: top;
		float: left;
		margin: 0 2px;
	}
	.blog-wrapper .owl-buttons {
			position: absolute;
			bottom: auto;
			left: auto;
			top: -43px;
			right: 20px;
	}
	.blog-wrapper .owl-buttons {
		opacity: 0;
		-khtml-opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		transition: all 0.3s ease-out 0s;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
	}
	.blog-wrapper:hover .owl-buttons {
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		transition: all 0.3s ease-out 0s;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
	}
}
@media (min-width: 768px) {
	/* Start Product sidebar css */
	.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
		padding: 0;
		margin: 0 0 10px 5px;
	}
	
}
@media (max-width: 1499px) {
	.home-content-wrapper .testimonial-wrapper{
		    width: 60%;
	}
	.products_block .owl-theme .owl-buttons div.owl-prev,
	.related.products .owl-theme .owl-buttons div.owl-prev {
		left: 0;
	}
	.products_block .owl-theme .owl-buttons div.owl-next,
	.related.products .owl-theme .owl-buttons div.owl-next {
		right: 0;
	}
	.mega-menu ul li.cat-item {
		position: static;
	}
	.mega-menu ul li.cat-item .sub-container {
		right: 0 !important;
	}
	.middle-container {
		width: 1250px;
	}
	.page-title-inner,
	.main-content-inner,
	.theme-container,
	.full-width .inner-container,
	.main-content.left-sidebar,
	.site-footer .inner-container,
	.main-inner-container,
	.full-width .page-title,
	.main-content.box-page {
		width: 1200px;
		
		
		
	}
	.main-slider:before {
		bottom: 13%;
	}
	.video-wrapper .videoblock-details {
		padding: 50px 30px !important;
	}
	.home-content-wrapper .blog-wrapper .shortcode-title .normal-title {
		top: 12%;
	}
	.testmonial-image{
		    height: 120px;
    width: 120px;
	}
	.image-warp {
    	padding: 0 20px !important;
	}
	.aboutservice-wapper .service-item{
		padding: 50px 50px !important;
		margin: 30px !important;
	}
	.brand_logo .widget-warp-inner{
		width: 524px;
		padding: 84px 0 20px !important;
		margin: 30px !important;
	}
	#primary {
		width: 893px;
	}
	#secondary{
	    width: 277px;
	}
	/*.woocommerce #content .singleproduct-sidebar {
		width: 20%;
	}*/
}
@media (max-width: 1399px) {
	.parallax #simple3D .header-content-img-1.hdcontent-img,
	.parallax #simple3D .header-content-img-2.hdcontent-img,
	.parallax #simple3D .header-content-img-3.hdcontent-img,
	.parallax #simple3D .header-content-img-4.hdcontent-img{
		display:none;
	}
}
@media (max-width: 1299px) {
	.bannercmsblock .banner-cms-wrap:nth-child(1), .bannercmsblock .banner-cms-wrap:nth-child(3) {
    	width: 230px;
	}
	.brand_logo .widget-warp-inner {
		width: 415px;
		padding: 34px 0 20px !important;
	}
	.about-us-warp {
		padding: 0 0 0 !important;
		width: 100%;
		text-align: center;
	}	
	.home-content-wrapper .testimonial-wrapper {
		width: 60%;
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.entry-content .testimonial-content blockquote{
		    text-align: center;
	}
	.header-logo{
		margin-right: 25px;
	}
	.post-info {
    	min-height: 345px;
	}
	.testmonial-text{
		width: 57%;
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.header-cart{
		margin: 20px 0 0 15px;
		padding: 0 0 0 15px;
	}
	.topbar-link{
		margin: 20px 0 0 15px;
		padding-left: 15px;
	}
	.testimonial-wrapper .owl-pagination {
    	margin-top: 0px;
	}
	#content .brand_logo .brand-warp {
    	padding-top: 0 !important;
	}
   #woo-products, .woocommerce ul.products.grid, .woocommerce-page ul.products.grid {
    	margin: 0 -15px;
	}
	.woocommerce ul.products li .container-inner, .woocommerce-page ul.products li .container-inner{
		padding:0 15px;
	}
	.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img{
		    margin-right: 8px;
	}
	#content .specialproduct .caption-inner{
		padding: 15px 0 0;
		display: inline-block;
		vertical-align: top;
	}
	#content .specialproduct .count-down{
		text-align: left;
		display: inline-block;
		vertical-align: top;
	}
	#secondary .widget .widget-title:before,#secondary .widget .widget-title:after{
		display:none;
	}
	#secondary .widget .widget-title{
		padding:15px;
		    font-size: 14px;
	}
	.about-content-wrapper .static-text-container{
		float: none;
		display: block;
	}

	.shortcode-title .normal-title, .shortcode-title .upsells.products > h2, .related.products h2, .shortcode-title .cross-sells > h2{
		font-size: 20px;
		line-height: 25px;
	}
	.bannercmsblock .static-wrapper .text3.static-text{
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 25px;
	}
	.about-content-wrapper .normal-title {
    	padding: 0 0 15px;
    	margin-bottom: 15px;
	}
	.static-text-container .desc{
		    margin-bottom: 30px;
	}
	.countbox .timebox{
		line-height: 24px;
		height: 50px;
		width: 50px;
	}
	#content .categorylist_wapper,#content .latest-products.product-block ,#content .specialproduct,#content .offer.cms,.feature.product,.bannercmsblock,#content .blog-wapper,#content .brand_logo .brand-warp{
    	margin-bottom: 50px !important;
	}
	.countbox strong{
		    line-height: 36px;
	}
	#content .specialproduct .caption-inner .price{
		    margin-bottom: 15px;
		
	}
	.image-service-wapper {
    	width: 100%;
	}
	.service-wrapper{
		    position: static;
	}
	.image-service-wapper .image-inner-warp {
    	text-align: center;
	}
	.image-warp {
    	padding: 0 !important;
    	margin-bottom: 30px;
	}	
	.brand_main .product-block{
		margin: 20px 20px !important;
	}
	.bannercmsblock .banner-cms-wrap:nth-child(2) {
    	width: 468px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
		    width: 50%;
	}
	.custom-testimonial-inner:before{
		height: 50px;
		width: 50px;
		background-size: 40px;
	}
	.right-part{
		width:30%;
	}
	.owl-theme .owl-buttons div.owl-prev {
    	left: 0;
	}
	.owl-theme .owl-buttons div.owl-next {
    	right: 0;
	}
	.feature.product .feature-img {
		padding: 0 15px 0 0 !important;
	}
	.feature.product .feature-text {
		padding: 0 0 0 15px !important;
	}
	#content .specialproduct .special-image-wrapper {
    	float: none;
    	width: 100%;
	}
	.bannercmsblock .cms-banner-item.banner-item.second .static-wrapper{
		left: 50px;
		top: 40px;
	}
	.bannercmsblock .cms-banner-item.banner-item.second .static-wrapper .text2.static-text {
    	margin-bottom: 25px;
	}
	.bannercmsblock .cms-banner-item.banner-item.four .static-wrapper{
		bottom: 15px;
		left: 20px;
	}
	.bannercmsblock .cms-banner-item.banner-item.four .text2.static-text {
    	margin-bottom: 25px;
	}
	.bannercmsblock .static-wrapper{
		    top: 25px;
	}
	.footer-widget{
		    padding: 35px 15px;
			    min-height: 327px;
	}
	.forth-widget {
    	min-height: 356px;
	}
	.widgets-footercontact .fa{
	    font-size: 16px;
	}
	.widgets-footercontact .fa-mobile {
    	font-size: 21px;
	}		
	.widgets-footercontact .fa-envelope {
    	font-size: 14px;
	}
	.main-slider:before {
		bottom: 10%;
	}
	.video-wrapper .video-inner {
		width: 100%;
		margin: 0 0 20px;
	}
	.video-wrapper .videoblock-details {
		padding: 0 !important;
		width: 100%;
	}
	.video-wrapper .videoblock-details .video-text2 p {
		font-size: 35px;
		line-height: 35px;
	}
	.site-header {}
	.widget_newsletterwidget .tnp-widget {
		    margin: 0 0 5px;
	}
	.widget_newsletterwidget{
		width: 100%;
	}
	.newsletter-detail{
		margin: 0 0 15px;
		width: 100%;
	}
	.site-footer .widget_newsletterwidget .title-outer .news-image{
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.widgets-follow-us{
		margin: 0 0 20px;
	}
	#content .blog-wapper .blogtext-wapper {
    	padding-top: 20px;
	}
	.header-search .search-overlay{
		    width: 370px;
	}
	.testimonial-wrapper .product-block:before{
		display:none;
	}
	.yith-wcwl-wishlistaddedbrowse.show,
	.yith-wcwl-wishlistexistsbrowse.show,
	.woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist,
	.woocommerce ul.products a.compare.button,
	.woocommerce ul.products .image-block .button.yith-wcqv-button,
	.woocommerce ul.products li.product .product_type_simple.button,
	.woocommerce-page ul.products li.product .product_type_simple.button,
	.woocommerce ul.products li.product .product_type_grouped.button,
	.woocommerce-page ul.products li.product .product_type_grouped.button,
	.woocommerce ul.products li.product .product_type_external.button,
	.woocommerce-page ul.products li.product .product_type_external.button,
	.woocommerce ul.products li.product .product_type_variable.button,
	.woocommerce-page ul.products li.product .product_type_variable.button {}
	.entry-thumbnail {
		width: 100%;
		float: none;
	}
	
	.blog-list .entry-main-header {
    	margin: 0 auto 20px !important;
	}
	.home-content-wrapper .blog-wrapper .shortcode-title .normal-title {
		top: 5%;
	}
	.aboutus .about-text-inner {
    	padding: 0 15px 0 0;
	}
	#content .specialproduct .right-special {
		padding: 20px 0 20px 15px !important;
	}
	.aboutus .aboutus-text1 {
		margin-bottom: 30px !important;
	}
	.aboutus .aboutus-text2 {
		margin-bottom: 50px !important;
	}
	#content .block_newsletter-wrapper{
		padding: 29px 15px 28px 15px !important;
		min-height: inherit
	}
	#content .block_newsletter-wrapper .email-description{
		    margin-bottom: 25px;
	}
	#content .block_newsletter-wrapper .widget .widget-title{
		font-size: 20px;
		line-height: 25px;
		    padding: 0 0 15px;
    margin-bottom: 15px;
	}
	ul.accepted-payment-methods li{
		    margin: 0 3px;
	}
	.follow-us ul .social-wrap{
		    margin-right: 3px;
	}
	.shortcode-title .normal-title,
	.shortcode-title .upsells.products>h2,
	.related.products h2,
	.shortcode-title .cross-sells>h2 {}
	.custom-testimonial-inner {
		    margin-bottom: 10px;
	}
	.page-title-inner,
	.main-content-inner,
	.theme-container,
	.full-width .inner-container,
	.main-content.left-sidebar,
	.site-footer .inner-container,
	.main-inner-container,
	.full-width .page-title,
	.main-content.box-page {
		width: 950px;
	}
	.middle-container {
		width: 960px;
	}
	.list .product-detail-wrapper {
		padding: 10px 0;
		margin: 0;
	}
	.product-detail-wrapper {}
	/* .grid.columns-3 li.product {
			width: 50%;
		} */
	.hot-porduct .product {
		display: inline-block;
		float: none;
		vertical-align: top;
		width: 33.33% !important;
	}
	.woofeature .woo-grid .woocommerce ul.products li.product,
	.woonew .woo-grid .woocommerce ul.products li.product,
	.woobest .woo-grid .woocommerce ul.products li.product {
		display: none;
	}
	.primary-sidebar .widget {
		margin: 0 0 20px;
	}
	.primary-sidebar .product_list_widget li {
		margin: 0 0 20px;
	}
	.custom-testimonial .testmonial-image {
		margin: 0 auto 15px;
		float: none;
	}
	.custom-testimonial .read-more {
		margin: 15px 0;
	}
	.home-product {
		margin: 0 15px !important;
	}
	.testimonial-top blockquote {
		line-height: 28px;
	}
	.product-block {
		margin: 35px 0px 35px;
	}
	.single-portfolio .read-more a {
		padding: 10px 10px;
	}
	.upsells,
	.related,
	.cross-sells {
		margin: 0 0;
	}
	.woocommerce div.product .woocommerce-tabs,
	.woocommerce-page div.product .woocommerce-tabs {
		box-sizing: border-box;
	}
	.single-product.woocommerce .woocommerce-message,
	.single-product.woocommerce-page .woocommerce-message {
		width: auto;
		margin: 0px 15px 20px !important;
	}
	.post-navigation a.prev-post {
		float: left;
	}
	.post-navigation a.next-post {}
	.page-description,
	.term-description {
		margin: 0 0 30px;
		width: auto;
	}
	.blog-posts-content .style-2 .post-title a {}
	.tmpoption-single-banner .text2.static-text {
		margin-bottom: 20px;
	}
	.tmpoption-single-banner .static-wrapper {
		top: 30%;
	}
	.service-list .content {
		text-align: center;
		width: auto;
		padding-left: 0;
	}
	.home-content-wrapper .post-description{
			margin-bottom: 10px;
	}
	ul.accepted-payment-methods li{
		    margin: 0 5px 0 0;
	}
	
	.service-title {
		margin-top: 0;
	}
	.forth-widget {}
	.columns-3 li.product {
		width: 50%;
	}
	.follow-us a i{
		font-size: 14px;
	}
	/*3 column cms*/
	#primary {
		width: 715px;
	}
	#secondary {
		width: 213px;
	}
	.woocommerce .single-product-full.side-widget-area #content .product div.entry-summary {
		width: 68%;
	}
	.woocommerce .single-product-full #content .product div.entry-summary {
		width: auto;
	}
	.woocommerce #content .singleproduct-sidebar {
		width: 100%;
		margin: 0 auto;
		float: none;
		text-align: center;
	}
	.woocommerce .single-product-full #content .product div.images,
	.woocommerce .single-product-sidebar #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page .single-product-sidebar #content div.product div.images,
	.woocommerce-page div.product div.images {
		float: none;
		margin: 0 auto 50px;
		width: 60%;
	}
	.special .product-content {
		padding: 15px 15px;
	}
	.special .woocommerce .star-rating {
		margin: 0 0 8px;
	}
	.special .product-name {
		margin: 0 0 10px 0;
	}
	.special .product-description {
		margin-bottom: 15px;
	}
	.special .product-price.price {
		margin-bottom: 18px;
		padding-bottom: 15px;
	}
	.woocommerce-page div.product .woocommerce-tabs ul.tabs {
		float: left;
		width: 20%;
	}
	.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper:before {
		left: 25%;
	}
	.site-footer {}
}
@media (max-width: 1199px) {
	.testimonial-wrapper .custom-testimonial {
    	margin: 0;
	}
	.entry-content .testimonial-content blockquote{
		    width: 90%;
			margin: 0 auto;
	}
	.custom-testimonial-inner:before{
		left: -40px;
	}

	.header-logo {
    	width: 180px;
	}
	.header-cart{
		margin: 23px 0 0 10px;
		padding: 0 0 0 10px;
	}
	.topbar-link{
		margin: 23px 0 0 15px;
		padding-left: 10px;
	}
}
@media only screen and (max-width: 979px) {
	.primary-sidebar .widget_black_studio_tinymce .textwidget,
	.primary-sidebar .widget>.toggle-block,
	.primary-sidebar .widget_price_filter .toggle-block,
	.primary-sidebar .widget_shopping_cart_content,
	.primary-sidebar .widget_pages>ul,
	.primary-sidebar .widget ul.toggle-block {
		padding: 15px 15px;
	}
	.parallax-wrapper-inner {
		padding: 100px 50px !important;
	}
	.cms-banner-item .cat-details {
		padding: 15px 10px;
	}
	.cms-btn a {
		font-size: 16px;
	}
	.nav-mainmenu:hover .mainmenu-btn:after{
		    top: 3px;
	}
	.nav-mainmenu:hover .mainmenu-btn:before{
		top: -4px;
	}
	.header-middle.sticky-menu {
		position: fixed;
		display: block;
		width: 100%;
		left: 0;
		right: 0;
		z-index: 9999;
		top: 0px;
		box-sizing: border-box;
		box-shadow: 0px 3px 11px 0px rgba( 0, 0, 0, 0.08);
		-moz-box-shadow: 0px 3px 11px 0px rgba( 0, 0, 0, 0.08);
		-webkit-box-shadow: 0px 3px 11px 0px rgba( 0, 0, 0, 0.08);
		-webkit-font-smoothing: antialiased;
		animation: 0.9s ease 0s normal both 1 running fixedAnim;
		-webkit-animation: 0.9s ease 0s normal both 1 running fixedAnim;
		-moz-animation: 0.9s ease 0s normal both 1 running fixedAnim;
		-ms-animation: 0.9s ease 0s normal both 1 running fixedAnim;
		-o-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	}
	@-webkit-keyframes fixedAnim{0%{top:-100%;}100%{top:0;}}
	@-moz-keyframes fixedAnim{0%{top:-100%;}100%{top:0;}}
	@keyframes fixedAnim{0%{top:-100%;}100%{top:0;}}
	.product-button-hover{
		    top: 1%;
	}
	#content .categorylist_wapper .owl-theme .owl-buttons div.owl-prev:before{
		left: 35px
	}
	.blog-page .site-content .hentry.has-post-thumbnail {
    	width: auto;
	}
	.post-info {
    	min-height: inherit;
	}
	.home-content-wrapper .testimonial-wrapper{
		    width: 70%;
	}
	ul.accepted-payment-methods li span {
		height: 50px;
		width: 50px !important;
	}
	.follow-us a {
    	height: 50px;
    	line-height: 50px;
    	width: 50px;
	}
	.follow-us a i {
	    font-size: 16px;
	}
	#content .serviceblock{
		    margin-bottom: 50px !important;
	}
	.countbox .timebox:last-child {
	    margin: 0;
	}
	.main-navigation{
		background-color: transparent;
	}
	.about-content-wrapper .normal-title:before,
	#content .specialproduct .shortcode-title .normal-title:before,
	#content .block_newsletter-wrapper .widget .widget-title:before,
	#content .blog-wapper .shortcode-title .normal-title:before{
		left:0;
		right:0;
		margin:0 auto;
	}
	#content .categorylist_wapper {
    	margin-bottom: 50px !important;
	}
	#content .specialproduct .caption-inner{
		margin-top: 0;
		text-align: center;
	}
	.woocommerce .product-block-inner{
		display: inline-block;
		vertical-align: top;
	}
	.menu-mainmenu-container {
    	margin-top: 25px;
	}
	#content .specialproduct .special-image-wrapper{
		     width: 300px;
    margin: 0 auto;
    position: relative;
	}
	#content .specialproduct .count-down{
		    clear: both;
	}
	#content .specialproduct {
    	margin-bottom: 50px !important;
	}
	#content .blog-wapper .static-text-container.left {
    	float: none;
    	margin: 0 0 10px !important;
	}
	#content .blog-wapper .heading-desc {
    	margin-bottom: 20px;
	}
	
	#content .blog-wapper .blogimg-wapper{
		width: 100%;
		padding: 0;
	}
	.blog-posts-content .container.style-2 .container-inner {
    	padding: 0 15px;
	}
	.bannercmsblock .static-wrapper {
		top: 10px;
		left: 15px;
	}
	.bannercmsblock .static-wrapper .text1.static-text{
		    margin-bottom: 5px;
	}
	.bannercmsblock .static-wrapper .text3.static-text{
		    margin-bottom: 18px;
	}
	.cart span.cart-icon{
		width: 25px;
		height: 25px;
		background-size: 25px;
	}
	.wishlist a.wishlist-icon{
		height: 25px;
		width: 25px;
		background-size: 23px;
	}
	.topbar-link-toggle{
		height: 25px;
		width: 25px;
		background-size: 20px;
	}
	.bannercmsblock .cms-banner-item.banner-item.first .static-wrapper {
    	top: 80px;
	}
	#content .brand_logo {
    	
	}
	.aboutservice-wapper {
    	margin-bottom: 0 !important;
	}
	.entry-content .testimonial-content blockquote {
    	text-align: center;
	}
	#to_top{
		    bottom: 10px;
	}
	#content .blogtest-wrapper .blogpost-wrapper{
		width:100%;
	}
	.header-main {
    	padding: 0;
		min-height: inherit;
	}
	.header-mob-logo img {
    	max-width: 100%;
    	height: auto;
	}
	.header-cart .shopping_cart .amount, .cart-qty{
		color: #ffffff;
		top: -11px;
		right: auto;
		margin: 0;
		position: absolute;
		left: 10px;
		font-size: 12px;
		background-color: #99bd03;
		width: 19px;
		height: 19px;
		line-height: 19px;
		border-radius: 50px;
	}
	.cart-contents .cart-price{
		display: inline-block;
		vertical-align: top;
		position: relative;
		width: auto;
		height: auto;
		line-height: 0;
		background-color: transparent;
	}
	#content .test-wrapper{
		float:none;
	}
	.item.brand_main:before{
		top: -7px;
	}
	content .blogtest-wrapper .blogpost-wrapper {
    	width: 100%;
	}
	.testmonial-text {
		text-align: center;
		padding: 0;
	}
	#content .test-wrapper:before {
		height: 70px;
		width: 70px;
		background-size: 70px;
		left: 0;
		right: 0;
	}
	.home-content-wrapper .blog-carousel {
		position: static;
	}
	.home-content-wrapper .middle-container {
		position: relative;
	}
	.category-slider,
	.video-wrapper,
	.product-block,
	.bannercmsblock,
	.brand_logo,.parallax,
	#content .blogtest-wrapper {
		margin-bottom: 50px !important;
	}
	.testimonial-wrapper {
    	width: 100%;
	}
	#content .newsletter .news-left {
    	width: 100%;
    	text-align: center;
    	margin-bottom: 15px;
	}
	#content .block_newsletter-wrapper {
    	padding: 15px !important;
		width: 100%;
		clear: both;
	}
	.main-slider:before {
		display: none;
	}
	.brand_logo .product-block{
		float:none;
	}
	.testimonial-wrapper .product-block {
		margin: 0 !important;
	}
	.home-content-wrapper .blog-wrapper .style-2 .container-inner .post-content-inner {
		float: none;
		width: auto;
		z-index: 1;
		transition: all 0.3s ease-out 0s;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
	}
	.home-content-wrapper .blog-wrapper .owl-item .style-2 .container-inner {
		margin: 0;
	}
	.home-content-wrapper .blog-posts-content,
	.portfolio-container {
		margin: 0;
	}
	.home-content-wrapper .blog-wrapper .owl-item .style-2 .container-inner:hover .post-content-inner {
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		transition: all 0.3s ease-out 0s;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
	}
	.header-toggle {
		display: none;
	}
	.owl-theme .owl-buttons div {
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
	}
	.blog-wrapper .owl-buttons {
		position: absolute;
		bottom: auto;
		left: auto;
		top: -43px;
		right: 20px;
	}	
	.blog-wrapper .owl-theme .owl-buttons div {
		position: static;
		display: inline-block;
		vertical-align: top;
		float: left;
		margin: 0 2px;
	}
	.brand-warp {
    	width: 100%;
	}
	.brand_logo .widget-warp{
		width: 100%;
		margin-bottom:0;
	}
	.brand_logo .widget-warp-inner{
		    margin: 30px auto 30px !important;
			    float: none;
	}
	ul.accepted-payment-methods {
		text-align: left;
		padding: 0 15px 20px;
	}
	.site-footer {}
	.blog-wrapper .owl-theme .owl-buttons div {
    	margin: 0 2px;
	}
	.shortcode-title .normal-title,
	.shortcode-title .upsells.products>h2,
	.related.products h2,
	.shortcode-title .cross-sells>h2 {}
	.category-slider .shortcode-title {
		margin: 0 0 30px;
	}
	.style-2 .post-detail {
	}
	.site-header {
		padding: 0;
	}
	.header-search .search-overlay .search-field {
		padding: 10px 45px 10px 15px;
		width: 420px;
		border: none;
		max-height: 35px;
	}
	.header .search-form #searchsubmit{
		height: 35px;
		width: 35px;
		background-color: #000000;
		font-size: 0;
		background-image: url(images/themeimages/header-search1.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size:15px;
	}
	.widget_product_tag_cloud .toggle-block,
	.widget_top_rated_products .toggle-block {
		padding: 15px 15px !important;
	}
	.parallax .title1 p {
		font-size: 30px;
		line-height: 35px;
	}
	.parallax .title2 p {
		font-size: 40px;
		line-height: 40px;
	}
	.admin-bar nav#site-navigation {
		background-color: transparent;
	}
	.blocktopcontact {
		margin: 1px 0 0 0;
	}
	.block-top-contact-inner {
		top: 55px;
	}
	.header-cart {
		margin: 6px 0 0 20px;
		padding: 0;
		background-color: transparent;
	}
	.header-search .search-overlay {
		position: static;
		display: block !important;
		margin: 0 auto;
		width: 250px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.service-content .icon-image{
		display: block;
		margin: 0 auto 10px;
	}
	#content .serviceblock .service-content{
		text-align:center;
	}
	.owl-theme .owl-buttons div.owl-prev:before, #horizontalTab .owl-theme .owl-buttons div.owl-prev:before, .custom-testimonial .owl-theme .owl-buttons div.owl-prev:before{
		text-align:center;
	}
	.header-left{
		display:none;
	}
	.owl-theme .owl-buttons div.owl-prev:before, #horizontalTab .owl-theme .owl-buttons div.owl-prev:before, .custom-testimonial .owl-theme .owl-buttons div.owl-prev:before{
		    left: 35px;
	}
	#content .latest-products.product-block {
    	margin-bottom: 50px !important;
	}
	.topbar-link-wrapper {
		top: 45px;
	}
	.testimonial-wrapper-inner {
		margin: 0;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.custom-testimonial .testimonial-content {
		display: block;
	}
	.footer-bottom-left {
		float: none;
		text-align: center;
		margin: 0 0 10px 0;
	}
	.footer-bottom-right {
		float: none;
	}
	.footer-top .widget_newsletterwidget .tnp-widget {
		display: inline-block;
		vertical-align: top;
		width: 60%;
		float: none;
		padding: 0;
		margin: 0;
	}
	.footer-top .newsletter-detail .widget-title::before {
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 0;
	}
	/*header*/
	.header-bottom {
		padding: 5px 0;
		background-color: #99bd03;
		text-align: center;
		display: block;
		width: auto;
		vertical-align: top;
		float: none;
		overflow: hidden;
		border: none;
	}
	.header-middle {
		padding: 15px 0;
		width: auto;
		display: block;
		min-height: 35px;
	}
	.offer-inner,
	.cart-price .label,
	.header-cart .shopping_cart .amount,
	.cart-text {
		display: none;
	}
	.offer-icon {
		margin-right: 0;
	}
	.menu-toggle {
		font-size: 0;
		letter-spacing: inherit;
		display: none;
	}
	.bannercmsblock .banner-cms-wrap:nth-child(1), .bannercmsblock .banner-cms-wrap:nth-child(3) {
    	width: 100%;
    	text-align: center;
    	margin: 0 5px 20px;
	}
	.wishlist .wishlist-count{
		right: -9px;
		top: -10px;
	}
	.bannercmsblock .banner-cms-wrap:nth-child(2) {
		width: 100%;
		margin: 0 5px 10px;
		text-align: center;
	}
	.bannercmsblock .cms-banner-item.banner-item.four, .bannercmsblock .cms-banner-item.banner-item.fift {
    	float: none;
	}
	.topbar-link-toggle:after {
		display: none;
	}
	.topbar-link {
		margin: 6px 0 0 20px ;
		padding: 0;
	}
	.wishlist{
		    margin:7px 0 0;
	}
	.cart-contents{
		position: absolute;
		left: 0;
		right: auto;
		top: 0;
	}
	.topbar-link:before,.header-cart:before,.cart-contents .cart-price:before{
		display:none;
	}
	.header-top .main-navigation {
		margin-right: 10px;
	}
	.header-offer {
		margin: 0;
	}
	.header-logo {
		display: none;
	}
	.header-mob-logo {
		top: 10px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		float: none;
		z-index: 9;
		text-align: center;
		width: 130px;
		height: auto;
		bottom: auto;
		display: block;
	}
	.header-search {
		margin: 0;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.header-cart .togg .widget.widget_shopping_cart {
		top: 45px;
	}
	.category-slider .cat-img-block {
		padding: 0 15px;
		box-sizing: border-box;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}
	.cat-outer-block {
		text-align: center;
	}
	.category-slider .category-carousel {
		margin: 0 -15px;
		position: static;
	}
	.category-slider .woo_categories_slider {
		position: relative;
	}
	.testimonial-wrapper .owl-pagination {
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
	}
	.header-middle.sticky-menu {
		position: fixed;
		display: block;
		width: 100%;
		left: 0;
		right: 0;
		z-index: 999;
		top: 0px;
		box-sizing: border-box;
		min-height: 65px;
		background-color: #ffffff;
		box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
		-webkit-font-smoothing: antialiased;
		animation: 0.9s ease 0s normal both 1 running fixedAnim;
		-webkit-animation: 0.9s ease 0s normal both 1 running fixedAnim;
		-moz-animation: 0.9s ease 0s normal both 1 running fixedAnim;
		-ms-animation: 0.9s ease 0s normal both 1 running fixedAnim;
		-o-animation: 0.9s ease 0s normal both 1 running fixedAnim;
	}
	@-webkit-keyframes fixedAnim {
		0% {
			top: -100%;
		}
		100% {
			top: 0;
		}
	}
	@-moz-keyframes fixedAnim {
		0% {
			top: -100%;
		}
		100% {
			top: 0;
		}
	}
	@keyframes fixedAnim {
		0% {
			top: -100%;
		}
		100% {
			top: 0;
		}
	}
	/* Mobile Menu css */
	.main-navigation {
		float: left;
		margin: 6px 0 0 !important;
		width: 35px;
		    border: none;
	}
	.nav-mainmenu {
		text-align: center;
		cursor: pointer;
		display: none;
	}
	.mega-menu {
		display: none;
	}
	/*.menu-toggle {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    padding: 0 7px 0;
    margin: 7px 0;
	letter-spacing: 1.5px;
}*/
	.navigation-bar.active .mobile-menu {
		overflow-y: auto;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
		-moz-transform: translateX(0px);
		transition: all 500ms ease 0s;
		-webkit-transition: all 500ms ease 0s;
		-moz-transition: all 500ms ease 0s;
		-ms-transition: all 500ms ease 0s;
		-o-transition: all 500ms ease 0s;
	}
	.mobile-menu {
		display: block;
	}
	.mobile-menu-inner {
		margin: 0;
	}
	.menu-menu-container {
		height: 100%;
	}
	.mobile-menu {
		background:#99bd03 none repeat scroll 0 0;
		box-sizing: border-box;
		height: 100%;
		left: 0;
		margin-left: 0;
		padding: 20px;
		position: fixed;
		right: 0;
		top: 0;
		width: 300px;
		z-index: 999999;
		transform: translateX(-110%);
		-webkit-transform: translateX(-110%);
		-moz-transform: translateX(-110%);
		-ms-transform: translateX(-110%);
		-o-transform: translateX(-110%);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
		transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
	}
	.mobile-menu ul li {
		width: 100%;
		text-align: left;
		list-style-type: none;
		padding: 8px 0;
	}
	.mobile-menu-inner>ul {
		margin: 0;
	}
	.mobile-menu ul li a {
		display: block;
		font-size: 15px;
		font-weight: 400;
		color: #ffffff;
	}
	.mobile-menu ul li a:hover {
		color: #000000;
	}
	.toggled-on .mobile-menu .mega {
		background: #f5f5f5;
		border: 1px solid #f0f0f2;
		margin-left: 0;
		z-index: 999;
		position: absolute;
		left: 0;
		top: 54px;
		padding: 10px 20px;
		width: 100%;
		box-sizing: border-box;
	}
	.mobile-menu .collapsable-hitarea:after,
	.mobile-menu .expandable-hitarea:before {
		cursor: pointer;
		display: block;
		font-family: FontAwesome;
		font-weight: lighter;
		position: absolute;
		right: 10px;
		left: 0;
		top: 0;
		color: #ffffff;
		font-size: 12px;
	}
	.mobile-menu .collapsable-hitarea:after {
		content: "\f068";
	}
	.mobile-menu .expandable-hitarea:before {
		content: "\f067";
	}
	/* menu iocn css start */
	.nav-mainmenu .mainmenu-btn-wrapper {
		display: inline-block;
		vertical-align: top;
		height: 20px;
		width: 20px;
		line-height: 20px;
		transition-duration: 300ms;
		-webkit-transition-duration: 300ms;
		-moz-transition-duration: 300ms;
		-ms-transition-duration: 300ms;
		-o-transition-duration: 300ms;
	}
	.nav-mainmenu .mainmenu-btn {
		position: relative;
		height: 2px;
		width: 20px;
		background:#000000;
		display: inline-block;
		transition-duration: 500ms;
		-webkit-transition-duration: 500ms;
		-moz-transition-duration: 500ms;
		-ms-transition-duration: 500ms;
		-o-transition-duration: 500ms;
	}
	.nav-mainmenu:hover .mainmenu-btn {
		transition-duration: 300ms;
		-webkit-transition-duration: 300ms;
		-moz-transition-duration: 300ms;
		-ms-transition-duration: 300ms;
		-o-transition-duration: 300ms;
	}
	.nav-mainmenu .mainmenu-btn:before {
		content: "";
		position: absolute;
		top: -5px;
		left: 0;
		height: 2px;
		width: 100%;
		background: #000000;
		transition-duration: 500ms;
		-webkit-transition-duration: 500ms;
		-moz-transition-duration: 500ms;
		-ms-transition-duration: 500ms;
		-o-transition-duration: 500ms;
	}
	.nav-mainmenu .mainmenu-btn:after {
		content: "";
		position: absolute;
		top: 5px;
		left: 0;
		height: 2px;
		width: 100%;
		background: #000000;
		transition-duration: 500ms;
		-webkit-transition-duration: 500ms;
		-moz-transition-duration: 500ms;
		-ms-transition-duration: 500ms;
		-o-transition-duration: 500ms;
	}
	.nav-mainmenu:hover .mainmenu-btn:before,
	.nav-mainmenu:hover .mainmenu-btn:after,
	.nav-mainmenu:hover .mainmenu-btn {
		background: #FFD200;
		transition-duration: 500ms;
		-webkit-transition-duration: 500ms;
		-moz-transition-duration: 500ms;
		-ms-transition-duration: 500ms;
		-o-transition-duration: 500ms;
	}
	/* menu iocn css start */
	/****************** Content ******************/
	.widget_accepted_payment_methods .title-outer {
		display: block;
		text-align: left;
	}
	.widget_accepted_payment_methods.toggled-on .accepted-payment-methods {
		display: block;
		text-align: left;
		margin: 20px 0 0;
	}
	.page-title-inner,
	.main-content-inner,
	.theme-container,
	.full-width .inner-container,
	.main-content.left-sidebar,
	.site-footer .inner-container,
	.main-inner-container,
	.full-width .page-title,
	.main-content.box-page {
		width: 95%;
	}
	.middle-container {
		width: 95%;
	}
	#secondary,
	#primary {
		width: 100%;
		margin: 0 0 30px;
		float: none;
		clear: both;
		padding: 0;
	}
	.content-area {
		margin: 0;
	}
	.blog-posts-content .post-title a,
	.single-portfolio .portfolio-title a {
		font-size: 15px;
		line-height: 15px;
	}
	.woocommerce .single-product-full.side-widget-area #content .product div.entry-summary,
	.woocommerce .single-product-full #content .product div.entry-summary {
		width: auto;
	}
	.singleproduct-sidebar {
		float: left;
		margin: 0;
	}
	.col-main {
		width: 100%;
	}
	.breadcrumbs,
	.woocommerce .woocommerce-breadcrumb,
	.woocommerce-page .woocommerce-breadcrumb {
		font-size: 12px;
	}
	.woocommerce .single-product-full #content .product div.images,
	.woocommerce .single-product-sidebar #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page .single-product-sidebar #content div.product div.images,
	.woocommerce-page div.product div.images {
		float: none;
		margin: 0 auto 60px;
		width: 69%;
	}
	.left-sidebar #primary {
		padding: 0;
	}
	.right-sidebar #primary {
		padding: 0;
	}
	.address-text {
		width: 100%;
	}
	.widgets-brand .widget-title {
		display: block;
	}
	.home .testimonial-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev,
	.products_block .owl-theme .owl-buttons div.owl-prev,
	#brand-products .owl-theme .owl-buttons div.owl-prev {
		left: 0;
	}
	.home .testimonial-carousel.owl-theme .owl-controls .owl-buttons div.owl-next,
	.products_block .owl-theme .owl-buttons div.owl-next,
	#brand-products .owl-theme .owl-buttons div.owl-next {
		right: 0;
	}
	.page-description,
	.term-description {
		margin: 0 0 30px;
	}
	/**************************  product-categories ******************************/
	.product-categories .hitarea:before,
	.widget_categories .hitarea:before {
		font-size: 10px;
		margin: 5px 0 0;
		text-align: right;
	}
	.product-categories .expandable-hitarea:before,
	.widget_pages .expandable-hitarea:before,
	.widget_nav_menu .expandable-hitarea:before,
	.widget_categories .expandable-hitarea:before {
		content: "\f067";
	}
	.product-categories .collapsable-hitarea:before,
	.widget_pages .collapsable-hitarea:before,
	.widget_nav_menu .collapsable-hitarea:before,
	.widget_categories .collapsable-hitarea:before {
		content: "\f068";
	}
	.product-categories .dc-mega-icon {
		display: none;
	}
	/******************  CSS for all sidebar and footer toggle ******************/
	.primary-sidebar .widget_black_studio_tinymce .textwidget,
	.primary-sidebar .widget>.toggle-block,
	.primary-sidebar .widget_price_filter .toggle-block,
	.primary-sidebar .widget_shopping_cart_content,
	.primary-sidebar .widget_pages>ul,
	.primary-sidebar .widget ul.toggle-block {
		border: 1px solid #eeeeee;
	}
	.primary-sidebar .widget ul.toggle-block.children {
		border: none;
	}
	.primary-sidebar .widget.widgets-leftbanner {
		display: block;
		text-align: center;
	}
	.primary-sidebar .widget.widgets-leftbanner .left-banner {
		display: inline-block;
		vertical-align: top;
	}
	.primary-sidebar .product_list_widget li {
		margin: 0 0 20px;
	}
	.title-outer {
		cursor: pointer;
		position: relative;
	}
	.footer-widget .widget {
		margin: 0 0;
	}
	.widget.widget_media_image {
    	text-align: center;
		    margin-bottom: 20px;
	}
	.primary-sidebar .widget {
		margin: 0 0 10px;
	}
	.widget .widget-title {
		margin: 0;
	}
	.toggled-on .title-outer:before {
		content: "\f106";
		line-height: 11px;
	}
	.title-outer:before,
	.toggled-off .title-outer:before {
		content: "\f107";
		position: absolute;
		right: 12px;
		font-family: 'FontAwesome';
		font-size: 20px;
		font-weight: 600;
		color:#ffffff;
		top: 0;
		bottom: 0;
		height: 14px;
		width: 14px;
		text-align: center;
		z-index: 9;
		line-height: 15px;
		margin: auto;
	}
	.footer-center .title-outer:before {    color: #000000;}
	.toggled-off .toggle-block,
	.primary-sidebar .toggle-block,
	.site-footer .toggle-block,
	.primary-sidebar .widget_shopping_cart_content,
	.primary-sidebar .toggled-off .widget_shopping_cart_content,
	.toggle-content .toggle-block {
		display: none;
	}
	.toggled-on .toggle-block,
	.primary-sidebar .toggled-on .widget_shopping_cart_content {
		display: block;
	}
	.toggle-content .toggle_title {
		display: block;
	}
	.toggle-content .toggle_title {
		background-color: #f5f5f5;
		display: block;
		text-align: left;
	}
	.toggle-content .toggled-on .main-ul {
		display: block;
	}
	.toggle-content .toggled-off .main-ul,
	.toggle-content .main-ul {
		display: none;
	}
	.site-footer .footer-widget .widgets-follow-us.toggled-on .widget widget_accepted_payment_methods .accepted-payment-methods {
		display: block;
	}
	/******************  CSS for all sidebar and footer toggle ******************/
	.site-content .entry-thumbnail img {
		width: 100%;
	}
	.woocommerce ul.products li.first,
	.woocommerce-page ul.products li.first {
		clear: none;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    	 width: 33.33%;
	}	
	.team-posts-content.posts-content .container {
		width: 50%;
	}
	.woocommerce .single-product-full .woocommerce-main-image.zoom,
	.single-product-sidebar .woocommerce-main-image.zoom {
		float: right;
		padding: 0;
		width: 86%;
	}
	.home-blog .two_fifth,
	.home-blog .three_fifth {
		width: 100%;
	}
	.home-blog .blog-posts-content {
		margin: 0;
	}
	.primary-sidebar .blog-posts-content {
		padding: 32px 0 0;
	}
	#secondary .post-content-inner {
		padding: 0 5px;
	}
	.woocommerce ul.products li.product:hover .product-detail-wrapper,
	.product-detail-wrapper {
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
	}
	.popup-video .one_third_inner.content_inner {
		margin: 0 !important;
		width: 100% !important;
	}
	.popup-video .two_third,
	.popup-video .one_third {
		width: 100%;
	}
	.newletter-block .parallax-text-wrapper,
	.newletter-block .one_third {
		width: 100%;
	}
	.gallery-item,
	.portfolio-filter-container .item,
	.portfolios li {
		display: inline-block;
		float: none;
		vertical-align: top;
		width: 50% !important;
	}
	/****************** Footer ******************/
	.footer-widget {
		background: transparent;
		padding: 0 15px;
	}
	.first-widget {
		text-align: center;
		    margin-bottom: 0 !important;
	}
	.second-widget {
		text-align: left;
		padding: 0 15px;
	}
	.forth-widget {
		margin-bottom: 0 !important;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.footer-center {
		padding: 20px 0 20px;
	}
	.forth-widget:before {
		display: none;
	}
	.footer-bottom {
		padding:  0;
		width: auto;
	}
	.footer-bottom-container .site-info {
    	float: none;
    	margin: 0 0;
	}
	#content .blog-wrapper {
    	padding-right: 0 !important;
	}
	#content .test-wrapper {
		padding-left: 0 !important;
		margin: 0 auto !important;
		width: auto;
		height: auto;
	}
	.aboutus{
		background-repeat: repeat;
		padding: 50px 0;
		margin-bottom: 50px !important;
	}
	.aboutus .about-text-inner {
    	width: 100%;
    	padding: 0 15px;
    	text-align: center;
    	margin: 0 0 40px;
	}
	.about-content-wrapper .shortcode-title {
   		 text-align: center;
	}
	#content .specialproduct .count-down{
		clear: both;
		text-align: center;
	}
	.aboutus .aboutus_product {
    	width: 100%;
    	padding: 0 15px;
	}
	#content .specialproduct .left-special {
    	width: 100%;
    	text-align: center;
    	margin-bottom: 15px;
	}	
	#content .specialproduct .right-special {
    	padding: 15px 15px 90px !important;
    	width: 100%;
		    clear: both;
		
	}
	#content .specialproduct .right-special .static-text-container{
		float: none;
		text-align: center;
		display: block;
	}
	.countbox .timebox{	
		margin: 0 5px 0 0;
		display: inline-block;
		vertical-align: top;
	}
	#content .specialproduct .caption-inner .star-rating{
		float: none;
		margin: 0 auto;
	}
	.widget_accepted_payment_methods {
    	margin: 10px 0;
    	float: none;
	}
	.blog-wapper {
    	width: 100%;
	}
	.right-part {
    	width: 25%;
	}
	.footer-widget.toggled-on .accepted-payment-methods {
		text-align: center;
	}
	.site-footer .newsletter-email,
	.tnp-email {}
	.widgets-follow-us {
		width: 100%;
		float: none;
	}
	.site-footer .widget_newsletterwidget .tnp-field.tnp-field-button {
		float: none;
	}
	.widget_search {
		display: none;
	}
	.footer_top {
		margin: 30px 0;
	}
	.home-about-me {
		text-align: center;
	}
	.tmpoption-about-description {
		line-height: 24px;
	}
	.footertop .custom-text-container .text {
		margin: 0;
		text-align: center!important;
	}
	.site-footer .widgets-follow-us h3.widget-title {
		display: block;
		    margin-bottom: 10px;
	}
	#content .blogimg-wapper .post-image{
		    width: 100%;
	}
	#content .newsletter.theme-container {
    	margin-bottom: 50px !important;
	}
	#content .brand_logo .brand-warp {
    	margin-bottom: 50px !important;
	}
	.site-footer .follow-us h3.widget-title {
		display: block;
	}
	.footer-widget,
	.fifth-widget.footer-widget,
	.first-widget.footer-widget,
	.follow-us,
	.widget.widgets-footercontact {
		min-height: inherit;
		width: 100%;
		border: none;
		margin: 0;
	}
	.site-footer .toggle-block {
		text-align: left;
	}
	
	.widgets-footercontact h3.widget-title {
		display: block;
	}
	.toggled-on .newslettre-text {
		display: block;
	}
	.site-footer .widget_newsletterwidget .title-outer .widget-title {
		text-align: center;
		    margin: 0;
	}
	.site-footer .widget_newsletterwidget .title-outer:before {
		display: none;
	}
	.site-footer .widget_newsletterwidget .tnp-email {
		width: 100%;
		font-size: 14px;
	}
	.site-footer .widget_newsletterwidget .tnp-submit {}
	.site-footer .toggle-block {}
	.site-footer .follow-us ul.toggle-block {
		    text-align: left;
    padding: 0 15px 20px;
    margin: 0;
	}
	.site-footer .follow-us ul.toggle-block .social-wrap {
		display: inline-block;
		vertical-align: top;
	}
	.site-footer .forth-widget .toggle-block {
		margin: 0;
	}
	.site-footer h3.widget-title {
		line-height: 22px;
		font-weight: 600;
		margin: 0 0 10px 0;
		display: block;
		background: transparent;
		    text-align: left;
		text-transform: uppercase;
	}
	.static-links-list span {
		display: block;
		padding: 0;
	}
	.static-links-list {
		text-align: left;
		padding: 0 15px 20px;
	}
	.contact_wrapper {
		padding: 15px 15px 15px;
	}
	.tmpoption-footer-logo {
		margin-bottom: 20px;
	}
	.site-footer .widget_accepted_payment_methods .title-outer h3.widget-title {
		margin-bottom: 15px;
	}
	.footer-widget .widget.widget_accepted_payment_methods {
		margin: 0 0;
		clear: both;
	}
	.footer-widget .widget.widget_newsletterwidget {
		margin: 30px 0 50px 0;
		width: 100%;
		float: none;
	}
	.site-footer .address_content .contact_address {
		display: inline-block;
	}
	/*footer cms*/
	.footer-widget .widget .title-outer .widget-title:after {
		bottom: 0px;
		display: none;
	}
	.footer-bottom-container {}
	.footer-menu-links ul {
		margin-bottom: 20px;
	}
	.widgets-footercontact .widget-title {
		display: block;
	}
	.single-portfolio .read-more a {
		padding: 10px 10px;
	}
	/*3 column cms*/
	.footer-top .newsletter-detail {
		width: 100%;
		float: none;
		position: relative;
		margin: 0 0 15px 0;
		text-align: center;
	}
	.widget_newsletterwidget {
		text-align: center;
	}
	.admin-bar .header-middle.sticky-menu {
		margin-top: 32px;
	}
	.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper:before {
		display: none;
	}
	.woocommerce-page div.product .woocommerce-tabs ul.tabs {
		width: 30%;
	}
	.woocommerce-page div.product .woocommerce-tabs .panel {
		padding: 0 0 0 50px;
	}
}
@media only screen and (max-width: 782px) {
	.admin-bar .sticky-menu {
		margin-top: 46px;
	}
	.admin-bar .header-middle.sticky-menu {
		margin-top: 46px;
	}
}
@media (min-width: 781px) {
	.close-menu {
		background-position: center 30px;
		padding: 0 0 32px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 782px) {
	.close-menu {
		background-position: center 46px;
		padding: 0 0 46px;
	}
}
@media only screen and (max-width: 767px) {
	.bannercmsblock .shortcode-title{
		    margin: 0 0 30px;
	}
	.tparrows{
		display:none  !important;
	}
	.woocommerce ul.products li .container-inner, .woocommerce-page ul.products li .container-inner{
		display:inline-block;
		vertical-align:top;
		
	}
	.tnp-field.tnp-field-button{
		    text-align: center;
	}
	.parallax-wrapper-inner {
		padding: 50px 30px !important;
	}
	.parallax .parallax-text1 p {
		font-size: 25px;
		line-height: 30px;
	}
	.parallax .parallax-text3 p {
       font-size: 17px;
	}
	.parallax .parallax-wrapper.theme-container {
    	padding: 50px 0;
	}
	.home-content-wrapper .testimonial-wrapper {
		width: 80%;
		margin: 0 auto 15px;
		padding:0 !important;
	}
	.service-wrapper .owl-pagination{
		    bottom: 50px;
	}
	#horizontalTab .resp-tabs-container, #categorytab .resp-tabs-container {
    	margin-top: 80px;
	}
	#categorytab .owl-theme .owl-buttons div {
    	position: static;
	}
	#categorytab .owl-buttons {
		position: absolute;
		left: 0;
		right: 0;
		top: -50px;
		bottom: auto;
		width: 25%;
		margin: 0 auto;
	}
	.brand_logo .widget_newsletterwidget .widget-title{
		font-size: 20px;
		line-height: 26px;
	}
	
	.brand_logo .widget-warp-inner {
		margin: 0 auto !important;
		float: none;
		width: auto;
	}
	.blog-posts-content .style-2 .post-title a {
    	font-size: 14px;
    	line-height: 24px;
	}
	.feature.product .feature-img{
		display:none;
	}
	.feature.product .feature-text{
			padding: 0 !important;
	}

	#content .categorylist_wapper .shortcode-title {
    	text-align: center;
	}
	#content .categorylist_wapper .static-text-container.left {
		float: none;
		margin-bottom: 90px !important;
	}
	#content .categorylist_wapper .text {
		width: 100%;
		float: none;
		text-align: center;
	}
	#content .categorylist_wapper .owl-buttons {
		right: 0;
		left: 0;
		top: 120px;
	}
	.testimonial-wrapper .owl-wrapper .owl-item:nth-child(even) {
		border-width: 0;
		border-style: solid;
		border-color: #E8E8E8;
	}
	.home-content-wrapper .testimonial-wrapper:before{
		display:none;
	}
	#content .block_newsletter-wrapper .widget .widget-title {
		font-size: 15px;
		line-height: 22px;
	}
	.video-wrapper .videoblock-details .video-text2 p {
		font-size: 25px;
		line-height: 25px;
		margin-bottom: 70px !important;
	}
	.cms-banner-inner {
		display: inline-block;
		vertical-align: top;
	}
	.video-wrapper .videoblock-details .video-text2 p:before {
		bottom: -35px;
		width: 15%;
	}
	.bannercmsblock .cat-item {
		padding: 0 15px !important;
		text-align: center;
		margin-bottom: 15px;
	}
	.bannercmsblock .cat-item1 {
		padding: 0 15px !important;
		text-align: center;
	}
	.testimonial-wrapper .owl-pagination {
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
		transition: all 0.3s ease-out 0s;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
	}
	.style-2 .post-content-inner {
		width: 100%;
		float: none;
	}
	.home-content-wrapper .blog-wrapper .shortcode-title .normal-title {
		position: static;
	}
	.style-2 .post-detail {}
	.home-content-wrapper .blog-wrapper .shortcode-title {
		margin: 0 0 30px;
		       padding-left: 0;
	}
	.home .shortcode-title, .home .shortcode-title{
		   padding-left: 0;
	}
	.bannercmsblock .cms-banner-item.banner-item.four .static-wrapper {
   		 bottom: 45px;
	}
	.aboutus .block-img {
		margin: 0 0 20px !important;
	}
	.cms-btn a {}
	.footer-top .widget_newsletterwidget .tnp-widget {
		width: 80%;
	}
	.blocktopcontact {
		display: none;
	}
	.topbar-link {}
	.header-top {
		display: none;
	}
	.woocommerce-tabs ul.tabs li {
		padding-right: 0;
		display: block;
		margin-bottom: 10px;
	}
	.aboutus_product .banner-inner1{
		width: 100%;
		padding: 0;
		text-align: center !important;
		margin: 0 0 15px !important;
	}
	.aboutus_product .banner-inner2 {
		width: 100%;
		padding: 0;
		text-align: center !important;
		float: left;
	}
	.woocommerce-page div.product .woocommerce-tabs ul.tabs {
		width: 100%;
		float: none;
		display: inline-block;
		vertical-align: top;
		text-align: center;
	}
	.woocommerce-page div.product .woocommerce-tabs .panel {
		padding: 0 0;
	}
	.woocommerce-tabs ul.tabs li a {
		display: inline-block;
		vertical-align: top;
	}
	.header-search input[type="search"] {
		font-size: 14px;
		width: 450px;
	}
	.testmonial-text {}
	.entry-content .testimonial-content blockquote {
		text-align: center;
	}
	.entry-content .testimonial-content blockquote {
    	width: 100%;
	}
	.custom-testimonial .testimonial-content {
		width: 100%;
		text-align: center;
	}
	.testimonial-wrapper .product-block {
    	padding: 20px 15px;
	}
	.resp-tabs-list li {
		display: block;
	}
	.resp-tabs-list li .tab-title {
		display: inline-block;
		vertical-align: top;
		margin-left: 0;
		margin-right: 0;
	}
	#content .service-wrapper {
    	margin: 0 !important;
	}
	
	.service-item div {
		border: none !important;
	}
	.header-offer {
		display: none;
	}
	.woocommerce .woocommerce-ordering,
	.woocommerce .woocommerce-result-count,
	.woocommerce-page .woocommerce-ordering,
	.woocommerce-page .woocommerce-result-count {
		margin-bottom: 20px;
		text-align: center;
	}
	#primary .gridlist-toggle {
		float: none;
		text-align: center;
	}
	.faq-questions {
		margin: 0 -20px;
	}
	.single-product .main-content-inner {
		width: auto;
	}
	.page-title-inner,
	.main-content-inner,
	.theme-container,
	.full-width .inner-container,
	.main-content.left-sidebar,
	.site-footer .inner-container,
	.main-inner-container,
	.full-width .page-title,
	.main-content.box-page,
	.container,
	.middle-container {
		width: auto;
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
	.cms-banner.middle-container {
		margin-bottom: 60px !important;
	}
	.main-content.box-page.full-width,
	.main-content-inner .home-page,
	.main-content.blog-page.blog-list.box-page,
	.main-content-inner .main-content.box-page {
		margin: 0;
	}
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.brands.list ul li {
		width: 50% !important;
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	.owl-theme .owl-buttons div.owl-prev {
		left: 1%;
	}
	.owl-theme .owl-buttons div.owl-next {
		right: 1%;
	}
	.header-logo {
		display: none;
	}
	.header-center {
		display: inline-block;
		vertical-align: top;
	}
	.mobile-menu {
		width: 250px;
	}
	#primary,
	.left-sidebar #primary,
	.homepage #home_primary,
	#secondary,
	.full-width .page-title {
		width: 100%;
	}
	.content_inner {
		width: 100% !important;
		margin: 0 !important;
	}
	.footertop .content_inner,
	.widget .banner-slider-container ul li {
		text-align: center;
	}
	.navbar,
	.header_cart {
		display: block;
		padding: 0;
		position: static;
	}
	.home .box-category-heading,
	.box-category-heading {
		cursor: pointer;
		width: 100%;
	}
	/****************** Header ******************/
	.header_logout a {
		display: block;
	}
	.woocommerce .woocommerce-result-count,
	.woocommerce-page .woocommerce-result-count,
	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.woocommerce.list-view .woocommerce-result-count,
	.woocommerce-page.list-view .woocommerce-result-count {
		display: block;
	}
	.header-mob-logo img {
		height: auto;
		max-width: 100%;
		margin-bottom: 0px;
	}
	/****************** Start Primary navigation ******************/
	#primary-sidebar .toggled-on .toggle-block,
	#primary-sidebar .toggled-on .widget_shopping_cart_content {
		display: block;
	}
	#primary-sidebar .toggled-off .toggle-block,
	#primary-sidebar .toggled-off .widget_shopping_cart_content,
	.primary-sidebar .widget .toggle-block,
	.custom_category,
	.textbox .text1,
	#primary-sidebar .toggled-off .textwidget {
		display: none;
	}
	.menu-menu-container {
		height: 100%;
	}
	.navigation-fix .navigation-bar {
		background-color: rgba(0, 0, 0, 0);
	}
	.hitarea {
		display: block;
		float: right;
		height: 30px;
		position: relative;
		width: 40px;
		color: #333;
		text-align: right;
	}
	.navigation-bar.active .mobile-menu,
	.navbar.default.navigation-inner {
		display: block;
	}
	/****************** Content ******************/
	.single_variation_wrap {
		overflow: visible;
	}
	.woocommerce .single-product-full .woocommerce-main-image.zoom,
	.woocommerce .single-product-full .woocommerce-main-image.zoom,
	.single-product-sidebar .woocommerce-main-image.zoom {
		width: 100%;
	}
	#content div.product div.images .bx-wrapper .bx-controls-direction a,
	#content div.product div.images .bx-wrapper:hover .bx-controls-direction a {
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
	}
	#content div.product div.images .bx-wrapper {
		display: inline-block;
		float: none;
	}
	.woocommerce #content .product div.images {
		text-align: center;
	}
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
	}
	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2 {
		margin-bottom: 20px;
		box-sizing: border-box;
		width: 100%;
	}
	.blog-posts-content .blog-grid .item.style-3 {
		width: 100%;
	}
	.main-container .resp-tabs-list {
		margin: -7px 60px -2px 0;
	}
	#yith-quick-view-content div.images,
	#yith-quick-view-content div.summary {
		float: none;
		width: 100%;
	}
	#yith-quick-view-content div.summary {
		float: left;
		margin: 0;
		padding: 15px;
		width: 100%;
	}
	/****************** Shortcode  ******************/
	.style-2 .service-content {
		text-align: left;
	}
	.tmpoption_about .image-right .about_image,
	.tmpoption_about .image-left .about_content,
	.tmpoption_about .image-left .about_image,
	.tmpoption_about .image-right .about_content {
		width: 100%;
		text-align: center;
	}
	.aboutus .banner-slider-container {
		text-align: center;
	}
	.home-content-wrapper .blog-wrapper .item.style-2 {
		margin: 0 !important;
	}
	.home-content-wrapper .blog-wrapper .owl-item:nth-child(2n) .style-2 .post-image {
		position: relative;
	}
	.home-content-wrapper .blog-wrapper .owl-item:nth-child(2n) .style-2 .post-content-inner {}
	/****************** Footer ******************/
	.footertop .custom-text-container {
		display: inline-block;
	}
	.site-footer .newsletter tr,
	.site-footer .newsletter tbody,
	.site-footer .newsletter table,
	.site-footer .newsletter td {
		display: inline-block;
		float: none;
		vertical-align: top;
		text-align: center;
	}
	.site-footer .newsletter td {
		display: block;
	}
	.sitemap-item,
	.contact_form form {
		width: 100%;
	}
	.contact_form .address-container .icon {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.woocommerce-MyAccount-navigation {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.woocommerce-MyAccount-content {
		overflow: visible;
	}
	.service-item {
		width: 100%;
		margin-bottom: 20px;
	}
	.service-wrapper {
    	width: 100%;
	}
	.aboutservice-wapper .service-item {
		margin: 0 !important;
		width: auto;
		height: auto;
	}
	.left-part {
		float: left;
		width: 100%;
		text-align: center;
	}
	.right-part {
		width: 100%;
		float: left;
		clear: both;
		text-align: center;
	}
	.upsells.products>h2,
	.related.products h2,
	.cross-sells>h2 {
		    padding: 0;
	}
	/************* cart page **********/
	.woocommerce table.my_account_orders tr td.order-actions:before,
	.woocommerce table.shop_table_responsive tr td.actions:before,
	.woocommerce table.shop_table_responsive tr td.product-remove:before,
	.woocommerce-page table.my_account_orders tr td.order-actions:before,
	.woocommerce-page table.shop_table_responsive tr td.actions:before,
	.woocommerce-page table.shop_table_responsive tr td.product-remove:before {
		display: none;
	}
	.woocommerce-page #content table.cart .product-thumbnail:before,
	.woocommerce-page table.cart .product-thumbnail:before {
		content: attr(data-title)" ";
	}
	.woocommerce table.shop_table_responsive tbody th,
	.woocommerce table.shop_table_responsive thead,
	.woocommerce-page table.shop_table_responsive tbody th,
	.woocommerce-page table.shop_table_responsive thead {
		display: none;
	}
	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		display: block;
	}
	.woocommerce table.shop_table_responsive tr td:before,
	.woocommerce-page table.shop_table_responsive tr td:before {
		content: attr(data-title)": ";
		float: left;
		font-weight: 700;
		color: #000;
	}
	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
		display: block;
		text-align: right;
	}
	.woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce-page #content table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-thumbnail {
		text-align: center;
	}
	.woocommerce .cart-collaterals .cart_totals a.button.alt,
	.woocommerce-page .cart-collaterals .cart_totals a.button.alt {
		width: 100%;
	}
	.quantity {
		max-width: 270px;
		position: relative;
	}
	td.product-quantity .quantity {
		float: right;
	}
	.woocommerce #content table.cart td.actions .coupon,
	.woocommerce table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon {
		padding-bottom: 0.5em;
	}
	.woocommerce #content table.cart td.actions .button,
	.woocommerce table.cart td.actions .button,
	.woocommerce-page #content table.cart td.actions .button,
	.woocommerce-page table.cart td.actions .button {}
	.woocommerce #content table.cart td.actions .coupon .input-text,
	.woocommerce table.cart td.actions .coupon .input-text,
	.woocommerce-page #content table.cart td.actions .coupon .input-text,
	.woocommerce-page table.cart td.actions .coupon .input-text {
		margin: 0 5px 0 0;
	}
	.woocommerce #content table.cart td,
	.woocommerce #content table.cart th,
	.woocommerce table.cart td,
	.woocommerce table.cart th,
	.woocommerce-page #content table.cart td,
	.woocommerce-page #content table.cart th,
	.woocommerce-page table.cart td,
	.woocommerce-page table.cart th {
		float: left;
		width: 100%;
		text-align: right;
		padding: 10px!important;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: rgba(0, 0, 0, 0.02);
	}
	.shop_table.cart.wishlist_table thead {
		display: none;
	}
	.title-description {
		box-sizing: border-box;
		padding: 0 15px !important;
	}
	.entry-thumbnail {
		float: none;
		margin-bottom: 0;
		margin-right: 0;
		width: auto;
	}
	.admin-bar .mobile-menu {
		top: 45px;
	}
	.service-content {
		display: block;
	}
	.tmpoption-single-banner .text2.static-text {
		font-size: 25px;
		line-height: 25px;
	}
	.single-portfolio .read-more a {
		padding: 6px 10px;
	}
	.tmpoption-single-banner .static-wrapper {
		top: 15%;
	}
	.tmpoption-single-banner .text2.static-text {
		margin-bottom: 10px;
	}
	.home-content-wrapper .blog-wrapper {
		padding: 0 !important;
	}
	.blog-posts-content {
		background-color: transparent;
		min-height: inherit;
	}
	.service-wrapper {
		margin-bottom: 50px !important;
		    height: auto;
	}
	
	.grid .container {
		margin: 0 !important;
	}
	.video-wrapper .video-inner:before {
		height: 50px;
		width: 50px;
		background-size: 50px;
	}
}
@media only screen and (max-width: 640px) {
	.woocommerce-page ul.products.list li.product h3,
	.woocommerce ul.products.list li.product h3 {
		text-align: center;
	}
	.entry-summary .count-down {
		width: 100%;
	}
	.list .product-block-inner {
		overflow: hidden;
		padding: 15px 0 0 0;
	}
	.woocommerce ul.products.list li.product .star-rating, .woocommerce-page .products.list .star-rating{
		    float: none;
	}
	.tmpoption-newsletter-form .tnp-subscription input[type="email"] {
		width: auto;
	}
	.page-title .entry-title-main,
	.breadcrumbs,
	.woocommerce .woocommerce-breadcrumb,
	.woocommerce-page .woocommerce-breadcrumb {
		float: none;
		text-align: center;
		width: 100%;
		margin-bottom: 15px;
	}
	.resp-tabs-list li {
		width: 100%;
		margin: 3px 0;
	}
	.resp-tabs-list li .tab-title,
	.resp-tabs-list li:first-child .tab-title {
		text-align: center;
		padding: 0;
		line-height: 35px;
	}
	.resp-tabs-list li .tab-title:after {
		border: 0;
	}
	.resp-tabs-list li:after {
		border: 0 none;
	}
	.close-btn:before {
		padding: 2px 3px;
	}
	.main-container .resp-tabs-list {
		display: inline-block;
		margin: 0 0 36px!important;
		vertical-align: top;
		position: relative;
	}
	.tmpoption-about-description {
		border: none;
		position: relative;
	}
	.footer_left,
	.footer_right,
	.tmpoption-about-text a,
	.tmpoption-about-description {
		display: inline-block;
		float: none;
		margin: 10px auto;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	.tmpoption-about-description {
		text-align: center;
	}
	.follow-us {
		padding: 0;
	}
	.portfolio-filter-container .options li a {
		margin: 0;
	}
	.hot-porduct .product {
		display: inline-block;
		float: none;
		vertical-align: top;
		width: 50% !important;
	}
	.entry-header .entry-title a {
		font-size: 13px;
	}
	.post-info {
		padding: 10px;
		margin-top: 0;
		width: 100%;
	}
	.sticky-post {
		margin-top: 20px;
	}
	#commentform .comment-block {
		width: 100%;
		margin: 0 0 24px;
	}
	/****************** Content ******************/
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
	.woocommerce div.product .woocommerce-tabs ul.tabs li,
	.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
	.woocommerce-page div.product .woocommerce-tabs ul.tabs li {}
	table {
		display: inline;
		float: left;
		overflow: auto;
		width: 100%;
	}
	.options li,
	.options li:first-child {
		margin: 0 0 5px 0;
		width: 100%;
	}
	.woocommerce ul.products.list .container-inner,
	.woocommerce-page ul.products.list .container-inner {
		text-align: center;
	}
	.woocommerce ul.products.list .container-inner .image-block,
	.woocommerce-page ul.products.list .container-inner .image-block {
		margin: 0 auto;
		width: 213px;
		display: inline-block;
		vertical-align: top;
		float: none;
	}
	.woocommerce ul.products.list li.product .star-rating,
	.woocommerce-page .products.list .star-rating {
		left: 0;
		right: 0;
		margin: 5px auto;
	}
	.list .product-detail-wrapper {
		padding: 20px 0;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.brands.list ul li,
	.hot-porduct .product {
		width: 100% !important;
	}
}
/*@media only screen and (max-width: 600px) {
	.admin-bar .header-middle.sticky-menu {
		margin-top: 0 !important;
	}
}*/
@media (max-width: 480px) {
	.bannercmsblock .cms-banner-item.banner-item.first .static-wrapper {
    top: 80px;
}

}
@media only screen and (max-width: 479px) {
	.widget_newsletterwidget .tnp-field.tnp-field-email {
		width: 100%;
	}
	.tp-bullets {
		bottom:8px !important;
	}
	.entry-content .testimonial-content blockquote{
		margin:0 auto;
	}
	.parallax-wrapper-inner {
		padding: 50px 15px !important;
	}
	.parallax .parallax-text1 p {
		font-size: 17px;
	}
	.parallax .parallax-text3 p {
		font-size: 15px;
	}
	#to_top{
		bottom: 42px;
		right: 12px;
	}
	.site-footer .footer-top .textwidget:before {
		left: 0;
	}
	.aboutus_product .banner-inner1{
		overflow:visible;
	}
	.header-search{
		display:block;
	}
	.aboutservice-wapper .service-item {
    	padding: 50px 20px !important;
	}
	.brand_logo .widget-warp-inner{
		    padding: 34px 15px 20px !important;
	}
	.widget_newsletterwidget .tnp-widget{
		width: 100%;
	}
	.home-content-wrapper .testimonial-wrapper {
    	width: 100%;
	}
	.bannercmsblock .static-wrapper {
    	top: 5px;
	}
	.shortcode-title .normal-title,
	.shortcode-title .upsells.products>h2,
	.related.products h2,
	.shortcode-title .cross-sells>h2 {
		font-size: 20px;
		line-height: 20px;
	}
	.bannercmsblock .cms-banner-item.banner-item.second .static-wrapper {
		left: 50px;
		top: 10px;
	}
	.bannercmsblock .cms-banner-item.banner-item.four .text2.static-text {
    	margin-bottom: 25px;
	}
	.bannercmsblock .static-wrapper .text3.static-text {
		font-size: 18px;
		line-height: 24px;
	}
	.bannercmsblock .cat-item {
    	padding: 0 !important;
	}
	.bannercmsblock .cat-item1 {
    	padding: 0 !important;
	}
	.bannercmsblock .static-wrapper .text2.static-text {
		font-size: 17px;
		line-height: 22px;
	}
	.bannercmsblock .static-wrapper .text3.static-text {
    	margin-bottom: 10px;
	}
	.bannercmsblock .static-wrapper .shop-now a{
		    padding: 13px 20px;
	}
	.woocommerce #content table.cart td.actions .coupon,
	.woocommerce table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon {
		margin: 0;
	}
	.woocommerce #content table.cart td.actions .coupon .input-text,
	.woocommerce table.cart td.actions .coupon .input-text,
	.woocommerce-page #content table.cart td.actions .coupon .input-text,
	.woocommerce-page table.cart td.actions .coupon .input-text {
		margin: 0 0 5px 0;
	}
	.mobile-menu {
		width: 100%;
	}
	.tmpoption_product_nav_buttons {
		right: 0;
	}
	.header-search .search-overlay {
		right: -25px;
	}
	.site-footer .newsletter-email,
	.tnp-email {}
	.parallax .title1 p {
		font-size: 25px;
		line-height: 35px;
	}
	.parallax .title2 p {
		font-size: 33px;
		line-height: 40px;
	}
	.shop-now a {
		font-size: 12px;
		line-height: 24px;
		padding: 5px 15px;
	}
	.tnp-field.tnp-field-button {
		margin: 0;
	}
	.header-mob-logo {
		width: 100px;
		top: 15px;
		height: auto;
		left: 55px;
		right: auto;
	}
	.header-right,
	.header-left {
		width: auto;
	}
	.header-offer {
		margin-left: 0;
	}
	.header-search input[type="search"] {
		width: 100%;
	}
	.header-top .main-navigation {
		margin-right: 0;
		margin-left: 0;
	}
	.entry-date {
		font-size: 12px;
		letter-spacing: 0;
	}
	.post-inner-top {
		margin-top: -70px;
		height: 78px;
		width: 80px;
		border-width: 3px;
	}
	.blog-icon:before {
		font-size: 26px;
		line-height: 26px;
	}
	.blog-icon {
		margin-bottom: 8px;
		padding-bottom: 4px;
	}
	.entry-thumbnail .block_hover .links {
		top: 35%;
	}
	.owl-theme .owl-buttons div {
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
	}
	/****************** Header ******************/
	.text-contact {
		font-size: 14px;
		margin-bottom: 3px;
	}
	.woocommerce .single-product-full #content .product div.images,
	.woocommerce .single-product-sidebar #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page .single-product-sidebar #content div.product div.images,
	.woocommerce-page div.product div.images {
		width: auto;
	}
	.posts-content .owl-item .container-inner,
	.portfolio-carousel .portfolio-main {
		text-align: center;
		display: block;
	}
	.blog-posts-content .post-content-inner {
		float: none;
	}
	.header-search.active .search-overlay {
		width: 200px;
	}
	/****************** Content ******************/
	.woocommerce #content div.product form.cart div.quantity,
	.woocommerce div.product form.cart div.quantity,
	.woocommerce-page #content div.product form.cart div.quantity,
	.woocommerce-page div.product form.cart div.quantity {
		margin-bottom: 10px;
	}
	.woocommerce ul.products li.first,
	.woocommerce-page ul.products li.first {
		clear: none;
	}
	.team-posts-content.posts-content .container {
		width: 100%;
	}
	.gallery-item,
	.portfolio-filter-container .item,
	.portfolios li {
		width: 100% !important;
	}
	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
		width: 100%;
	}
	.site-footer .newsletter tr,
	.site-footer .newsletter-email,
	.site-footer .newsletter .newsletter-submit {
		width: 100%;
	}
	.newsletter-td-submit {
		padding: 5px 0 !important;
	}
	/****************** Shortcode ******************/
	.pricing_wrapper {
		padding: 20px 0;
	}
	.entry-summary .count-down {}
	.vertical_tab .tab_groupcontent,
	.horizontal_tab #tab ul li {
		width: 100%;
		margin: 0;
	}
	#tab ul.tabs {
		width: 100% !important;
		margin: 0;
	}
	#tab ul li a {
		display: block;
	}
	.address-text-inner {
		text-align: center;
	}
	.address-text .icon {
		border-width: 0 0 1px;
		box-sizing: border-box;
		padding: 15px 0;
		width: 100%;
	}
	/****************** Footer ******************/
	.newsletter.newsletter-subscription>form,
	.tnp.tnp-subscription>form {
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.tmpoption-newsletter-form .tnp-subscription input[type="email"] {
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
		-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
		width: 100%;
		border-radius: 50px;
		-webkit-border-radius: 50px;
		-o-border-radius: 50px;
		-moz-border-radius: 50px;
	}
	.tmpoption-newsletter-form input[type="submit"] {
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
		-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
		border-radius: 50px;
		-webkit-border-radius: 50px;
		-o-border-radius: 50px;
		-moz-border-radius: 50px;
		width: 100%;
		float: none;
	}
	.site-footer .newsletter tr,
	.tnp-field {
		margin: 0 0 5px;
		float: none;
		display: inline-block;
		width: 100%;
	}
	.site-footer .widget_newsletterwidget .tnp-email {
		width: 100%;
		font-size: 14px;
		margin: 0;
	}
	.footer-top .widget_newsletterwidget .tnp-widget {
		width: 100%;
	}
	.header-cart .togg .widget.widget_shopping_cart {
		right: -5px;
	}
	.site-footer .newsletter tr,
	.tnp-field {
		    width: auto;
	}
	.vertical_tab.style2 #tab ul li a.current,
	.vertical_tab.style2 #tab ul li a:hover {
		border-right: 1px solid #e5e5e5;
	}
	.horizontal_tab.style2 #tab ul li a.current,
	.horizontal_tab.style2 #tab ul li a:hover {
		border-bottom: 1px solid #e5e5e5;
	}
	.site-footer .widget_newsletterwidget .tnp-submit {}
	.site-footer .widget_newsletterwidget .tnp-submit:hover {}
	.header-search .search-overlay .search-field {
		width: 100%;
	}
	.header-search .search-overlay {
		width: 100%;
	}
	.big-title {
		font-size: 34px;
	}
	.right-part {
		padding-left: 0;
		text-align: center;
		
	}
	.tmpoption-single-banner .text2.static-text {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 20px;
	}
	.tmpoption-single-banner .text1.static-text {
		font-size: 16px;
		line-height: 20px;
	}
	.site-footer .newsletter-email, .tnp-email{
		padding: 11px;
		border-radius: 22px;
	}
	.tnp-field.tnp-field-email{
		    margin: 0 0 10px;
	}
	.site-footer .widget_newsletterwidget .tnp-field.tnp-field-button{
		    display: block;
	}
	.widget_newsletterwidget .tnp-field.tnp-field-button input.tnp-submit{
		position: static;
		display: block;
		width: 100%;
		border-radius: 22px;
	}
}
@media only screen and (max-width: 379px) {
	.single-portfolio .read-more a {
		line-height: 14px;
		padding: 5px 10px;
	}
	

}