@media screen and (max-width:767px) {
    .filter {      
        overflow: scroll;
      }
}

@media screen and (min-width:813px) and (max-width:1199px) {

}

@media screen and (max-width:1280px) {
	
}

@media screen and (max-width:1024px) {
	
}


@media screen and (max-width:500px) {
	
}
@media screen and (max-width:480px) {
	
}


@media(min-width: 768px) and (max-width: 1024px) {
	/* .sassy-filter.broken .sassy-label{width: 100%;}*/
	.sassy-filter .break {
		flex: 0 0 100%;
	}
	.sassy-filter.broken .sassy-flex .sassy-r {
		margin-top: auto;
	}
	.sassy-l>div>*,
	.sassy-l>div>*,
	.goods-receipt-list .lg-filter .sassy-datepicker,
	.purchase-order-history .lg-filter .sassy-datepicker,
	.sassy-filter .sassy-datepicker,
	.select-sassy-wrapper {
		margin-right: 15px;
	}
	.sassy-select {
		padding-right: 10px;
	}
	.group-search .btn-sassy {
		padding-left: 0;
		padding-right: 0;
	}
	.onepage-checkout input.input-text {
		min-width: unset;
	}
	body.onepage-checkout .bl_dark,
	body.onepage-checkout #delivery-container .pdc-inputs,
	body.page-delivery.onepage-checkout .requisition-information .pcc-left {
		width: calc(100% - 350px) !important;
		max-width: 100% !important;
	}
	.tog-box {
		float: left;
		width: 25px;
		height: 25px;
		margin-top: 10px;
		cursor: pointer;
	}
	.tog-box span {
		height: 2px;
		border-radius: 2px;
		width: 100%;
		display: inline-block;
		content: "";
		background: #fff;
		margin-bottom: 5px;
	}
	.cart-detail .table>thead>tr>th,
	.cart-detail .table>tbody>tr>td {
		white-space: nowrap;
	}
}


@media(min-width: 320px) and (max-width: 380px) {
	
    /* 320px to 380px */

}
@media(max-width: 320px) {

}
@media(max-width: 375px) {

}
@media(max-width: 767px) {

}

