body {
  	max-width: 1920px;
  	margin-left: auto;
  	margin-right: auto;
}
.blackout {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
  	z-index: 22;
}

.message {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 40px 60px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #fff;
    text-align: center;
    /*border-radius: 16px;*/
    border: #1A62AB 2px solid;
    height: 330px;
}
.tabcontent, .subtabcontent {
    display: block;
    padding: 6px 6px;
    border-top: none;
    min-height: 25vh;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
  	max-width: 1400px;
	margin: auto;
}

.shippingRates {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 40px 60px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #fff;
    text-align: center;
    border-radius: 16px;
    border: #1A62AB 2px solid;
}

.shippingRates table, .shippingRates th, .shippingRates td {
  	border: none;
}

.spinner {
	animation: rotate 1s linear infinite;
	background: #1A62AB;
    /*background-image: -webkit-linear-gradient(top, #F72735, #1A62AB, #600F14, #1A62AB, #600F14);
    background-image: -moz-linear-gradient(top, #F72735, #1A62AB, #600F14, #1A62AB, #600F14);
    background-image: -ms-linear-gradient(top, #F72735, #1A62AB, #600F14, #1A62AB, #600F14);
    background-image: -o-linear-gradient(top, #F72735, #1A62AB, #600F14, #1A62AB, #600F14);
    background-image: linear-gradient(to bottom, #F72735, #1A62AB, #600F14, #1A62AB, #600F14);*/
    border-radius: 50%;
	height: 250px;
	width: 250px;
	/*position: relative;*/
    position: absolute;
    transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
}

#message {
    position: absolute;
    top: 130px;
    left: 186px;
    font-size: 20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.progressBar {
    display: block;
    position: absolute;
    top: 205px;
    left: 186px;
    height: 10px;
    width: 200px;
    overflow: hidden;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #000;
    padding: 0px;
    border-radius: 16px;
    border: #B79100 1px solid;
}

#progressBar {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 1%;
    border: solid 1px #B9B9B9;
    background: #1A62AB;
    /*background-image: -webkit-linear-gradient(top, #F72735, #1A62AB, #600F14, #1A62AB, #600F14);
    background-image: -moz-linear-gradient(top, #F72735, #1A62AB, #600F14, #1A62AB, #600F14);
    background-image: -ms-linear-gradient(top, #F72735, #1A62AB, #600F14, #1A62AB, #600F14);
    background-image: -o-linear-gradient(top, #F72735, #1A62AB, #600F14, #1A62AB, #600F14);
    background-image: linear-gradient(to bottom, #F72735, #1A62AB, #600F14, #1A62AB, #600F14);*/
    border-right: #B79100 2px solid;
}

#messageContainer {
    z-index: 100;
}

#messageContainer .message {
    width: 375px;
}

#siteStatus {
    background-color: #f00;
    border-radius: 50%;
    width: 12px;
    height: 12px;
  	float: right;
  	margin: 6px;
  	margin-right: 0;
}

.spinner:before,
.spinner:after {
	content: '';
	position: absolute;
}

.spinner:before {
	border-radius: 50%;
	background:
		linear-gradient(0deg,   hsla(0, 0%, 100%, 1  ) 50%, hsla(0, 0%, 100%, 0.9) 100%)   0%   0%,
		linear-gradient(90deg,  hsla(0, 0%, 100%, 0.9)  0%, hsla(0, 0%, 100%, 0.6) 100%) 100%   0%,
		linear-gradient(180deg, hsla(0, 0%, 100%, 0.6)  0%, hsla(0, 0%, 100%, 0.3) 100%) 100% 100%,
		linear-gradient(360deg, hsla(0, 0%, 100%, 0.3)  0%, hsla(0, 0%, 100%, 0  ) 100%)   0% 100%;
	background-repeat: no-repeat;
	background-size: 50% 50%;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
}

.spinner:after {
	background: white;
	border-radius: 50%;
	top: 3%;
	bottom: 3%;
	left: 3%;
	right: 3%;
}

@keyframes rotate {
	from { transform: rotate(0deg);   }
	to   { transform: rotate(360deg); }
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    border-radius: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 16px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.newControls {
    background: #FFFFFF;
    border: 2px solid #1A62AB;
    color: #1A62AB;
}
#defaultOpen:not(.newControlsActive) {
    background: #ca270a;
    border: 2px solid #1A62AB;
    color: white;
}
.newControlsActive {
    background-color: #1A62AB;
    color: white;
}

.tablinks{
    /*width: calc(20% - 2px);*/
}

.controlBar button, .floatRight button {
  	float: left;
    outline: none;
    cursor: pointer;
    height: 50px;
    width: 50px;
    /*margin: 5px 0px 5px 0px;*/
    padding: 0px;
  	background-color: transparent;
  	border: none;
}

button img {
    height: 40px;
    width: auto;
}

.controlBar input[type="text"] {
    height: 45px;
    width: 41px;
    margin-right: 2px;
    /*margin: 5px 0px 5px 0px;*/
    padding: 0px;
	text-align: center;
    float: left;
    /*transform: translate(0,-15px);
    margin-bottom: -10px;*/
  margin-top: -3px;
}

#main {
    max-width: 1700px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    border: #B9B9B9 1px solid;
}

#main td {
    position: relative
}

#main a {
    cursor: pointer;
}

#main a:hover, #main a:focus {
  opacity: 1;
}

#main table {
    margin-bottom: 0px;
}

#cataloguePages td {
    padding: 0px;
}

.salesForm, .customerBasket {
    /*display: none;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: white;
    border: 2px solid #1A62AB;
    border-radius: 20px;
    z-index: 20;
}

.salesForm .top, .customerBasket .top {
    border-top: none;
}

.salesForm .bottom, .customerBasket .bottom {
    border-bottom: none;
}

.salesForm .left, .customerBasket .left {
    border-left: none;
}

.salesForm .right, .customerBasket .right {
    border-right: none;
}

.salesForm {
  	max-width: 1700px;
    max-height: calc(100vh - 100px);
    width: 100vw;
    height: auto;
}

@media screen and (min-width: 1921px) {
  .customerBasket {
  	max-width: 1700px;
    max-height: calc(100vh - 100px);
    width: 100vw;
    height: 100vh;
  }
  .customerBasket div {
      max-width: 1696px;
      max-height: calc(100vh - 380px);
      width: 100vw;
      height: 100vh;
      overflow: hidden;
      overflow-y: auto;
  }
}

@media screen and (min-width: 1030px) and (max-width: 1920px){
  	.customerBasket {
      max-width: calc(100vw - 20px);
      max-height: calc(100vh - 20px);
      width: 100vw;
      height: 100vh;
    }
    .customerBasket div {
      max-width: calc(100vw - 20px);
      max-height: calc(100vh - 300px);
      width: 100vw;
      height: 100vh;
      overflow: hidden;
      overflow-y: auto;
  }
}

@media screen and (max-width: 1029px) {
  	.customerBasket {
      max-width: calc(100vw - 20px);
      max-height: calc(100vh - 20px);
      width: 100vw;
      height: 100vh;
    }
    .customerBasket div {
      max-width: calc(100vw - 20px);
      max-height: calc(100vh - 300px);
      width: 100vw;
      height: 100vh;
      overflow: hidden;
      overflow-y: auto;
  }
}

.salesForm div {
    max-width: 1696px;
    max-height: calc(100vh - 220px);
    width: 100vw;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
}

.salesForm h1 {
  	margin-left: 20px;
}

.salesForm p {
  	margin-left: 20px;
}

.customerBasket h1 {
    margin-top: 50px;
  	width: 100%;
  	text-align: center;
}

.customerBasket input[type=button] {
    position: absolute;
    bottom: 20px;
    right: 50px;
    padding: 8px 34px;
}


.salesForm table, .customerBasket table {
    border: 1px white solid;
    border-collapse: collapse;
    border-spacing: 0;
  	max-width: calc(100% - 2px);
}

.salesForm td, .customerBasket td {
    border: 1px #e8e9eb solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.salesForm table, .customerBasket table {
    margin: 20px auto 0px auto;
}

#salesForm .tableDiv {
		margin: 0px auto 0px auto;
		float: left;
    padding-bottom: 10px;
		display: none;
}

.customerBasket .totals {
    position: absolute;
    right: 50px;
    bottom: 77px;
  	width: 340px;
}

.totals th, .totals td, .totals table {
  	border: none;
}

.totals th {
  	width: 100px;
}

.closeButton {
    position: absolute;
    top: 5px;
    right: 10px;
  	background-image: url("{{ "VHQBlue_Close-02.png" | asset_url }}"); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    background-size: 30px;
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 30px;           /* make this the size of your image */
    width: 30px;
    /*padding-left: 16px;      make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

.qtyPlus {
  	background-image: url("https://vhq-dev.sohamcomputerservices.co.uk/plus.png"); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    background-size: 30px;
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 30px;           /* make this the size of your image */
    width: 30px;
    /*padding-left: 16px;      make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

.qtyMinus {
  	background-image: url("https://vhq-dev.sohamcomputerservices.co.uk/minus.png"); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    background-size: 30px;
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 30px;           /* make this the size of your image */
    width: 30px;
    /*padding-left: 16px;      make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
		visibility: hidden;
}

.qtyButtonContainer {
    width: 35px;
    text-align: center;
		float: left;
}

/*.plusButton {
	float: none !important;
}*/

.productImage{
    width: 124px;
    height: 107px;
    max-width: 400px;
    text-align: center;
    padding: 0px;
}

.productImage img{
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
		/*margin-top: -20px;*/
}

@media screen and (max-width: 1560px) {
  	.productImage {
      	display: none;
    }
  	#popoverContent .productImage {
      	display: block;
    }
  	/*#popoverContent .spacerImg {
      	display: none;
    }*/
}

.productDescription{
    padding-left: 10px;
		padding-right: 10px;
		margin-top: 210px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		min-height: 72px;
		position: relative;
}

.productDescription:not(.RRP) span {
	position: absolute;
	bottom: 0px;
	left: 50%;
    transform: translateX(-50%);
}

.productPrice{
  	text-align: center;
  	width: 120px;
		max-width: 120px;
    white-space: nowrap;
		margin-left: auto;
		margin-right: auto;
}

.linePrice{
  	text-align: center;
  	width: 120px;
		max-width: 120px;
    white-space: nowrap;
		margin-left: 10px;
		margin-right: auto;
		margin-top: 7px;
		float: left;
}

.dummySpacer {
	float: left;
	width: 15px;
}

.qtyDisplayContainer {
    text-align: center;
    width: 50px;
		float: left;
}

.qtyDisplay {
  	text-align: center; 
    width: 40px;
		visibility: hidden;
		margin-top: 8px;
		border: none;
}

#salesForm form {
		margin-left: auto;
		margin-right: auto;
}

.collectionButton {
		float: left;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-bottom: 10px;
		background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    background-size: 40px;
    /*border: none;           /* assuming we don't want any borders */
    border: solid grey 1px;
		border-radius: 8px;
		cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 40px;           /* make this the size of your image */
    /*width: 30px;
    /*padding-left: 16px;      make text start to the right of the image */
    vertical-align: middle;
		/*text-align: right;*/
}

@media screen and (max-width: 500px) {
	/*.qtyButtonContainer, .productPrice, .linePrice, .qtyDisplayContainer, #dummySelector {
        display: none;
    }*/
  	.popoverContainer .qtyButtonContainer, .popoverContainer .productPrice, .popoverContainer .linePrice, .popoverContainer .qtyDisplayContainer, .popoverContainer .RRP {
        display: block;
    }
    #PageContainer, #PageContainer table {
        width: 100%;
    }
  	/*.productDescription:not(.popoverContainer) {
      	width: calc(100vw - 20px);
    }*/
  	.popoverContainer {
      	max-width: calc(100vw - 20px);
    }
}

.disabled {
  	background: rgba(200,200,200,0.2);
}

.disabled img {
  opacity: 0.2;
}

.ordered {
  	background: rgba(240,248,255,0.4);
}

#progress2Holder {
  	position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100% - 50px); 
  	height: 10px; 
  	background-color: black;
  	border-top-left-radius: 10px;
  	border-top-right-radius: 10px;
  	overflow: hidden;
}

#progressBar2 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 1%;
  	background-color: #F7D100;
  	border-top-left-radius: 10px;
  	/*border-top-right-radius: 5px;*/
}

#collectionSelector {
    margin-left: 10px; 
    margin-top: -25px; 
    margin-right: 0px;
    padding-top: 30px; 
    width: 220px; 
    background-color: #f1f1f1; 
    float: left; 
    height: calc(100vh - 155px); 
    overflow: hidden; 
    overflow-y: auto;
  	display: none;
}

#collectionSelectorToggle {
  	display: none;
  	position: absolute;
    top: 50%;
    z-index: 2;
}

@media screen and (max-width: 850px) {
    #collectionSelector {
        display: none;
    }
  	#collectionSelectorToggle {
      	display: block;
    }
}

#collectionSelector button {
  	display: none;
}

#dummySelector {
  	display: none;
    /*margin-top: calc(163px - 100vh); 
    margin-right: 10px;*/
  	position: absolute;
  	right: 10px;
    padding-top: 30px; 
    background-color: #f1f1f1; 
    float: right; 
    height: calc(100vh - 155px); 
    overflow: hidden; 
    overflow-y: auto;
}

@media screen and (min-width: 1782px) {
  	#dummySelector {
		width: 220px;
    }
  	.productDescription {
      	/*width: 740px*/
  	}
}
@media screen and (min-width: 1561px) and (max-width: 1781px) {
  	#dummySelector {
		width: calc(100vw - 1561px);
    }
    /*.productDescription {
		width: calc(90vw - calc(762px + calc(100vw - 1561px)));
    }*/
}
@media screen and (min-width: 851px) and (max-width: 1560px) {
  	#dummySelector {
		display: none;
    }
  	/*.productDescription {
		width: calc(90vw - 635px);
  	}*/
}
@media screen and (min-width: 501px) and (max-width: 850px) {
  	#dummySelector {
		display: none;
    }
  	/*.productDescription:not(.popoverContainer) {
		width: calc(90vw - 470px);
  	}*/
}

#PageContainer {
    /*width: calc(100% - 450px); */
    margin-left: 0px; 
    /*margin-right: auto;*/ 
    
    overflow: hidden; 
    overflow-y: auto;
}

@media screen and (min-height: 501px) {
  	#PageContainer {
    	height: calc(100vh - 200px); 
    }
}

@media screen and (max-height: 500px) {
  	#PageContainer {
    	height: 100vh;
    }
}

@media screen and (min-width: 1782px) {
  	#PageContainer {
    	width: calc(100% - 450px);
    }
}

@media screen and (min-width: 1561px) and (max-width: 1781px) {
  	#PageContainer {
    	width: calc(calc(100% - 230px) - calc(100vw - 1561px));
    }
}

@media screen and (min-width: 851px) {
    #PageContainer table {
        width: auto;
    }
}

.page-width {
    padding-left: 0px;
    padding-right: 0px;
  	max-width: 1396px;
  	display: none;
}

@media screen and (min-width: 1561px) and (max-width: 1870px) {
  .page-width {
    	width: calc(calc(100% - 230px) - calc(100vw - 1561px));
    }
}

@media screen and (min-width: 851px) and (max-width: 1790px) {
  	.page-width {
      	margin-left: 230px;
    }
}

@media screen and (max-width: 850px) {
  	.page-width {
      	width: 100%;
      	margin-left: 0px;
    }
}

.newTabLinks {
  	/*font-size: 20px;*/
    margin-left: -2px;
    margin-right: -2px;
}

@media screen and (min-width: 1150px) {
  	.newTabLinks {
  		font-size: 20px;
    }
  	.RRP {
      	display: block;
    }
}

@media screen and (min-width: 950px) and (max-width: 1149px) {
  	.newTabLinks {
  		font-size: 12px;
      	padding-left: 0px;
    	padding-right: 0px;
    }
  	.RRP {
      	display: none;
    }
  	.popoverContainer .RRP {
      	display: block;
    }
}

@media screen and (max-width: 949px) {
  	.newTabLinks, .tabcontent, .newControls {
  		font-size: 12px;
      	padding-left: 0px;
    	padding-right: 0px;
    }
  	.RRP {
      	display: none;
    }
  	.popoverContainer .RRP {
      	display: block;
    }
}

.sideBar {
    background-color: #f1f1f1; 
}

.main-content {
  	padding-top: 0px;
}
/*#productPopover {display: block;}*/
.popoverContainer {
  	width: auto;
  	height: auto;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	background-color: #FFFFFF;
  	border: 1px solid #1A62AB;
  	padding-left: 10px;
}

.popoverContainer table, .popoverContainer td {
  	border: none;
}

.spacerCell {
    width: calc(calc(100% - 399px) / 2);
}
@media screen and (max-height: 800px) {
	.productDescriptionInnerScroll {
        max-height: 200px;
        overflow-y: auto;
    }
}

.productCard {
	/*border: solid 1px black;*/
	max-width: 150px;
	min-height: 374px;
	background-position: 0px 30px;  /* equivalent to 'top left' */
  background-size: 150px;
	background-repeat: no-repeat;
	float: left;
}

#all {
	display: none;
}