@media only screen and (max-width: 1399px) {
	
}

@media only screen and (max-width: 1199px) {
	
	.single-product .product-info .category {
	    padding-top: 20px;
	}
	
	.product-sidebar .single-widget ul.categories-tree.list li a {
	    width: 85%;
	}
	
	.product-sidebar .single-widget ul.categories-tree.list li li a{
	    width: 83%;
	}
	
	.oh-item-discount {
		text-align:right;
	}
	
	div.orderStep {
		font-size: 13px
	}
	
	div#orderStepPayment label {
		margin-top: -19px !important;
	}
	
}

@media only screen and (max-width: 1064px) {
	
	.section-title {
	    background-color: white;
	}
	
}

@media only screen and (max-width: 991px) {
	
	.oh-item-none,
	.oh-item-img,
	div.oh-status,
	div.user-orders-list-title,
	div.ordercontent-list-head div.cart-list-title {
		display:none;
	}
	
	.oh-item-right,
	.oh-item-name,
	.oh-item-amount,
	.oh-item-discount {
		text-align:right;
	}
	
	.order-list-item {
	    padding: 0;
	}
	
	#shopOrderForm.shopOderFormBillingStep div {
	    width:100%;
	}
	
	section.shop-order-steps {
		display:none !important;
	}
	
	.shopOderFormBillingStep#shopOrderForm {
	  	display: block;
	}

}

@media only screen and (max-width: 767px) {

	.single-widget.condition h3 {
		margin-bottom:0;
		padding-bottom:0;
		cursor:pointer;
	}
	
	.single-widget.condition div.form-check {
		display:none;
	}
	
	.product-sidebar .single-widget, .sidebar .widget {	  
  		margin-bottom: 10px;
	}
	
}


