@media (min-width: 995px) and (max-width: 1024px){
	.footer-top .col-xl-3.col-lg-3.col-md-6:nth-child(1){
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.footer-top .col-xl-3.col-lg-3.col-md-6:nth-child(2){
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.footer-top .col-xl-3.col-lg-3.col-md-6:nth-child(3){
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.footer-top .col-xl-3.col-lg-3.col-md-6:nth-child(4){
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}
@media (min-width: 767px) and (max-width: 990px){
	.footer-top .widget_bunch_about_us{
		display:none;
	}
	.footer-top .widget_bunch_social_group{
		margin-top:50px;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media only screen and (max-width: 767px){
	.shop-page .product-info-tabs .prod-tabs .tab-btns .tab-btn{
		width:100%;
		text-align:center;
	}
	.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2{
		width:100%;
		float:none;
		max-width: 100% !important;
	}
	.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{
		margin-top:40px;
	}
	.woocommerce table.shop_table{
		border:1px solid #f3f3f3;
	}
	.woocommerce .shop_table tbody tr.cart_item td{
		padding:15px;
	}
	.woocommerce .shop_table tbody tr td.actions{
		padding:15px !important;
	}
	.woocommerce .shop_table tbody tr td.actions .coupon{
		display:block;
	}
	.woocommerce-cart table.cart td.actions .coupon .input-text{
		width:100%;
		margin-bottom:15px;
	}
	.woocommerce .cart-collaterals .cross-sells,
	.woocommerce table.shop_table{
		margin-bottom:50px;
	}
	.woocommerce .checkout_coupon.woocommerce-form-coupon .form-row-first,
	.woocommerce .checkout_coupon.woocommerce-form-coupon .form-row-last{
		width:100%;
	}
	.lm-comment-item .lm-comment-item{
		margin-left:0px;
	}
	.admin-bar .is-fixed .main-bar{
		top:46px;
	}
	.footer-widget{
		margin-bottom:30px;
	}
}

@media only screen and (max-width: 599px){
	
	.category-tabs-box .prod-tabs .tab-btns .dropdown-category .down-panel{
		left:0px;
	}
	.product-widget-tabs .prod-tabs .tab-btns .tab-btn{
		padding:7px 10px 8px;
	}
	.category-tabs-box .prod-tabs .tab-btns .tab-btn{
		font-size:11px;
		padding-bottom:0px;
	}
	.cart-section .coupon-btn,
	.cart-section .cart-options .cart-btn,
	.cart-section .apply-coupon .form-group input[type="text"],
	.cart-section .cart-options .pull-left,
	.cart-section .cart-options .pull-right{
		width:100%;
	}
	
	.cart-section .apply-coupon .form-group{
		width:100%;
		display:block;
		margin-right:0px;
	}
	.admin-bar .is-fixed .main-bar{
		top:0px;
	}
}

@media only screen and (max-width: 479px){
	
	
}