/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
	Created on : May 15, 2018, 4:13:21 PM
	Author     : Codup
*/
#wqbo-order-form .row {
	display: table;
	width: 100%;
}

#wqbo-order-form .row > div {
	border: 1px solid #ccc;
	padding: 10px;
}

#wqbo-order-form .row > div input[type="number"], #wqbo-order-form .row > div input[type="text"] {
	width: 100%;
}

#wqbo-order-form .row > .col {
	display: table-cell;
	vertical-align: top;
	width: 40%;
}

#wqbo-order-form .row > .col-2 {
	display: table-cell;
	vertical-align: top;
	width: 20%;
}

input[name="wqbo-quick-order-submit"]{
	padding: 5px 10px !important;
	font-size: 13px !important;
}

.wqbo-add-to-cart-button{
	margin-top: 10px;
}

.wqbo-button{
	cursor: pointer;
	background: inherit;
}


/* QUICK ORDER - TABLE STYLING */
.wqbo-tbl-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
#wqbo-order-form table {
	border-spacing: 0;
	width: 100%;
	border-collapse: separate;
	border: 0px solid #d1d1d1;
	table-layout: auto;
}
#wqbo-order-form table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
	text-align: center;
	background-color: #f8f8f8;
	font-weight: 600;
	width: 20%;
	border-width: 0;
	font-size: 15px;
	color: #6d6d6d;
}
#wqbo-order-form table tbody td {
	background-color: #ffffff;
	font-size: 15px;
	border-width: 0;
	text-align: center;
	width: 20%;
}

#wqbo-order-form table td,
#wqbo-order-form table th {
	padding: 10px 8px;
	border-top: 1px solid #dee2e6 !important;
	font-family: "Source Sans Pro",HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
#wqbo-order-form table td {
	vertical-align: middle;
}

#wqbo-order-form table tbody td img {
	max-width: 65px;
	height: 65px;
	object-fit: cover;
	border-radius: 3px;
}

.font-bold {
	font-weight: 600 !important;
}

.font-md {
	font-size: 15px !important;
}

#wqbo-order-form .form-control {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 0.2em 0.5em;
	font-size: 14px;
	background-color: transparent;
	box-shadow: none;
	width: 100%;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: rgba(51, 51, 51, 0.7);
}

#wqbo-order-form table span.woocommerce-Price-currencySymbol {
	padding-right: 2px;
}
#wqbo-order-form a.button.wqbo-button,
#wqbo-order-form .wqbo-quick-order-submit {
	background-color: #f2f2f2 !important;
	border: 1px solid #d5d5d5;
	color: #333333;
	box-shadow: none;
	padding: 5px 10px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 2px;
}

#wqbo-order-form a.button.wqbo-button:hover,
#wqbo-order-form .wqbo-quick-order-submit:hover {
	background-color: #d5d5d5 !important;
}

#wqbo-order-form table tbody tr.wqbo-row-total td {
	background-color: #f8f8f8;
}
#wqbo-order-form table a.wqbo-remove.wqbo-button {
	color: #007acc;
	text-decoration: none;
	box-shadow: 0 1px 0 0 #007acc;
}
#wqbo-order-form table a.wqbo-remove.wqbo-button:hover {
	color: #f00;
	text-decoration: none;
	box-shadow: 0 1px 0 0 #f00;
}

#wqbo-order-form table tr td, .wqbo-bucket table tr td{
	vertical-align: middle;
}

#wqbo-order-form table tr td img, .wqbo-bucket table tr td img {
	margin: 0 auto;
	width: 70px;
}
.wqbo-bucket table tr td.wqbo-add-cart{
	text-align: right !important;
}
