.cart {

	.coupon-form{
		ul.djng-form-errors li{
			white-space: normal;
		}
		ul.djng-form-errors li.invalid:before, ul.djng-field-errors li.invalid:before{
			display:none;
		}
	}

	.no-gift-chosen-text{
		color: #a71e25;
	}

	.freebie-price{
		color: #5cb85c;//#249900;
		font-weight: bold;
	}

	.freebies{

		.row{
			margin:0;
		}
		.choice-msg{
			margin:25px;
		}
		h4 {
			color: #a71e25
		}

		input {
			position: absolute;
			opacity: 0;
			cursor: pointer;
			height: 0;
			width: 0;
		}
		
		div.freebie{
			padding-top:20px;
		}

		input[type=radio]:checked + .freebie{
			// :hover {
			// background-color: #ccc;
			// }
		
			// :active{
			// 	border-color: 2px solid #a71e25;
			// 	border-radius: 7px;
			// }
			// :focus { 
			// 	outline: none;
			// 	border-color: #9b1c22;
			// 	box-shadow: 0 0 10px #9b1c22;
			// }

			//  label{
				border: 2px solid #a71e25;
				border-radius: 7px;
				outline: none;
				box-shadow: 0 0 10px #a71e25;
			// }
		}

	}

	.checkout-btn {
		position: relative;
		bottom:5px;
		margin:0px 0 0 5px !important;
		-moz-border-radius: 0px !important;
		-webkit-border-radius: 0px !important;
		-khtml-border-radius: 0px !important;
		border-radius: 0px !important;
		width:260px;
		height: 38px;
		color:#fff;
		background-color: #a71e25;
		font-family: 'Raleway-Medium';
		 -moz-font-feature-settings:"lnum" 1;
-ms-font-feature-settings:"lnum" 1;
-o-font-feature-settings:"lnum" 1;
-webkit-font-feature-settings:"lnum" 1;
font-feature-settings:"lnum" 1; 
		text-transform:uppercase;
		display: table-cell;
		text-align: center;
	  }
	
	  .checkout-btn:hover {
		color: #fff;
		text-decoration:underline;
	  }
	
	  .checkout-btn:visited {
		color: #fff;
	  }
	
	  .triangle-topleft_red {
		position:absolute;
		bottom:1px;
		right:1px;
		width: 0; 
		height: 0; 
		display:block;
		border-top: 38px solid transparent; 
		border-right: 38px solid #fff;
	  }

  .form-control:focus{
    border-right: solid 1px #000 !important;
  }

  .content {
    padding-top:25px;
    padding-bottom:150px;
    background: url('../img/cart_bg.png') no-repeat 0 bottom;
  }

  .footer {
    margin-top:-82px;
  }

  .col-xs-3 {
   button {
    display:none; //later can be reanabled and adjusted in the cms database
   }
  }

  .btn-success {
   margin-bottom: 120px !important;
  }

  .input-group-btn{
	  .btn-success{//more and more hacks
		  margin-bottom: 0px !important;
	  }
  }

	.breadcrumb.mobile {
		display: none;
		background: none;
		border: 0;
		color: black;
		padding: 0;
		background-color: transparent;
		font-size: 1.1em;
		text-transform: uppercase;
		font-family: 'sans-serif';
		padding-left: 20px;
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.breadcrumb.mobile li a {
		color: #000;
	}
	.breadcrumb.mobile li+li::before {
		content: ">";
		padding: 0 5px;
		color: black;
	}
	hr.mobile{
		display: none;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.cart_mobile .item_detail {
		font-family: 'Raleway-Bold';
		 -moz-font-feature-settings:"lnum" 1;
-ms-font-feature-settings:"lnum" 1;
-o-font-feature-settings:"lnum" 1;
-webkit-font-feature-settings:"lnum" 1;
font-feature-settings:"lnum" 1; 
		color: #000;
	}
	.unit_price{
		font-family: 'Raleway-Medium';
		 -moz-font-feature-settings:"lnum" 1;
-ms-font-feature-settings:"lnum" 1;
-o-font-feature-settings:"lnum" 1;
-webkit-font-feature-settings:"lnum" 1;
font-feature-settings:"lnum" 1; 
		font-size: 1.6em;
	}

}

.checkout_cart {

  thead th{
    border-bottom: none !important;     
  }

  tbody {
    td:last-child {
      border-right: solid 1px #ddd;
      border-bottom: solid 1px #ddd;
    }

    td:first-child {
      border-left: solid 1px #ddd;
    }
  }

  .remark_row td {
    border-left: solid 1px #fff !important;
    border-right: solid 1px #fff !important;
    border-bottom: solid 1px #fff !important;
  }

  .summary_row td {
   padding: 50px 0 0 0;
  }

  .item_detail_list {
    .item_style {
      color: #686868;
     }
    .delivery_time {
      color: #a71e25;
    }
  }
  .col_item {
    width: 350px;
   }

  .col_price {
    width: 80px;
    text-align:center;
    vertical-align:middle;
    font-weight:bold;    
   }

  .col_qty {
    vertical-align:middle;
    width: 120px;
    .form-group {
     margin-top:16px;
    }

    .btn-spinnerup,
    .btn-spinnerdown {
      background-color: #a71e25;
      color: #fff;
    }
   }


  .form-control:focus {
    border-color: #FF0000 !important;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6) !important;
  }
 

  .col_total {
    vertical-align:middle;
    text-align:center;
    width: 80px;
    font-weight:bold;    
   }

  .col_remarks {
    vertical-align:middle;
    text-align:center;
   }

  .col_moq {
    width: 50px;
    vertical-align:middle;
    text-align:center;
    font-weight:bold;
   }

  .col_on{
    width: 80px;
    vertical-align:middle;
    text-align:center;
    font-weight:bold;
  }

  .col_delete {
    vertical-align:middle;
    text-align:center;
    button {
      border:none;
      background:transparent;
      span {
        background-color:transparent;
        color: #a71e25;
        font-size: 1.2em;
      }
    }
   }

   .general_remark 
    {
      max-width: 490px;
      max-height: 140px;
    }

   .col_total_qty {
     font-weight:bold;
     color: #000;
     text-transform: uppercase;
     width: 100px;
   }

   .col_subtotal {
     font-weight:bold;
     color: #000;
     text-transform: uppercase;
     width: 100px;
   }
}

.contact_form{
	.form-control{
	  width: 50%;
	}
	
}

.contact_form_submit input[type="submit"]{
	background:#a71e25; 
    border:0 none;
}

.contact_form0 {
	margin-bottom: 20px;
}

.cart_minimum_order{
	color: #a71e25;
	line-height: 30px;
	//margin-left: 75px;
}
.checkout_column{
	text-align: center;
}

.cart_remove{
	color: #a71e25;
	line-height: 30px;
	margin-left: -5px;
}

.table>tfoot>tr.subtatal_row>td,.table>tfoot>tr.summary_row>td{
	border-style: hidden;
	border: none;
}

.col_subtotal{
	border-bottom: 1px solid #000 !important;
	width: 260px;
}

.col_total_qty1, .col_subtotal1{
	width: 140px;
	text-align: right;
	float: left;
}

.total_qty, .subtotal{
	text-align: left;
	margin-left: 20px;
}

.cart_mobile,.summary_button{
	display: none;
}

.cart_mobile_foot{
	visibility: hidden;
}

h4 .ng-binding{
	white-space: nowrap;
}

.cart_title_mobile{
	display: none;
	background-color: #9c0f17;
	color: #fff;
	height: 39px;
	line-height: 3;
	padding-left: 20px;
	font-family: 'Raleway-Bold';
	 -moz-font-feature-settings:"lnum" 1;
-ms-font-feature-settings:"lnum" 1;
-o-font-feature-settings:"lnum" 1;
-webkit-font-feature-settings:"lnum" 1;
font-feature-settings:"lnum" 1; 
	font-size: 1.3em;
	margin-left: -15px;
	margin-right: -15px;
}
.cart_mobile .min_order_qty, .cart_mobile .stock_delivery, .cart_mobile .delivery_time{
	color: #be0200;
	font-family: 'Raleway-Medium';
	 -moz-font-feature-settings:"lnum" 1;
-ms-font-feature-settings:"lnum" 1;
-o-font-feature-settings:"lnum" 1;
-webkit-font-feature-settings:"lnum" 1;
font-feature-settings:"lnum" 1; 
	font-size: 0.8em;
}
.cart_mobile .qty_label{
	color: black;
	font-family: 'Raleway-Medium';
	 -moz-font-feature-settings:"lnum" 1;
-ms-font-feature-settings:"lnum" 1;
-o-font-feature-settings:"lnum" 1;
-webkit-font-feature-settings:"lnum" 1;
font-feature-settings:"lnum" 1; 
	font-size: 1.2em;
	float: left;
	margin-top: 8px;
}

.summary_button .ng-hide {
	display: block !important;
	visibility: hidden !important;
	height: 2px;
}

@media only screen and (max-width: 380px) {
	.cart_mobile{
		display: block;
	}
	.table.table-hover.checkout_cart{
		margin-top: 10px;
		margin-bottom: 0px;
	}
	.col_sub,.checkout_cart .item_detail_list .delivery_time,.checkout_cart .item_detail_list .item_style,.checkout_cart .col_qty,.media-body{
		display: none;
	}
	.col_delete{
		width: 0% !important;
	}
	tfoot.foot_mobile {
    	display: none;
    }
    .checkout_cart .col_item{
	    width: auto;
    }
    .cart_mobile_foot{
	    visibility: visible;
			list-style: none;
			padding-left: 23%;
    }
    .summary_row td {
    	display: block;
    	padding-top: 10px;
	}
	.table > tbody > tr > td{
		font-weight: bold;
		font-size: 12px;
		border-bottom: 0px solid #ddd;
		border-top: none;
	}
	// .table > tbody > tr > td{ //:first-child
	// 	border-top: solid 0px #ddd !important;
	// }
	// .table > tbody > tr > td:nth-child(2) {
  //   	border-top: solid 0px #ddd;
	// }
	// .table > tbody > tr > td:nth-child(2) {//:nth-child(2)
  //   	border-bottom:none;
	// }
	// .checkout_cart tbody td:last-child{
	// 	border-bottom: solid 1px #ddd !important;
	// 	border-top: solid 1px #ddd;
	// }	
	.checkout_cart tbody td:last-child{
		border-bottom: 0px;
	}
	.checkout_cart tfoot tr td{
		border: 0px;
	}
	.checkout_cart tbody tr{
		border-bottom: 2px solid red;
	}
	.cart_mobile_foot > tbody > tr > td {
    	padding: 8px;
    	line-height: 1.428571429;
    	vertical-align: top;
	}
	.col_total_qty,.col_subtotal{
		font-weight: bold;
		color: #000;
		text-transform: uppercase;
		font-size: 12px;
	}
	.col_total_qty{
		border-bottom: 1px solid black;
	}
	.col_subtotal{
		width: inherit;
		padding: 15px 0 0 0;
	}
	.item_style {
    	color: #be0200;
			font-size: 12px;
			font-family: 'Raleway-Medium';
			 -moz-font-feature-settings:"lnum" 1;
-ms-font-feature-settings:"lnum" 1;
-o-font-feature-settings:"lnum" 1;
-webkit-font-feature-settings:"lnum" 1;
font-feature-settings:"lnum" 1; 
	}
	.delivery_time{
    	color: #a71e25;
    	font-size: 9px;
	}
	.cart_remarks .form-control{
	    width: 100%;
    }
    .summary_button .btn_sal{
	    max-width: 100%;
		font-size: 8px;
			height: 30px;
			width: 100%;
			margin: 0px;
    }
    .summary_button .btn_sal .triangle-topleft_red{
	    border-top: 28px solid transparent;
		border-right: 18px solid #fff;
    }
    .summary_button {
    	width: auto;
		list-style: none;
		position: relative;
		display: table;
		border-collapse: separate;
		padding-left: 0px;
		margin-left: -15px;
    margin-right: -15px;
	}
	.summary_button li {
    	padding: 0;
		float: left;
		width: 100%;
		margin: 0px;
		height: 42px;
		margin: 12px 0 0 0;
	}
    .summary_button .checkout {
    	float: right !important;
	}
    .cart_remove{
    	line-height: 8px;
		font-size: 8px;
		margin-left: 0px;
    }
    .cart_minimum_order {
	    line-height: 22px;
			font-size: 11px;
			display: block;
			text-align: center;

    }
		.col_total_qty1, .col_subtotal1{
			width: 70% !important;
		}
    .line_sum_cart {
    	border-bottom: 1px solid;
		width: 100%;
		float: right;
	}
    .col_subtotal{
	    border-bottom: none !important;
    }
    .media-left, .media > .pull-left{
	    padding-right: 0px;
    }
    .cart_style {
    	width: 100%;
		list-style: none;
		position: relative;
		display: table;
		border-collapse: separate;
		padding-left: 0px;
		font-size: 14px;
	font-family: 'Raleway-Bold';
	 -moz-font-feature-settings:"lnum" 1;
-ms-font-feature-settings:"lnum" 1;
-o-font-feature-settings:"lnum" 1;
-webkit-font-feature-settings:"lnum" 1;
font-feature-settings:"lnum" 1; 
	}
	.cart_style li {
    	padding: 0;
		float: left;
		width: 65%;
		margin: 3px 2px 0px 0;
	}
	.checkout_cart .col_delete button{
		display: none;
	}
	.cart_remarks {
		display: none;
    	clear: both;
		width: 100% !important;
    }
    .cart_mobile .form-control{
	    height: auto;
	    // padding: 0px;
	    // font-size: 9px;
	    // width: 70%;
    }
    .cart_mobile .form-group{
	    margin-bottom: 0px;
    }
    .cart_mobile .cart_qty_input{
	  //   margin-top: -15px;
		// margin-left: 20px;
			margin-top: 0px;
			margin-left: 0px;
		}
		.cart_mobile .input-group{
			width: 80%;
			float: right;
			button{
				background-color: #9c0f17;
				color: #fff;
			}
		}
    .cart_mobile .cart_bin {
    	// float: right;
		// margin-right: -40px;
		margin-top: -20px;
		position: absolute;
		right: -11px;
	}
	.cart_mobile .cart_bin button{
		border: none;
		background: transparent;
		font-size: 20px;
    margin-top: -8px;
	}
	.cart .content{
		margin-top:89px !important;
		padding-top: 0px !important;
		// padding-left: 0px !important;
		// padding-right: 0px !important;
	}
	.cart .content .container{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.cart_title_mobile{
		display: block;
	}
	.cart .breadcrumb.mobile {
		display: block;
	}
	.cart hr.mobile{
		display: block;
	}
	.checkout_cart .col_remarks {
		display: none;
	}

	.checkout_cart .col_price, 
	.checkout_cart .col_on, 
	.checkout_cart .col_moq, 
	.checkout_cart .col_total {
			display: none;
	}
	
	.checkout_cart{
		tbody{
			td:first-child{
				border-top: 0px;
				border-left: 0px;
			}
			td:last-child{
				border-top: 0px;
				border-right: 0px;
			}
		}
	}
	.cart .checkout-btn{
		display: block;
		margin: 0px !important;
		width: inherit;
	}
	.cart .text_in_stock {
		float: right;
		width: 70%;
		text-align: right;
		padding-right: 3px;
		span:first-of-type {
			color: black;
			font-size: 12px;
    	text-transform: uppercase;
		}
	}
	.onoffswitch {
		margin-right: 15px;
	}

}
@media only screen and (max-width: 480px) and (min-width: 380px) {
	.cart_mobile{
		display: block;
	}
	.table.table-hover.checkout_cart{
		margin-top: 10px;
		margin-bottom: 0px;
	}
	.col_sub,.checkout_cart .item_detail_list .delivery_time,.checkout_cart .item_detail_list .item_style,.checkout_cart .col_qty,.media-body{
		display: none;
	}
	.col_delete{
		width: 0% !important;
	}
	tfoot.foot_mobile {
    	display: none;
    }
    .checkout_cart .col_item{
	    width: auto;
    }
    .cart_mobile_foot{
	    visibility: visible;
			list-style: none;
			padding-left: 23%;
    }
    .summary_row td {
    	display: block;
    	padding-top: 10px;
	}
	.table > tbody > tr > td{
		font-weight: bold;
		font-size: 12px;
		border-bottom: 0px solid #ddd;
		border-top: none;
	}
	// .table > tbody > tr > td:first-child{
	// 	border-top: solid 1px #ddd !important;
	// }
	// .table > tbody > tr > td:nth-child(2) {
  //   	border-top: solid 1px #ddd;
	// }
	// .table > tbody > tr > td:nth-child(2) {
  //   	border-bottom:none;
	// }
	.checkout_cart tbody td:last-child{
		border-bottom: 0px;
	}
	.checkout_cart tfoot tr td{
		border: 0px;
	}
	.checkout_cart tbody tr{
		border-bottom: 2px solid red;
	}
	.cart_mobile_foot > tbody > tr > td {
    	padding: 8px;
    	line-height: 1.428571429;
    	vertical-align: top;
	}
	.col_total_qty,.col_subtotal{
		font-weight: bold;
		color: #000;
		text-transform: uppercase;
		font-size: 12px;
	}
	.col_total_qty{
		border-bottom: 1px solid black;
	}
	.col_subtotal{
		width: inherit;
		padding: 15px 0 0 0;
	}
	.item_style {
		color: #be0200;
		font-size: 12px;
		font-family: 'Raleway-Medium';
	}
	.delivery_time{
    	color: #a71e25;
	}
	.cart_moq{
		margin-left: 0;
	}
	.cart_remarks .form-control{
	    width: 100%;
    }
    .summary_button .btn_sal{
	    max-width: 100%;
		font-size: 8px;
			height: 30px;
			width: 100%;
			margin: 0px;
    }
    .summary_button .btn_sal .triangle-topleft_red{
	    border-top: 28px solid transparent;
		border-right: 18px solid #fff;
    }
    .summary_button {
    	width: auto;
		list-style: none;
		position: relative;
		display: table;
		border-collapse: separate;
		padding-left: 0px;
		margin-left: -15px;
    margin-right: -15px;
	}
	.summary_button li {
    	padding: 0;
		float: left;
		width: 100%;
		margin: 0px;
		height: 42px;
		margin: 12px 0 0 0;
	}
    .summary_button .checkout {
    	float: right !important;
	}
    .cart_remove{
    	line-height: 8px;
		font-size: 8px;
		margin-left: 0px;
    }
    .cart_minimum_order {
	    line-height: 22px;
			font-size: 11px;
			display: block;
			text-align: center;
    }
		.col_total_qty1, .col_subtotal1{
			width: 70% !important;
		}
    .line_sum_cart {
    	border-bottom: 1px solid;
		width: 100%;
		float: right;
	}
    .col_subtotal{
	    border-bottom: none !important;
    }
    .media-left, .media > .pull-left{
	    padding-right: 0px;
    }
    .cart_style {
    	width: 100%;
		list-style: none;
		position: relative;
		display: table;
		border-collapse: separate;
		padding-left: 0px;
		font-size: 14px;
    font-family: 'Raleway-Bold';
	}
	.cart_style li {
    	padding: 0;
		float: left;
		width: 65%;
		margin: 3px 2px 0px 0;
	}
	.checkout_cart .col_delete button{
		display: none;
	}
	.cart_remarks {
		display: none;
    	clear: both;
		width: 100% !important;
    }
    .cart_mobile .form-control{
	    height: auto;
	    // padding: 0px;
	    // font-size: 9px;
	    // width: 70%;
    }
    .cart_mobile .form-group{
	    margin-bottom: 0px;
	    margin-top: -12px;
    }
    .cart_mobile .cart_qty_input{
	  //   margin-top: -15px;
		// margin-left: 20px;
		margin-top: 0px;
		margin-left: 0px;
	}
	.cart_mobile .input-group{
		width: 80%;
		float: right;
		button{
			background-color: #9c0f17;
			color: #fff;
		}
	}
    .cart_mobile .cart_bin {
    	// float: right;
		// margin-right: -40px;
		margin-top: -20px;
		position: absolute;
		right: -11px;
	}
	.cart_mobile .cart_bin button{
		border: none;
		background: transparent;
		font-size: 20px;
    margin-top: -8px;
	}
	.cart .content{
		margin-top:89px !important;
		padding-top: 0px !important;
		// padding-left: 0px !important;
		// padding-right: 0px !important;
	}
	.cart .content .container{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.cart_title_mobile{
		display: block;
	}
	.cart .breadcrumb.mobile {
		display: block;
	}
	.cart hr.mobile{
		display: block;
	}
	.checkout_cart .col_remarks {
		display: none;
	}

	.checkout_cart .col_price, 
	.checkout_cart .col_on, 
	.checkout_cart .col_moq, 
	.checkout_cart .col_total {
			display: none;
	}
	
	.checkout_cart{
		tbody{
			td:first-child{
				border-top: 0px;
				border-left: 0px;
			}
			td:last-child{
				border-top: 0px;
				border-right: 0px;
			}
		}
	}
	.cart .checkout-btn{
		display: block;
		margin: 0px !important;
		width: inherit;
	}
	.cart .text_in_stock {
		float: right;
		width: 70%;
		text-align: right;
		padding-right: 3px;
		span:first-of-type {
			color: black;
			font-size: 12px;
    	text-transform: uppercase;
		}
	}
	.onoffswitch {
		margin-right: 15px;
	}

}
@media only screen and (max-width: 768px) and (min-width: 480px) {
	.cart_mobile{
		display: block;
	}
	.table.table-hover.checkout_cart{
		// margin-top: 100px;
		margin-top: 10px;
		margin-bottom: 0px;
	}
	.col_sub,.checkout_cart .item_detail_list .delivery_time,.checkout_cart .item_detail_list .item_style,.checkout_cart .col_qty,.media-body{
		display: none;
	}
	.col_delete{
		// width: 10% !important;
		width: 0% !important;
	}
	tfoot.foot_mobile {
    	display: none;
    }
    .checkout_cart .col_item{
	    width: auto;
    }
    .cart_mobile_foot{
	    visibility: visible;
	    list-style: none;
			// float: right;
			padding-left: 23%;
    }
    .summary_row td {
    	display: block;
    	padding-top: 10px;
	}
	.table > tbody > tr > td{
		font-weight: bold;
		font-size: 12px;
		// border-bottom: 1px solid #ddd;
		border-bottom: 0px solid #ddd;
		border-top: none;
	}
	// .table > tbody > tr > td:first-child{
	// 	border-top: solid 1px #ddd !important;
	// }
	// .table > tbody > tr > td:nth-child(2) {
  //   	border-top: solid 1px #ddd;
	// }
	// .table > tbody > tr > td:nth-child(2) {
  //   	border-bottom:none;
	// }
	.checkout_cart tbody td:last-child{
		// border-bottom: solid 1px #ddd !important;
		// border-top: solid 1px #ddd;
		border-bottom: 0px;
	}
	.checkout_cart tfoot tr td{
		border: 0px;
	}
	.checkout_cart tbody tr{
		border-bottom: 2px solid red;
	}
	.cart_mobile_foot > tbody > tr > td {
    	padding: 8px;
    	line-height: 1.428571429;
    	vertical-align: top;
	}
	.col_total_qty,.col_subtotal{
		font-weight: bold;
		color: #000;
		text-transform: uppercase;
		font-size: 12px;
	}
	.col_total_qty{
		border-bottom: 1px solid black;
	}
	.col_subtotal{
		width: inherit;
		padding: 15px 0 0 0;
	}
	.item_style {
    	// color: #686868;
			// font-size: 12px;
			color: #be0200;
			font-size: 12px;
			font-family: 'Raleway-Medium';
	}
	.delivery_time{
    	color: #a71e25;
	}
	.cart_moq{
		// margin-left: 100px;
		// display: inline;
		margin-left: 0px;
	}
	.cart_remarks .form-control{
	    width: 100%;
    }
    .summary_button .btn_sal{
	    // max-width: 97%;
	    max-width: 100%;
		font-size: 8px;
	    height: 30px;
	    width: 100%;
			margin: 0px;
    }
    .summary_button .btn_sal .triangle-topleft_red{
	    border-top: 28px solid transparent;
		border-right: 18px solid #fff;
    }
    .summary_button {
    // 	width: 100%;
		list-style: none;
		position: relative;
		display: table;
		border-collapse: separate;
		padding-left: 0px;
		width: auto;
		margin-left: -15px;
	}
	.summary_button li {
    	padding: 0;
		float: left;
		// width: 47%;
		// margin: 10px 8px 20px 0;
		height: 42px;

		width: 100%;
		margin: 0px;
		height: 42px;
		margin: 12px 0 0 0;
	}
    .summary_button .checkout {
    	float: right !important;
	}
    .cart_remove{
    	line-height: 8px;
		font-size: 8px;
		margin-left: 0px;
    }
    .cart_minimum_order {
	  //   margin-left: 30px;
	  //   line-height: 8px;
		// font-size: 8px;
		line-height: 22px;
		font-size: 11px;
		display: block;
		text-align: center;
    }
    .col_total_qty1, .col_subtotal1{
			// width: 150px;
			width: 70% !important;
    }
    .line_sum_cart {
    	border-bottom: 1px solid;
		width: 100%;
		float: right;
	}
    .col_subtotal{
	    border-bottom: none !important;
    }
    .media-left, .media > .pull-left{
	    padding-right: 0px;
    }
    .cart_style {
    // 	width: 150%;
		// font-size: 9px;
		width: 100%;
		list-style: none;
		position: relative;
		display: table;
		border-collapse: separate;
		padding-left: 0px;
		font-size: 14px;
		font-family: 'Raleway-Bold';
		-moz-font-feature-settings:"lnum" 1;
		-ms-font-feature-settings:"lnum" 1;
		-o-font-feature-settings:"lnum" 1;
		-webkit-font-feature-settings:"lnum" 1;
		font-feature-settings:"lnum" 1; 
	}
	.cart_style li {
    // 	padding: 0;
		// float: left;
		// width: 45%;
		// margin: 3px 2px 0px 0;
		padding: 0;
		float: left;
		width: 65%;
		margin: 3px 2px 0px 0;
	}
	.checkout_cart .col_delete button{
		display: none;
	}
	.cart_remarks {
		display: none;
    	clear: both;
		width: 100% !important;
    }
    .cart_mobile .form-control{
	    height: auto;
	    // padding: 0px;
	    // font-size: 9px;
	    // width: 70%;
    }
    .cart_mobile .form-group{
			margin-bottom: 0px;
			margin-top: -12px;
    }
    .cart_mobile .cart_qty_input{
	  //   margin-top: -15px;
		// margin-left: 20px;
		margin-top: 0px;
		margin-left: 0px;
		}
		.cart_mobile .input-group{
			width: 80%;
			float: right;
			button{
				background-color: #9c0f17;
				color: #fff;
			}
		}
    .cart_mobile .cart_bin {
    	// float: right;
		// margin-right: -40px;
		margin-top: -20px;
		position: absolute;
		right: -11px;
	}
	.cart_mobile .cart_bin button{
		border: none;
		background: transparent;
		font-size: 20px;
    margin-top: -8px;
	}
	.cart .content{
		margin-top:89px !important;
		padding-top: 0px !important;
		// padding-left: 0px !important;
		// padding-right: 0px !important;
	}
	.cart .content .container{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.cart_title_mobile{
		display: block;
	}
	.cart .breadcrumb.mobile {
		display: block;
	}
	.cart hr.mobile{
		display: block;
	}
	.checkout_cart .col_remarks {
		display: none;
	}

	.checkout_cart .col_price, 
	.checkout_cart .col_on, 
	.checkout_cart .col_moq, 
	.checkout_cart .col_total {
			display: none;
	}
	
	.checkout_cart{
		tbody{
			td:first-child{
				border-top: 0px;
				border-left: 0px;
			}
			td:last-child{
				border-top: 0px;
				border-right: 0px;
			}
		}
	}
	.cart .checkout-btn{
		display: block;
		margin: 0px !important;
		width: inherit;
	}
	.cart .text_in_stock {
		float: right;
		width: 70%;
		text-align: right;
		padding-right: 3px;
		span:first-of-type {
			color: black;
			font-size: 12px;
    	text-transform: uppercase;
		}
	}
	.onoffswitch {
		margin-right: 15px;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .cart_mobile{
		display: block;
	}
	.table.table-hover.checkout_cart{
		margin-top: 100px;
	}
	.col_sub,.checkout_cart .item_detail_list .delivery_time,.checkout_cart .item_detail_list .item_style,.checkout_cart .col_qty,.media-body{
		display: none;
	}
	.col_delete{
		width: 10% !important;
	}
	tfoot.foot_mobile{
    	display: none;
    }
    .checkout_cart .col_item{
	    width: auto;
    }
    .cart_mobile_foot{
	    visibility: visible;
	    list-style: none;
	    float: right;
    }
    .summary_row td {
    	display: block;
    	padding-top: 10px;
	}
	.table > tbody > tr > td{
		font-weight: bold;
		font-size: 12px;
		border-bottom: 1px solid #ddd;
		border-top: none;
	}
	.table > tbody > tr > td:first-child{
		border-top: solid 1px #ddd !important;
	}
	.table > tbody > tr > td:nth-child(2) {
    	border-top: solid 1px #ddd;
	}
	.table > tbody > tr > td:nth-child(2) {
    	border-bottom:none;
	}
	.checkout_cart tbody td:last-child{
		border-bottom: solid 1px #ddd !important;
		border-top: solid 1px #ddd;
	}
	.cart_mobile_foot > tbody > tr > td {
    	padding: 8px;
    	line-height: 1.428571429;
    	vertical-align: top;
	}
	.col_total_qty,.col_subtotal{
		font-weight: bold;
		color: #000;
		text-transform: uppercase;
		font-size: 12px;
	}
	.item_style {
    	color: #686868;
    	font-size: 12px;
	}
    .delivery_time {
    	color: #a71e25;
	}
	.cart_moq{
		margin-left: 100px;
		display: inline;
	}
    .cart_remarks .form-control{
	    width: 100%;
    
    }
    .summary_button .btn_sal{
	    max-width: 97%;
		font-size: 8px;
	    height: 30px;
	    
    }
    .summary_button .btn_sal .triangle-topleft_red{
	    border-top: 28px solid transparent;
		border-right: 18px solid #fff;
    }
    .summary_button {
    	width: 100%;
		list-style: none;
		position: relative;
		display: table;
		border-collapse: separate;
		padding-left: 0px;
	}
	.summary_button li {
    	padding: 0;
		float: left;
		height: 42px;
	}
    .summary_button .checkout {
    	float: right !important;
	}
    .cart_remove{
		display: block;
    }
    .cart_minimum_order {
	    display: block;
    }
    .col_total_qty1, .col_subtotal1{
	    width: 150px;
    }
    .line_sum_cart {
    	border-bottom: 1px solid;
		width: 100%;
		float: right;
	}
    .col_subtotal{
	    border-bottom: none !important;
    }
    .media-left, .media > .pull-left{
	    padding-right: 0px;
    }
    .cart_style {
    	width: 150%;
		list-style: none;
		position: relative;
		display: table;
		border-collapse: separate;
		padding-left: 0px;
	}
	.cart_style li {
    	padding: 0;
		float: left;
		width: 45%;
		margin: 3px 2px 0px 0;
	}
	.checkout_cart .col_delete button{
		display: none;
	}
	.cart_remarks {
    	clear: both;
		width: 100% !important;
    }
    .cart_mobile .form-control{
	    height: auto;
	    padding: 0px;
	    width: 70%;
    }
    .cart_mobile .form-group{
	    margin-bottom: 0px;
	    margin-top: -15px;
    }
    .cart_mobile .cart_qty_input{
	    margin-top: 0;
		margin-left: 40px;
    }
    .cart_mobile .cart_bin {
    	float: right;
		margin-right: -80px;;
		margin-top: -20px;
	}
	.cart_mobile .cart_bin button{
		border: none;
		background: transparent;
	}

}
