@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@font-face {
	font-family: 'icomoon';
	src: url('../webfonts/icomoon/icomoon.eot?cvt8p4');
	src: url('../webfonts/icomoon/icomoon.eot?cvt8p4#iefix') format('embedded-opentype'), url('../webfonts/icomoon/icomoon.ttf?cvt8p4') format('truetype'), url('../webfonts/icomoon/icomoon.woff?cvt8p4') format('woff'), url('../webfonts/icomoon/icomoon.svg?cvt8p4#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

body {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.2;
	font-size: 14px;
}
.body{
    background:#fff;
}

.price-box
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}
.item-desc-th
{
    width:55%;
}
.item-price-th
{
    width:35%;
}

.navbar-header .logo-img {
	width: 170px;
}

.truck-img {
	width: 45px;
}

.banner-div .container {
	height: 100%;
}

.banner-div {
	background-image: url("../images/login-background.png");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 400px;
}

.banner-content {
	background: #02AFEF;
	padding: 30px 25px;
	max-width: 450px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.banner-head {
	font-size: 55px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
}

.banner-text {
	font-size: 25px;
	color: #fff;
	margin-top: 15px;
}

.upper-banner-div {
	display: flex;
	align-items: center;
	height: 100%;
}

.lower-banner-head {
	font-size: 22px;
	font-weight: 500;
	margin-top: 0;
	color: #fff;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

.hand-icon {
	width: 70px;
}
.hand-icon-text {
	font-weight: 600;
	padding-left: 30px;
	color: #fff;
	font-size: 19px;
	line-height: 1.3;
}

.stock-section {
	background: #f6f6f6;
	padding-top: 35px;
	padding-bottom: 25px;
	margin-top: 30px;
}

.stock-head {
	font-size: 26px;
	font-weight: 600;
	margin: auto;
	text-transform: uppercase;
	position: sticky;
}

.inner-stock-section {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 30px;
}

.inner-stock-head {
	font-weight: 700;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 20px;
}

.inner-row {
	padding-left: 20px;
	padding-right: 20px;
}

.angle-dropdown button, .amount-col button{
	width: 100%;
	background: #EDF7FB;
	border: none;
	color: #000;
	border-radius: 0;
	height: 50px;
	font-weight: 600;
}
.amount-col button{
	width: auto;
}
.angle-dropdown button:hover, .amount-col button:hover{
	background: #EDF7FB;
	color: #000;
}

.angle-dropdown button:focus, .amount-col button:focus{
	box-shadow: none;
	outline: none;
}
.btn.focus, .btn:focus{
	box-shadow: none;
}

.angle-dropdown .dropdown-toggle::after {
	content: "\f078";
	font-family: 'Font Awesome 5 Free';
	border: none;
	top: 3px;
	position: relative;
}

.angle-dropdown .dropdown-menu.show {
	width: 100%;
	border: none;
	-webkit-box-shadow: 1px 0px 28px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 0px 28px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0px 28px 0px rgba(0, 0, 0, 0.1);
	border-radius: 0;
}

.unequal-head {
	border-bottom: none;
	margin-top: 25px;
	padding-bottom: 0;
}

.truck-btn {
	background: #00AEEF !important;
	border: 1px solid #0491C6 !important;
	border-radius: 4px !important;
	height: auto !important;
}

.quantity-input {
	height: 100%;
	width: 100%;
	min-height: 36px;
	padding-left: .5rem;
	padding-right: .5rem;
	margin: 0;
	font-size: 14px;
}   

.quantity-input::placeholder {
	color: #A0A0A0;
	font-size: 14px;
	/*padding-left: 10px;*/
}
.table .quantity-input{
    min-height: 30px;
    min-width: 100px;
}
.table .form-control.form-control-sm{
    height: 30px;
}
.table .input-group .input-group-text{
    height: 30px;
    font-size: 14px;
}
.table .input-group {
	max-width: 200px;
}
.table .input-group{
    flex-wrap: nowrap;
}
.table .input-group .input-group-text {
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 0 2px 2px 0 !important;
}
.truck-btn img {
	width: 23px;
}
.table .qty-box {
	max-width: fit-content;
	display: inline-block;
	margin-bottom: 3px;
}
.amount-col {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
}
.amount-col b{
	font-weight: 600;
}
.amount-col span {
	font-weight: 500;
	font-size: 13px;
	white-space: normal;
}

.amount-row {
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 20px;
}

.last-row {
	border-bottom: none;
}

.angle-dropdown .dropdown-item:hover {
	background: transparent;
}

.irregular-section {
	border-bottom: 1px solid #ADADAD;
	border-top: 2px solid #ADADAD;
	padding-top: 5px;
}

.bar-row .inner-stock-head {
	border-bottom: none;
	padding-bottom: 0;
	padding: 0;
}

.bar-row {
	border-bottom: 1px solid #ADADAD;
}

.section-table thead th {
	border-top: none;
	font-size: 20px;
}

.stock-section2 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.site-footer {
	background: #2B2B2B;
	padding-top: 25px;
	padding-bottom: 15px;
	margin-top:50px;
	position:relative;
}

.copyright-text {
	color: #838383;
	color: #838383;
	font-size: 14px;
	margin-top: 20px;
}

.footer-list-head {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

.footer-list {
	list-style: none;
	padding-left: 0;
}

.footer-list li a {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}

.footer-list li {
	margin-top: 15px;
	font-size: 14px;
}

.contact-list {
	list-style: none;
	padding-left: 0;
}

.contact-list li a {
	color: #fff;
}

.contact-list li {
	position: relative;
	padding-left: 30px;
	color: #fff;
	font-weight: 500;
	margin-top: 8px;
	font-size: 14px;
}

.contact-list li:first-child {
	margin-top: 15px;
}

.location-item:before {
	content: "";
	background-image: url("../images/location.png");
	background-repeat: no-repeat;
	background-size: 100%;
	height: 20px;
	width: 20px;
	position: absolute;
	left: 0;
	top: 2px;
}

.browse-item:before {
	background-image: url("../images/globe.png")
}
.abn-item:before {
	background-image: url("../images/abn.png")
}

.phone-item:before {
	background-image: url("../images/phone.png")
}

.mail-item:before {
	background-image: url("../images/mail.png")
}

.upper-list {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	margin-top: 5px;
	margin-bottom: 0;
	padding-right: 10px;
	float: right;
}

.upper-list li {
	display: flex;
}

.upper-dropdown button {
	background: transparent;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
	padding: 5px 0 0 10px;
}

.upper-dropdown button:focus {
	outline: none;
	box-shadow: none;
}

.upper-dropdown button span {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 14px;
}

.upper-dropdown .dropdown-toggle::after {
	content: "\f078";
	font-family: 'Font Awesome 5 Free';
	border: none;
	top: 3px;
	position: relative;
	font-weight: 900;
}

.user-img {
	width: 45px;
	border-radius: 45%;
	height: 45px;
}
/*
.length-right {
	padding-right: 3px !important;
}

.length-left {
	padding-left: 3px !important;
}
*/
.login-background {
	background-image: url("../images/login-background.png");
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	height: 100%;
	background-size: cover;
}
.bg-cover{
    display: flex;
	justify-content: center;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	min-height: 100vh;
}
.centered {
	position: absolute;
	background: rgb(0, 0, 0, 0.8);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	/*text-align: center;*/
}

.login-logo {
	width: 220px;
	margin-top: 80px;
	display: block;
	margin: 80px auto 0 auto;
}
.login-logo img{
    width: 100%;
}
.login-head {
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	margin-top: 30px;
	text-align: center;
}

.login-form label {
	color: #fff;
	text-align: left;
	width: 100%;
	font-size: 14px;
}

.login-form {
	width: 350px;
}

.login-form input {
	height: 45px;
}

.login-form select {
	height: 45px !important;
	font-size: 14px;
	color: #B0B0B0;
}

.login-form input[type=checkbox] {
	height: auto;
}

.login-form input::placeholder {
	color: #B0B0B0;
	font-size: 14px;
}

.theme-btn {
	background: #00AEEF;
	border: 1px solid #0491C6;
	color: #fff;
	border-radius: 4px;
}

.theme-btn:hover, .theme-btn:focus {
	background: #0491C6 !important;
	color: #fff;
	outline: none;
	box-shadow: none;
}
.btn{
    padding: 8px 20px;
    font-weight: 600;
    font-size: 14px;
}
.btn.btn-sm {
	padding: 3px 8px;
	font-size: 12px;
	letter-spacing: -0.3px;
	font-weight: 600;
}
.largeBtn{
	padding: 3px 8px;
	font-size: 22px;
	letter-spacing: -0.3px;
	font-weight: 600;
	float:right;margin-right: 5px;
}
.approve-info{
	font-size: 13px;
	/* margin-top: revert; */
	padding: 10px;
}
.shipping-cost-div{
	background-color: #FBD603;
}

.heading-div .btn.btn-sm{
    padding: 3px 5px;
	font-size: 12px;
	letter-spacing: -0.3px;
}

.heading-div-shipping{
    background: #fff;
    color: #000;
    font-size: 24px;
    padding: 12px 0px;
    font-weight: 600;
}
.sign-in-btn {
	width: 100%;
	height: 45px;
	font-size: 18px;
}

.forgot-link {
	color: #fff;
	font-size: 13px;
	margin-top: 15px;
	display: block;
}

.forgot-link:hover {
	color: #00AEEF;
	text-decoration: underline;
}

.sign-up-link {
	font-size: 13px;
	color: #fff;
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #757575;
}

.sign-up-link a {
	color: #00AEEF;
	text-decoration: underline;
}

.sign-up-link a:hover {
	color: #00AEEF;
	text-decoration: underline;
}

.login-copy-text {
	color: #FFFFFF;
	opacity: 0.7;
	font-size: 13px;
	margin-top: 80px;
	margin-bottom: 80px;
	text-align: center;
}

/*.signup-div {*/
/*	width: 650px;*/
/*}*/

.signup-form {
	width: 100%;
}

.signup-head {
	text-align: left;
}

.signup-minihead {
	font-size: 18px;
	color: #fff;
	text-align: left;
}

.signup-copy-text {
	margin-top: 40px;
	margin-bottom: 40px;
}

.section-table .row {
	min-width: 200px;
}

.banner-div-subpage {
	height: auto;
}

.banner-content-subpage {
	padding: 40px 30px;
	min-width: 450px;
}

.item-div {
	background: #F2FCFF;
	border: 1px solid #ABC7D1;
	max-width: 450px;
	margin: auto;
	margin-top: 20px;
	font-size: 19px;
	text-align: center;
	font-weight: 600;
	padding: 12px;
}

.add-btn {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	font-size: 11px;
	text-align: center;
	border: none;
	padding: 0;
}
.section-col .add-btn {
    height: auto;
	width: auto;
	margin-left: auto;
	margin-right: 0;
	display: inline-block;
	text-align: right;
}
.remove-option {
	color: #D60202;
	font-size: 14px;
}

.remove-option span {
	margin-left: 3px;
}

.delivery-table tr td {
	font-size: 14px;
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 20px;
}

.delivery-table tr th {
	font-size: 14px;
}

.recommendations-div span {
	font-size: 12px;
	font-weight: 400;
}

.recommendations-div a {
	color: #00AEEF;
	text-decoration: underline;
}

.recommendations-div a:hover {
	color: #00AEEF;
}

.total-amount-div {
	background: #f6f6f6;
	border: 1px solid #C3CDD2;
	border-radius: 3px;
	padding: 30px 20px;
}

.subtotal-div span {
	font-weight: 500;
	font-size: 18px;
}

.subtotal-amount {
	float: right;
}


.total-div-2 span {
	font-weight: 700;
	font-size: 16px;
}

.total-div-2 .subtotal-amount {
	font-size: 17px;
}

.total-div-2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #707070;
}
.total-div-2-alt{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #707070;
}



.total-div span {
	font-weight: 700;
	font-size: 18px;
}

.total-div .subtotal-amount {
	font-size: 22px;
}

.total-div {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #707070;
}
.total-div-alt{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #707070;
}

.order-btn {
	font-size: 20px;
	padding: 18px 55px;
	font-weight: 700;
}

.split-btn {
	background: #686868;
	border-color: #686868;
}

.lower-button-div {
	text-align: right;
	margin-bottom: 50px;
}

.initial-amount {
	font-size: 16px;
}

.item-quantity-div {
	display: flex;
	align-items: center;
	position: relative;
    margin-bottom: 5px;
}


/*.upper-dropdown .dropdown-menu.show {*/
/*	transform: none!important;*/
/*	top: 100%!important;*/
/*	min-width: 100%;*/
/*	right: 0;*/
/*	width: 100%;*/
/*	left: -81px !important;*/
/*}*/

/*.upper-dropdown {*/
/*	position: unset;*/
/*}*/

ul.upper-list>li:last-child {
	position: relative;
}

.upper-dropdown .dropdown-menu.show .dropdown-item {
	white-space: normal;
	font-size: 14px;
}

.quantity-input:focus {
	outline: none;
}



.login-form input:focus {
	outline: none;
	box-shadow: none;
}

.footer-list li a:hover {
	color: #00AEEF;
	text-decoration: underline;
}

.contact-list li a:hover {
	color: #00AEEF;
	text-decoration: underline;
}

.delivery-link {
	font-size: 12px;
	margin-left: 10px;
	color: #000;
	text-transform: uppercase;
	margin-top: 0px;
	display: flex;
}
.delivery-link .truck-info-col{
    padding-left: 10px;
    padding-top:5px;
}
.delivery-link .truck-info-col i{
	font-weight: 600;
	text-transform: capitalize;
	font-size: 14px;
	color: #67ae3d;
	font-style:normal;

}

.address-head {
	font-size: 18px;
	font-weight: 600;
}

.date-col::after {
	content: "/";
	font-size: 30px;
	display: block;
	position: absolute;
	right: -5px;
	top: 2px;
}

.exclamtion-icon {
	color: #F1A306;
}

.poli-img {
	width: 80px;
}

.poly-div .theme-btn {
	padding: 12px 35px;
	font-size: 20px;
	font-weight: 700;
}

.total-shipping-div .subtotal-div span {
	font-size: 14px;
}

.total-shipping-div .total-div span {
	font-size: 16px;
}
.total-shipping-div .total-div-alt span, .total-shipping-div .total-div-alt .subtotal-amount {
	font-size: 14px;
}

.total-shipping-div .total-div .subtotal-amount {
	font-size: 17px;
}

.total-shipping-div {
	padding: 10px 20px;
}

.address-head span {
	font-size: 12px;
	font-weight: 400;
	margin-left: 5px;
}

.order-nav {
	background: #f1f9fc;
	padding: 15px 20px;
}

.order-nav ul li.active {
	background: #00AEEF;
	color: #fff;
	border-bottom-color: #00AEEF;
}
.order-nav ul li.active a, .order-nav ul li:hover a{
    color: #fff;
}
.order-nav a {
	color: #000;
	font-weight: 600;
	padding-left: 35px;
	width: 100%;
	position: relative;
	display: block;
	font-size: 14px;
	padding-right: 20px;
}

.order-nav a:before {
	content: "\e911";
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	position: absolute;
	left: 0;
	top:-3px;
}
.table-div .order-nav a:before{
    font-size: 18px;
    top:0;
}

.order-nav a:after {
	content: "";
	background-image: url("../images/next.png");
	background-repeat: no-repeat;
	background-size: 100%;
	height: 12px;
	width: 12px;
	position: absolute;
	right: 0;
	top: 4px;
}
.order-nav ul {
	padding-left: 0;
	list-style: none;
}

.order-nav ul li:hover {
	background: #00AEEF;
}

.order-nav ul li {
	padding: 10px 8px;
	margin-top: 0;
}
.order-link:before {
	content: "\e902" !important;
	background: #000;
	border-radius: 50%;
	font-size: 13px !important;
	color: #fff;
	height: 24px;
	width: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.address-link:before {
	content: "\e90b" !important;
}

.payment-link:before {
	content: "\e909" !important;
}

.order-link:before {
	content: "\e909" !important;
}
.photos-link:before {
	content: "\e91c" !important;
}
.general-details-link:before {
	content: "\e91a" !important;
}
.map-link:before {
	content: "\e91b" !important;
}
.logout-link:before {
	content: "\e907" !important;
	background: #000;
	border-radius: 50%;
	font-size: 13px !important;
	color: #fff;
	height: 24px;
	width: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.order-nav ul li:hover a.order-link:before, .order-nav ul li:hover a.logout-link:before{
    background: #fff;
    color: #00AEEF;
}
.order-head {
	font-weight: 700;
}
.vertical-nav .order-nav ul li{
	display: inline-block;		
}
.vertical-nav .order-nav ul{
	margin-bottom: 0;
}
.vertical-nav .order-nav a:after{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
/*.search-group {*/
/*	max-width: 250px;*/
/*	width: 100%;*/
/*	margin-left: auto;*/
/*}*/

.search-group .input-group-text {
	background: transparent;
	border-left: 0;
}

.search-group .input-group-text {
	font-size: 14px;
}
.search-group-sl .input-group-text {
    background: transparent;
    font-size: 14px;
    border-right: 0 !important;
}
.search-group-sl .input-group-text i{
	color: #BCBCCB;
}
.search-group-sl .search_orders
{
	border-left: 0 !important;
}

.date-filter-sl
{
	max-width: 135px;
}
.filter-sl
{
	float: right;
	color: white !important;
	font-weight: normal;
	border: none;
}
.search-note-sl
{
	font-size: 10px;
	color: #00AEEE;
}#edit_avail
{
	cursor: pointer;
}
.sl_number
{
	display: block;	
	height: 30px;
	padding: .375rem .6rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	margin-top: -6px;
}
#edit_save
{
	background-color: #dc3545;
	color: #fff;
	font-weight: bold;
}
#edit_save:hover
{
	background-color: #cc3141 !important;
	color: #fff !important;
	font-weight: bold;
}
#edit_cancel
{
	background-color: #e9e9ed;
	color: #000 !important;
	font-weight: bold;
}
#edit_cancel:hover
{
	background-color: #d9d9e0 !important;
	color: #000 !important;
	font-weight: bold;
}
.sl_save_btns
{
	display: none;
}
.hide_input
{
	border: 0;
	pointer-events: none;
}
.sl_table_cell_flex
{
	display: flex;
	flex-direction: row;
}
.tview_half
{
	display: block;
	width: 50%;
}

.search-group .form-control {
	border-right: 0;
	border-radius: 0;
}
.form-control:focus{
    box-shadow:none;
}
.search-group .form-control::placeholder {
	color: #A0A0A0;
	font-size: 14px;
}

.order-filter_customer {
	background: #f6f6f6;
	border: 1px solid #C3CDD2;
	border-radius: 3px;
	padding: 15px 10px;
	margin-top: 10px;
}
.form-group {
	margin-bottom: 1.2rem;
}
.form-group-sl {
	margin-bottom: 0;
}
.filter-col .form-group {
	margin-bottom: 0;
}
.search-group-sl
{
	max-width: 100%;
}
.filter-col label {
	font-size: 14px;
	font-weight: 600;
}
.sl_view_link
{
	font-weight: bold;
	color: #00AEEF !important;
}
#search_col_stock
{
	border-left: 0;
}
.sl_action_links
{
	color: #00AEEF !important;
}

.filter-col input::placeholder {
	font-size: 11px;
	color: #A0A0A0;
}

.filter-col select {
	font-size: 14px;
}

.fisrt-col {
	padding-right: 5px;
}

.second-col {
	padding-right: 5px;
	padding-left: 5px;
}

.third-col {
	padding-left: 5px;
}

.order-table thead th {
	border-top: none;
}
table thead th{
	line-height: 16px;
}

.order-table th {
	font-size: 14px;
}

.order-table td {
	font-size: 13px;
}

.action-link {
	color: #000;
}

.process-div {
	color: #856404;
	background: #FFF3CD;
	border-radius: 20px;
	padding: 3px 5px;
	text-align: center;
	white-space: nowrap;
	border: 1px solid #FFEEBA;
}

.deliver-div {
	background: #D4EDDA;
	color: #155724;
	border: 1px solid #C3E6CB;
}

.pagination-nav ul li a {
	color: #000;
	font-size: 14px;
	padding: 4px 8px;
}

.pagination-nav ul li {
	margin: 3px;
}

.pagination-nav ul li.page-item.active .page-link {
	background: #00AEEF;
	color: #fff;
	border-color: #00AEEF;
}

.pagination-nav ul {
	float: right;
}

.cancel-btn-div .theme-btn {
	font-size: 14px;
}

.order-detail-div {
	border-radius: 3px;
	border: 1px solid #C3CDD2;
	padding: 15px;
}

.order-date-div {
	font-size: 13px;
	font-weight: 600;
	display: flex;
	align-items: center;
}

/*.order-date-div span {*/
/*	float: right;*/
/*	font-weight: 400;*/
/*}*/

.process-span {
	color: #856404;
	background: #FFF3CD;
	border-radius: 20px;
	padding: 3px 12px;
	text-align: center;
	border: 1px #FFEEBA;
}

.paid-span {
	color: #155724;
	background: #D4EDDA;
	border-radius: 20px;
	padding: 3px 12px;
	text-align: center;
	border: 1px #C3E6CB;
}

.shipping-head {
	font-size: 18px;
	font-weight: 600;
}

.address-name {
	font-weight: 600;
	font-size: 14px;
}

.address-name a {
	color: #000;
}

.address-fill {
	font-size: 14px;
}

.item-table td {
	font-size: 14px;
}
.orders--table .item-table td {
	padding: 5px;
}

.money-span {
	text-align: right;
	font-weight: 600;
}

.offset-ship-div {
	max-width: 300px;
	margin-left: auto;
}

.offset-ship-div .subtotal-div span {
	font-size: 14px;
}

.offset-ship-div .total-div .subtotal-amount {
	font-size: 20px;
}

.offset-ship-div .total-div span {
	font-size: 16px;
}

.address-form label {
	font-size: 14px;
	font-weight: 600;
}

.address-form select {
	height: 46px !important;
}

.address-form input {
	height: 46px !important;
}

.address-form input::placeholder {
	color: #B0B0B0;
	font-weight: 500;
	font-size: 14px;
}

select:focus {
	box-shadow: none !important;
	outline: none !important;
}

input:focus {
	box-shadow: none !important;
	outline: none !important;
}

.or-div {
	border-bottom: 1px solid #C0C9CC;
	position: relative;
}

.or-div span {
	position: absolute;
	left: 50%;
	top: -13px;
	padding-left: 20px;
	padding-right: 20px;
	background: #fff;
	transform: translate(-50%, 0px);
	text-transform: uppercase;
	color: #89A0A9;
	font-size: 14px;
	font-weight: 600;
}

.order-nav li a:hover {
	text-decoration: none;
}

.address-form .form-check input[type=checkbox],
input[type=radio] {
	height: auto !important;
}

.delivery-link2 {
	display: none;
}
.copyright-text2 {
	display: none;
}

/*.equal-col {
	padding-left: 0;
	padding-right: 0;
}
*/
.equal-col h4 {
	/*padding-left: 10px;*/
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
}
/*
.angle-row {
	padding-left: 15px;
	padding-right: 15px;
}
*/
.truck-btn {
	width: 100%;
}

hr.angle-line {
	border-width: 2px;
}

.admin-div {
	position: relative;
}

.owner-row .card {
	border: none;
}

.owner-row {
	margin-top: 5px;
}

.form-control {
	height: 40px;
	font-size: 14px;
}

select.form-control:not([size]):not([multiple]) {
	height: calc(2.38rem + 2px);
}
.form-control.form-control-sm {
	height: 38px;
}
select.form-control.form-control-sm:not([size]):not([multiple]){
    height: calc(2.38rem + 2px)
}
.form-group label {
	font-weight: 600;
	font-size: 13px;
}

.change_pass_sec h4 {
	font-weight: 600;
}

.setting-div {
	background: #fff;
	margin-top: 5px;
	padding: 1.25rem;
}

#postcodes {
	padding: 0;
	max-width: unset;
}

.sidebar-list {
	margin-top: 10px;
}

.search-group .form-control {
	border-right: 1px solid #C6C6C6;
	border-radius: 4px;
}

.search-group .input-group-prepend {
	border-left: 1px solid #C6C6C6;
	border-radius: 4px;
}

.section-col .add-btn .btn{
	padding: 5px;
}

.no_records_div {
	text-align: center;
	border-top: 1px solid #e7e7e7;
	padding-top: 10px;
	border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px
}

.section-col .add-btn {
	width: auto;
	vertical-align:top;
}

.customer-table th a {
	color: #000;
}

.customer-table th a i {
	margin-left: 3px;
}

/*05-08----------------------------------------------------------------*/

.form-group .toggleWrapper {
	margin-top: 39px;
	position: relative;
}

.toggleWrapper label {
	position: relative;
}

#ProductRanges .form-group.toggleWrapper {
	margin-top: 39px;
}

.uk-notification-message{
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    list-style:none;
}
.uk-notification-message-success {
	color: #fff;
	background-color: #32d296;
}

.uk-notification-message-danger {
	color: #fff;
	background-color: #f0506e;
}

/*07-08----------------------------------------------------------------*/
.pagination_counter{
    font-size: 14px;
}
.pagination_counter.pagination_pageNumber {
	text-align: right;
}

.pagination_counter.pagination_pageNumber a {
	color: #4D4F5C;
	font-size: 12px;
	padding: .5rem .75rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	display: inline-block;
}

.pagination_counter.pagination_pageNumber a.active {
	background: #00AEEE;
	border-color: #00AEEE;
	color: #fff;
}

.quantity-col span {
	width: 100%;
}

.price-star {
	position: relative;
}

.price-star input {
	padding-left: 35px;
}

.price-star i {
	position: absolute;
	left: 13px;
	top: 13px;
	font-size: 14px;
	color: #8991a2;
}

.approve-order-page{
	padding-left: 10%;
	padding-right: 10%;
}
.approval_info{
	padding:10px;
}
.quantity-col input {
	margin-left: 0;
	padding: 0 10px;
	margin: 0;
}

.search-group .input-group-prepend button:focus {
	outline: none;
}

.secondary-label {
	line-height: 20px;
	padding-left: 40px;
	vertical-align: top;
	cursor: pointer;
}

.quantity-col .ui-spinner-button.ui-spinner-down.ui-corner-br:after, .card-type2 .ui-spinner-button.ui-spinner-down.ui-corner-br:after,
.qty-box .ui-spinner-button.ui-spinner-down.ui-corner-br:after {
	content: "\f0dd";
	font-family: "FontAwesome";
	font-weight: 900;
	display: block;
	font-size: 14px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	left:0;
}

.quantity-col .ui-spinner-button.ui-spinner-up.ui-corner-tr::after, .card-type2 .ui-spinner-button.ui-spinner-up.ui-corner-tr::after,
.qty-box .ui-spinner-button.ui-spinner-up.ui-corner-tr::after{
	content: "\f0de";
	font-family: "FontAwesome";
	font-weight: 900;
	display: block;
	font-size: 14px;
	position: absolute;
	top: 5px;
	right: 5px;
	left: 0;
}

.quantity-col .ui-spinner-button {
	right: 10px;
}
form .select2-selection.select2-selection--single {
	height: 46px;
	/*padding-top: 8px;*/
	border-color: #ced4da;
	font-size: 14px;
}
form .select2-container--default .select2-selection--multiple{
    overflow: auto;
    height: 46px;
    border-color:#ced4da;
}
form .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
}

form .select2-container--default.select2-container--focus .select2-selection--multiple {
	height: 46px;
	border-color:#ced4da;
}
form .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-left:15px;
}

.login-background .login-form{
    margin-top: 20px;
    padding: 0;
    border:none;
    width:350px;
}
.login-background .login-form .btn{
    padding:0;
}
.signup-form .form-group label{
    color: #fff;
}
.range-group select{
    max-width: 300px;
    float: right;
}

body .formError .formErrorContent{
    background: transparent;
    border: none;
    box-shadow: none;
    padding:0;
    color: #f0506e;
    line-height: 10px;
}
body .formError .formErrorArrow{
    display:none;
}
#po_pdf_label, #po_pdf_label + div
{
    margin-top: 10px !important;
}
.formError {
	left: 15px!important;
	bottom: 0 !important;
	text-align: left;
	font-size:11px !important;
	top: 115% !important;
	margin: 0 !important;
	opacity: 1 !important;
	margin-top: 2px !important;
}
#item_tbody_inv .formError {
	left: 0px!important;
	bottom: 0 !important;
	text-align: left;
	font-size:11px !important;
	top: 115% !important;
	margin: 0 !important;
	opacity: 1 !important;
	margin-top: 2px !important;
}
/*div[class^="col-"] .formError{*/
/*    left: 15px !important;*/
/*}*/


#SignUpForm .formError, #login-form .formError, .ui-spinner .formError, .custom-file .formError, .custom-control .formError, .table .input-group .formError{
	left: 0!important;
}

.form-group{
    position: relative;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #67AE3D;
}
.custom-control-label{
    cursor: pointer;
}
.ui-spinner{
    overflow: visible !important;
}
.verify-login-box-body{
    background: #fff;
    padding: 40px 0;
}
.text-highlight {
	color: #0491C6;
}
.font-weight-semibold{
    font-weight: 600!important;
}
.verify-div img {
	width: 150px;
	display: block;
	margin: 0 auto 30px auto;
}
.sign-up-background .bg-cover{
    display:block;
}
.delete-customers{
    padding:5px;
}
.sidebar-list li .has-menu{
    position: relative;
}
.sidebar-list li .has-menu::after{
    content:"\f078";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    display:block;
     color: #000;
    position: absolute;
    top: 12px;
    right: 15px;
}
.sidebar-list li .has-menu:hover:after{
    color: #fff;
}
.sidebar-list li .collapse li{
    padding-left:30px;
}
.section-row .select2-container{
    width:100% !important;
}
.section-row .search-group{
    float:right;
}
.scroll-sidebar{
    overflow: auto;
    height: 100%;
}
/*25-08--------------------------------------------------------------------------*/
.input-group.search-group.address-group input{
    border-right: none;
    border-radius: 2px;
    border-left: 1px solid #C6C6C6;
    padding-left: 10px;
}
.address-group .input-group-prepend{
    border-right: 1px solid #C6C6C6;
    border-radius: 2px;
    border-left: none;
}
.address-group{
    float:right;
}
form#SearchProducts{
    width:100%;
}
.sample-col .search-group{
    float:right;
}
.postcode_input {
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
    /*width: 24%;*/
    /*display: inline-block;*/
    margin-right: 5px;
}
.postcode_input:hover{
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
}
#add_postcode {
    padding: 7px 13px;
}
button.remove_postcode{
  padding: 7px 13px;
}
.range-select select{
    float:left;
    max-width:300px;
}
.mobile-wrapper label{
    margin-bottom: 14px;
}
#del_postcode{
    float: right;
    margin-top: 4px;
}
.form-check.save-check{
    padding-left:0;
}

.payment-status svg {
  width: 50px;
  display: block;
  margin: 20px auto 0 auto;
}
.payment-status .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.payment-status .path.circle {
  -webkit-animation: dash 2s ease-in-out;
  animation: dash 2s ease-in-out;
}
.payment-status .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 2s 0.35s ease-in-out forwards;
  animation: dash 2s 0.35s ease-in-out forwards;
}
.payment-status .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 2s 1s ease-in-out forwards;
  animation: dash-check 2s 1s ease-in-out forwards;
}

p.success {
  color: #73af55;
}
p.error {
  color: #d06079;
}

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 91px;
	height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  /* The slider */
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  input:checked + .slider {
	background-color: #2196F3;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(56px);
	-ms-transform: translateX(56px);
	transform: translateX(56px);
  }
  
  /* Rounded sliders */
  .slider.round {
	border-radius: 34px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }
  .pay_status{
	margin-left: 20px;
  }

.responsive_po_txt{
    font-size: 13px; 
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
.mobile-wrapper.toggleWrapper{
    position: relative;
}
.order-total-div span {
	width: 200px;
	display: inline-block;
}
.order-total-div .order-text {
	width: 100px;
	text-align: right;
}
.item-quantity-div #input_quantity,.item-quantity-div .input_quantity {
	width: 80px;
	padding: 5px;
	border-radius: 2px;
	border: 1px solid #686868;
}

/**18-11-2020**/
.page-div{
    background: #f6f6f6;
    padding-top: 35px;
    padding-bottom: 25px;
}
.inner-stock-section-details {
    background: #fff;
    padding: 15px 0px;
}
.stock-details {
    padding: 0px 20px;
}
.stock-info-details {
    display: flex;
    border-bottom: 1px solid #ededed;
    padding: 10px 0px;
}
.stock-info-details:last-child{
    border-bottom:0px;
}
.head-details {
    min-width: 230px;
}
.stock-img img {
    border: 1px solid #E0E0E0;
}
.stock-data {
    padding: 0px 20px;
}
.stock-data a.nav-link.badge-pill {
    background: #F2FCFF;
    margin: 10px 15px 10px 0px;
    border: 1px solid #ABC7D1;
    color: #212529;
    padding: 10px 20px;
}
.stock-data a.nav-link.badge-pill:hover {
    background: #00AEEF;
    border: 1px solid #0491C6;
    color: #fff;
}
.stock-data ul.nav{
    justify-content: space-between;
}

.select2 .selection .select2-selection{
    height: 40px;
}
.select2 .selection .select2-selection .select2-selection__rendered{
    line-height: 40px;
}
.select2 .selection .select2-selection .select2-selection__arrow{
    top:7px;
}
.location-label {
    margin-top: 22px;
}
.formError{
    z-index:0 !important;
}
.site-header{
	position: fixed;
	background: #fff;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}
.site-header.fixed{
	box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
	z-index: 999;
}
body{
	padding-top: 72px;
}
.order-detail-div .badge{
	white-space: normal;
}
.truck-btn.theme-btn {
	padding: 7px;
	width: 60px;
}
.add_custom_length:hover{
	cursor:pointer;
	opacity:0.8;
}
.custom-control-label::before{
    border: 1px solid #C3CDD2;
    background-color: #F1F5F6;
    top:0;
}
.custom-control-label::after{
    top:0;
}
#SearchAddress, #SearchContact{
    vertical-align:top;
}
.angle-dropdown button.add-stocked-sections-to-cart{
	white-space: normal;
}
.angle-dropdown button.add-stocked-sections-to-cart:hover{  
	/* color:white; */
	opacity:0.8;
}
button.technical_info:hover{
	opacity:0.8;
}
.terms-link a{
	color: #00AEEF;
    text-decoration: underline;
}
.terms-link{
	font-size: 13px;
    color: #fff;
}
.angle-dropdown .btn{
	white-space: normal;
}
.container {
	max-width: 1580px;
}
.container-sm{
	max-width: 1170px;
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.order-table .badge {
	white-space: normal;
	max-width: 110px;
}
.checkout-wrapper {
	padding-right: 340px;
	position: relative;
}
.summary-col {
	position: absolute;
	right: 0;
	text-align: 0;
	top: 0;
	width: 320px;
	height: 100%;
	background: #fff;
	padding: 15px;
}
#PlaceOrderForm{
	z-index: 1;
	position: relative;
}
.summary-col.fixed {
	position: fixed;
	top: 90px;
	width: 1350px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding-left: 1030px;
	backface-visibility: visible;
	z-index: 0;
}
h4.order-head{
	margin-bottom: 10px;
}
.item_direct_check{
	max-height: 400px;
	overflow-x: auto;
}
/*.form-group .select2-container{*/
/*    width: 100% !important;*/
/*}*/
.order-details-header{
	max-width: 600px;
	margin: 0 auto;
	width: 100%;
}
.order-list-table{
		max-width: 600px;
	margin: 0 auto;
	margin-top: 0;
}
.order-list-table td {
	font-weight: 600;
	width: 50%;
	padding: 5px 10px;
	background-color: #333!important;
	color: #fff!important;
	border-color: #575757!important;
}
.order-list-table tr,.order-list-table,.order-list-table tbody,.order-list-table tbody p,.order-list-table tbody label {
    color: white!important;
}
.order-info-alt tr td label, .order-info-alt tr td p{
	margin-bottom: 0;
	font-size: 13px;
}

.order-details-table tr td label{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}
.order-details-table tr td{
	font-size: 14px;
	padding: 5px 10px;
}
.order-details-table tr td:first-child{
	background: #f8f8f8!important;
	width: 50%;
}
.order-details-header td {
	padding:10px 30px;
	width: 100%;
	background-color: #73af55!important;
	border: 1px solid #f2f2f2;
	margin-bottom: 10px;
	color:white!important;
}
.order-details-header h6{
	margin-top: 0;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
	color: #fff;
}
.order-details-header label{
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #fff;
}
.order-details-table p{
	margin-bottom: .5rem;
}
.order-details-table {
	max-width: 600px;
	margin: 0 auto;
}

.payment-failed {
	max-width: 550px;
	margin: 70px auto 0 auto;
	padding: 20px;
	border: 1px solid #e6cbcb;
	background: #fffafa;
	border-radius: 10px;
	box-shadow: 0px 6px 7px rgba(0,0,0,0.05);
}
.text-red{
    color: #d06079;
}
.text-green{
	    color: #73af55;
}
.text-orange{
	color: #EEB700;
}
.success-card {
	max-width: 600px;
	margin: 70px auto 0 auto;
	padding: 20px;
	border: 1px solid #cddac7;
	background: #fafff8;
	border-radius: 10px;
	box-shadow: 0px 6px 7px rgba(0,0,0,0.05);
}
.payment-status h3{
	margin-top: 10px;
}
.responsive-td {
	display: none;
}
.ppl {
	font-weight: 600;
}
.card-type1 {
	background: #fff;
	padding: 20px;
	border-radius: 3px;
	box-shadow: 0px 7px 7px rgba(0,0,0,0.05);
	height: 100%;
	display: flex;
	flex-direction: column;
}
.card-type2{
	background: #fff;
	padding: 20px;
	border-radius: 3px;
	box-shadow: 0px 7px 7px rgba(0,0,0,0.05);
	height: 100%;
}
.card-type2 .tech-info-link{
	display: block;
	margin-top: 10px;
	font-size: 14px;
}
.card-type1 .card-footer{
	margin-top: auto;
	padding: 0;
	background: transparent;
	border: none;
}
.item--list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #F1F1F1;
	padding: 10px;
	margin-bottom: 2px;
}
.qty-box {
	max-width: 70px;
}
.add-to-truck,.download_btn{
	background: #68AE3E;
	border: 1px solid #478024;
	color: #fff;
	margin-top: 10px;
	font-weight: 600;
	font-size: 16px;
}
.add-to-truck:hover, .add-to-truck:focus,.download_btn:hover,.download_btn:focus{
	background: #478024;
}
.card-type2 .add-to-truck{
	width: 180px;
}
.add-to-truck img {
	width: 32px;
	margin-right: 10px;
	vertical-align: -8px;
	height: 28px;
}
.card-type1 h3, .card-type2 h3{
	font-weight: 700;
	color: #000;
}
.card-type2 .form-control{
	max-width: 180px;
	background: #FAFAFA;
	margin: 0px auto;
}
.card-type1 .tech-info-link{
	float: right;
	margin-top: 20px;
	font-weight: 600;
	font-size: 14px;
}
.tab-heading{
	text-transform: uppercase;
	margin-top: 30px;
	font-weight: 600;
}
.tabs-style2.nav-tabs .nav-link{
	background: #FFFFFF;
	border-radius: 50px;
	color: #000000;
	font-weight: 600;
}
.tabs-style2.nav-tabs .nav-link.active{
	background: #C8EBF8;
	color: #02AFEF;
}
.tabs-style2.nav-tabs .nav-item{
	margin-right: 5px;
	margin-bottom: 5px;
}
.tabs-style2.nav-tabs{
	border-bottom: none;
}
.tri-section{
	background: #02AFEF;
	padding: 30px 0;
}
.tri-col {
	background: rgba(255,255,255,0.2);
	padding: 20px;
	display: flex;
	align-items: center;
}
.sub-info {
	color: #67AE3D;
}
.card-type2{
	text-align: center;
}
.row-5-col .cus-col {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.order-details-header td{
	width: 50%;
}
.order-details-header tbody{
	width: 100%;
}
.gray-box{
	background: #f6f6f6;
}
.address-form-div{
	padding: 15px;
}
#proceed_to_payment{
	font-weight: 500;
}
.card-type2 .ui-spinner{
	margin-top: 5px;
	width: 100%;
}
.card-type2 .ui-spinner-button, .qty-box .ui-spinner-button{
	width: 20px;
}
.btn-alt {
	background: #fff;
	border-radius: 100px;
	border: 1px solid #02AFEF;
	color: #02AFEF;
}
.btn-alt img {
	width: 20px;
	vertical-align: -4px;
	margin-right: 3px;
}
.btn-alt:hover, .btn-alt:focus{
	background: #C8EBF8;
}
.PerCut{
	white-space: nowrap;
}
.card-type2 .form-group {
	padding-left: 0;
	max-width: 180px;
	margin: 0 auto 10px auto;
}
.card-type2 .form-group > .formError{
	left: 0 !important;
}
.l-title {
	position: relative;
}
.item--list-alt{
	padding-bottom: 20px;
}
#saved_contact option {
	white-space: normal;
	word-break: break-all;
	width: 100%;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}	
.feedback-div{
    margin-top:100px;
    margin-bottom: 100px;
}
.limited_offer{
	font-size:14px;
}
.stock-head.fixed {
	top: 72px;
	background: #c8ebf8;
	width: 100%;
	left: 0;
	padding: 4px 15px;
	z-index: 2;
}
.tab-heading-m{
    display:none;
    text-transform: uppercase;
    margin-top: 5px;
    font-weight: 600;
    background: #c8ebf8;
    padding: 5px 10px;
    margin-bottom:0;
}
.table__total_inner {
	background: #F1F5F6;
	padding: 10px 20px;
	border: 1px solid #C3CDD2;
	border-radius: 3px;
	max-width: 400px;
    margin-left: auto;
}
.table__total_inner .form-group label{
    margin-bottom:0;
}
.btn.disabled, .btn:disabled {
	cursor: not-allowed;
}
.order-date-div span {
	word-break: break-all;
}
.gallery-items > img {
	height: 170px;
	object-fit: cover;
	width: 100%;
}
.delete_custom_length {
	position: absolute;
	left: 0;
	text-align: ;
	top: 0;
	background: #ddd;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
}
.item--list-alt {
	padding-bottom: 20px;
	position: relative;
}
.item--list .formError .formErrorContent{
    min-width: max-content;
}
.labelpricelist{
	font-size: 18px;
}
.order-detail-div .order-date-div .badge.badge-warning {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.total-amount-div.offset-ship-div{
	max-width:360px;
}
.col-date{
    white-space:nowrap;
}
.invoice_listing_table td, .invoice_listing_table th {
	border-top:0px;
}
/*.card-type2 .ui-widget.ui-widget-content{
	border:none;
}
.card-type2 .ui-widget.ui-widget-content .form-control{
	border:1px solid #ced4da;
}
.card-type2 .formError + .form-control{
	border-color: #dc3545;
}
.card-type2 .ui-widget.ui-widget-content .formError + .form-control{
	border-color: #dc3545;
}*/
/*Internet Explorer Fixes*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .banner-content{
        background: #02afef;
    }
    .toggle_div{
        background: #fff;
    }
}
@media only screen and (max-width: 1366px){
	.summary-col.fixed {
		max-width: 1350px;
		padding-left: calc(100% - 320px);
		width: 100%;
		padding-right: 15px;
	}
	.card-type1, .card-type2{
		font-size: 14px;
	}
	.add-to-truck{
		font-size: 13.5px;
	}
	.add-to-truck img {
		width: 25px;
		margin-right: 5px;
	}
	.card-type1 .tech-info-link{
		float: none;
		display: block;
		margin-top: 10px;
	}
}
@media only screen and (max-width: 1199px) {
	.amount-col span {
		white-space: normal;
	}
	.sidebar-list{
	    margin-top:0;
	}
	.row-5-col .cus-col {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.form-control{
	    font-size: 14px;
	}
	.form-group label {
    	font-size: 13px;
    	line-height: 15px;
    }
}

@media only screen and (max-width:991px) {
	.banner-div {
		height: auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.length-right {
		padding-right: 0 !important;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	/*.length-left {
		padding-left: inherit !important;
	}*/
/*	.space-col {
		margin-top: 5px;
		margin-bottom: 5px;
	}*/
	.initial-amount {
		font-size: 14px;
	}
	.delivery-table tr th {
		font-size: 12px;
	}
	.delivery-table tr td {
		font-size: 12px;
	}
	.banner-div-subpage {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.order-nav {
		margin-bottom: 25px;
	}
	.user-img {
		height: 40px;
		width: 40px;
	}
	.truck-img {
		width: 40px;
	}
	.summary-col {
		margin-top: 25px;
	}
	.length-right {
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.unequal-col {
		margin-top: 25px;
	}
	#postcodes button.btn.btn-danger{
	       margin-top: 5px;
	}
	.form-group .toggleWrapper {
        margin-top: 10px;
    }
    .btn {
        padding: 10px 15px;
    }
    .time-clock-table {
    max-width: 100%;
    }
    .item-quantity-div .btn{
    
        padding:0px;
    }
    .table-responsive {
		max-height: 390px;
		overflow: auto;
		margin-bottom: 20px;
		box-shadow: inset 0px -38px 45px rgba(0,0,0,0.1);
	}
	.row-5-col .cus-col {
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
    .hand-icon-text {
		padding-left: 20px;
		font-size: 16px;
		line-height: 1.2;
	}
	.hand-icon {
		width: 50px;
	}
	.banner-head {
		font-size: 46px;
	}
	.banner-text{
		font-size: 22px;
	}
	.lower-banner-head{
		font-size: 16px;
	}
	.modal-xl {
    	max-width: 100%;
    }
    .gallery-items > img {
    	height: 160px;
    }
	.responsive_po_txt{
		font-size: 11px; 
	}
}
@media (max-width: 767px)
{
    .align-t
    {
        float: unset !important;
    }
    #SaveInvoiceForm .select2.select2-container.select2-container--default
    {
        width: 100% !important;
    }
}
@media only screen and (max-width:767px) {
    
	.secondary-col {
		margin-top: 15px;
	}
	.secondary-dropdown {
		margin-top: 25px;
	}
	.stock-head {
		font-size: 22px;
	}
	.signup-div {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.remove-option span {
		display: none;
	}
	.cv-col {
		margin-top: 15px;
	}
	.navbar-header .logo-img{
		width: 160px;
	}
	.copyright-text {
		display: none;
	}
	.copyright-text2 {
		display: block;
		color: #838383;
		font-size: 14px;
		margin-top: 20px;
	}
	.address-form .form-group {
		margin-bottom: 5px;
	}
	.section-row .search-group {
        float: left;
        width: 100%;
        max-width: unset;
        margin-top: 15px;
    }
    .sample-col .search-group{
        float: none;
    }
    .search-group{
        max-width: 100%;
    }
    .order-head{
        margin-bottom: 10px;
    }
    .order-date-div span {
    	word-break: break-all;
    }
    .time-clock-table {
    max-width: 100%;
    }
    .order_cancel_btn_action{
    	float: none;
    }
    .vertical-nav .order-nav ul li{
    	display: block;
    }
    .angle-dropdown .dropdown-item{
    	padding-left: 1rem;
    	padding-right: 1rem;
    }
    .checkout-wrapper{
    	padding-right: 0;
    }
    .summary-col{
    	position: relative;
    	width: 100%;
    }
    .summary-col.fixed {
		width: 100%;
		position: relative;
		padding-left: 0;
		top: 0;
		padding-right: 0;
		margin-top: 20px;
	}
	.orders--table{
		max-height: auto;
	}
	.delivery-table thead{
		display: none;
	}
	.delivery-table, .delivery-table tbody{
		display: block;
	}
	.delivery-table tr {
		display: block;
		width: 100%;
	}
	.delivery-table tr th, .delivery-table tr td{
		display: flex;
	justify-content: space-between;
	}
	.delivery-table tr th{
		background: #F2FCFF;
	}
	.delivery-table tr td{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.responsive-td {
		display: inline-block;
		font-weight: 600;
		margin-right: 10px;
		color: #686868;
	}
	.row-5-col .cus-col {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.tab-heading, .btn-alt{
		margin-bottom: 10px;
	}
		.tab-heading{
	    display:none;
	}
	.tab-heading-m{
	    display: block;
	    position: sticky;
	    top: 62px;
	    z-index:2;
	}
	.site-header.fixed{
	    height: 62px;
	}
	.logo-img {
    	max-width: 143px;
    }
    .table-div{
        padding:10px;
    }
    .approve-order-page{
    	padding-left: 20px;
    	padding-right: 20px;
    }
	.responsive_po_txt{
		font-size: 13px; 
	}
	
}

@media screen and (max-width:576px) {
	.logo-img {
		width: 170px;
		margin-top:0!important; 
	}
	.banner-head {
		font-size: 23px;
	}
	.banner-text {
		font-size: 20px;
		margin-top: 0;
	}
	.banner-div {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.lower-banner-head {
		font-size: 16px;
	}
	.banner-row {
		margin-top: 20px !important;
	}
	.stock-head {
		font-size: 18px;
	}
	/*.length-left {
		margin-bottom: 10px;
	}
	.length-right {
		margin-bottom: 10px;
	}*/
	.upper-dropdown button span, .upper-dropdown button{
	    font-size:0;
	}
	.upper-list{
	    justify-content: flex-end;
	    width: 100%;
	}
	/*.upper-dropdown button {*/
	/*	padding: 0;*/
	/*}*/
	.login-logo {
		margin-top: 40px;
	}
	.login-copy-text {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.banner-content-subpage {
		min-width: 280px;
	}
	.order-btn {
		font-size: 14px;
		padding: 16px 30px;
		font-weight: 700;
	}
	.logo-col {
		text-align: center;
	}
	.item-div {
		font-size: 17px;
	}
	.detail-col {
		margin-top: 10px;
	}
	.item-table td {
		font-size: 12px;
	}
	.filter-col {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.poly-div .theme-btn {
		font-size: 16px;
	}
	.delivery-link, .delivery-link .truck-info-col i {
		font-size: 0;
	}
	.delivery-link2 {
		display: block;
		color: #000;
		margin-top: 8px;
		margin-left: 5px;
		font-weight: 600;
	}
	.upper-dropdown .dropdown-toggle::after {
		top: -2px;
		font-size: 14px;
	}
	.admin-div .upper-dropdown .dropdown-toggle::after{
	    top: 4px;
	}
	.footer-list li a {
		font-size: 14px;
	}
	.contact-list li {
		font-size: 14px;
	}
	.footer-list-head {
		font-size: 18px;
	}
	.copyright-text2 {
		font-size: 12px
	}
	.address-form label {
		font-size: 13px;
	}
	.address-form select {
		font-size: 13px;
	}
	.address-form input::placeholder {
		font-size: 13px;
	}
	.address-head {
		font-size: 16px;
	}
	.signup-form label {
		font-size: 13px;
	}
	.signup-form select {
		font-size: 13px;
	}
	.signup-form input::placeholder {
		font-size: 13px;
	}
	.section-col .add-btn .btn{
		font-size: 14px;
	}
	.amount-row .truck-btn.theme-btn {
        padding: unset;
        width: 100%;
        height: 40px !important;
    }
    .main-section-col{
            margin-top: 10px;
        text-align: left !important;
        margin-bottom: 10px;
    }
    .main-section-col .add-btn{
        text-align: left !important;
    }
    .sample-col .search-group {
        float: left;
        width: 100%;
        max-width: 100%;
    }
    
    .form-group .toggleWrapper {
        margin-top: 0;
    }
    .card-body{
        padding: 10px;
    }
    .pagination_counter.pagination_pageNumber {
    	text-align: left;
    	margin-top: 10px;
    }
    .section-col .add-btn {
    	text-align: left;
    	margin-top: 10px;
    }
    .range-select select{
        max-width: 100%;
    }
    .offset-ship-div{
        max-width: 100%;
    }
    .save-col .select2-container{
        max-width:100%;
    }
    .row-5-col .cus-col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.lower-button-div .order-btn {
		padding: 12px 15px;
		font-weight: 700;
		margin-bottom: 5px;
	}
    .tabs-style2.nav-tabs .nav-link{
        font-size: 13px;
        padding: .3rem 0.6rem;
    }
    .form-group {
    	margin-bottom: 0.8rem;
    }
	.subtotal-div span{
        font-size: 14px;
    }
    .subtotal-div {
    	margin-bottom: 5px;
    }
    .total-amount-div {
    	padding: 20px 15px;
    }
    .total-div .subtotal-amount {
    	font-size: 20px;
    }
    .stock-section .download_btn{
        float:none !important;
        margin-bottom:10px;
    }
	.pagination_counter.pagination_pageNumber a{
		padding: 0.3rem 0.4rem;
	}
	.responsive_po_txt{
		font-size: 13px; 
	}
}

@media only screen and (max-width:400px) {
	.banner-content {
		padding: 20px 10px;
	}
	.banner-head {
		font-size: 20px;
	}
	.banner-text {
		font-size: 16px;
	}
	.login-form {
		width: 100%;
	}
	.truck-img {
		width: 35px;
	}
	.user-img {
		height: 35px;
		width: 35px;
	}
	.logo-img {
		width: 120px;
		margin-top: 0;
	}
	.irregular-section .truck-btn {
		width: 40px;
		padding-left: 7px;
		padding-right: 7px;
		text-align: center;
		float: right;
	}
	.section-col .add-btn .btn{
		font-size: 12px;
	}
	.login-background .login-form:not(.signup-form){
        width: 100%;
    }
    .order-total-div .order-text {
    	width: auto;
    	font-weight: 400;
    	margin-right: 10px;
    	text-align: left;
    	float: left;
    	font-size: 14px;
    	min-width: auto;
    }
    .order-total-div span {
    	font-size: 16px;
    	vertical-align: top;
    	width: auto;
    }
    .head-details {
    min-width: 176px;
    }
    .stock-data ul.nav {
        justify-content: center;
    }
    .input-group-m{
    	flex-direction: column;
    }
    .input-group.input-group-m > .form-control{
    	width: 100%;
    	margin-bottom: 5px;
    	border-radius: .25rem !important;
    }
    .input-group.input-group-m .btn{
    	border-radius: .25rem !important;
    }
    .hand-icon-text {
		padding-left: 15px;
		font-size: 14px;
	}
	.hand-icon {
		width: 55px;
	}
	.btn-alt{
		padding-left: 10px;
		padding-right: 10px;
	}
	.tabs-style2.nav-tabs .nav-link{
		font-size: 14px;
	}
	.btn-alt img{
		display: none;
	}
	.add-to-truck1 img{
		display: none;
	}
	.add-to-truck1{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.tab-heading-m{
	    top: 62px;
	}
	.modal-footer{
	    flex-wrap: wrap;
	    justify-content: flex-start;
	}
	.modal-footer > .btn{
    	margin-bottom: .25rem;
    }
	.total-amount-div{
        padding-left: 10px;
        padding-right: 10px;
    }
    .gallery-items > img {
    	height: 120px;
    }
    .img_cont{
        height:130px;
    }
	.responsive_po_txt{
		font-size: 10px; 
	}
}

.table-responsive .table.customer-table
{
    margin-bottom: 0;
}

.p_pagination_conatiner
{
    margin-top: 1.2rem;    
}

.align-t
{
    float: right;
}

@media screen and (max-width: 390px){
	.order_cancel_btn_action{
		    float: none;
		    margin-top: 10px;
	}
	.responsive_po_txt{
		font-size: 9px; 
	}
}

.item--list .qty-box .formError{
	top: 36px !important;
    left: -7px !important;
}
