@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700&display=swap');
@import url("/themes/_common/css/reset.css");
@import  url("/themes/_common/css/fonts/font-awesome/css/font-awesome.min.css");
@import url("/themes/_portals/bluestar/css/catalogue.css?V");
@import url("/themes/linz-bluestar/css/mobile.css?V");

.javelinBodyTable {
  width: 1200px;
}
.Webform .javelinBannerTable {
	background-color: #FFFFFF !important;
}
.javelinLogoSpace {
	/*display: none;*/
	background-color: transparent;
	background-image: url('../img/logo.png');
	background-position: top -80px left -20px;
    height: 150px;
    background-size: 400px;
}
.javelinWebFormSpace {
	display: none;
}
.cell2 {
    width: 40% !important;
}
.version {
	position: relative !important;
}
span.thankyou-order {
    font-size: 30px;
	font-weight: bold;
}
.stock-owner {
  display: none;
}
.cell5.download-links {
  display: none;
}
.imageThumbnail {
	pointer-events: none;
}
.costCentre {
  display: none;
}
#costCentre {
  display: none;
}
label.comment {
    display: none;
}
input#comment {
    display: none;
}

@media only screen and (max-device-width: 1024px) {
}
/* mobile */
@media only screen and (max-device-width: 736px) {
/* WebForm styling*/
	.Webform .javelinBodyTable {
		width: 100% !important;
	}
	.javelinLogoSpace {
		display: none;
	}
	.Homepage-div.welcome {
			display: inline-block;
	}
	.order-table-heading {
		height: 180px !important;
		padding-bottom: 20px;
		margin-top: 0px;
		background-image: url('../img/logo.png');
		background-position: top -80px left 10px;
		background-size: 350px;
		background-repeat: no-repeat;
		margin-left: -10px;
		padding-left: 10px;
	}
	.order-table-title.catalogue-name.javelinHeader.formHeading {
		font-size: 22px !important;
		margin-bottom: 5px;
		margin-top: 100px;
	}
	button.shopping-cart-btn.btn {
		pointer-events: none;
	}
	.Webform fieldset.contact_table {
			margin-top: 120px;
	}
	.order-table-header {
		margin-top: 90px;
	}
	.order-table-delivery.contact_table {
		margin-top: 10px !important;
	}
	.order-catalogue-table.search-div {
		width: 90% !important;
		padding-right: 0px;
	}
	.order-catalogue-browse {
		width: 95%;
	}
	.product-tile {
	  width: 95% !important;
	  padding-right: 0px !important;
	  height: 250px;
	}
	.cell4.stock-qty {
	  margin-right: 40px;
	}
	.cell6 {
	  display: block;
	  position: relative;
	  margin-top: -40px;
	  margin-left: 60px;
	}
	.order-table-bottom {
	  margin-top: 30px;
	}
	.catalogue-load.btn {
		width: 240px !important;
	}
	.order-table-footer {
		margin-top: 80px;
	}
	.version {
		bottom: 10px !important;
	}
	.Webform.confirmation.javelinMainBody .order-table-body.javelinMainTable.productOrderTable .shopping-cart-order.btn::before {
		content: "";
	}
	.confirmation.javelinMainBody .order-table-body.javelinMainTable.productOrderTable .order-table-heading {
		height: 80px !important;
	}
	.order-table-header.confirmation-hide .order-table-cart.sbmt_btn {
		display: none;
	}
	.order-table-title.javelinHeader.formHeading {
		margin-top:101px;
		background-color: #FFFFFF;
		padding-top: 10px;
		width: 100% !important;
	}
	.confirmation.javelinMainBody .order-table-body.javelinMainTable.productOrderTable .order-table-cart.sbmt_btn {
		margin-top: -10px !important;
        background: white;
        padding-top: 10px;
		width: 100% !important;
	}
	.confirmation .shopping-cart-order.btn {
		height: 40px;
		width: 48%;
	}
	.confirmation .javelinSubheader2.cell4.stock-qty {
		margin-left: 0px;
	}
	
	.confirmation .cell4.stock-qty.mobile-hide {
		display: inline-block !important;
		margin-left: 0px;
		white-space: nowrap;
		vertical-align: top;
		/*float: right;
		margin-right: 15px;
		width: 40px;*/
	}
	.confirmation .mainTable {
		width: 160% !important;
	}

}