.flex-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.flex-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.features-small {
	font-size: 12px;
    line-height: 1.5em;
}

@media (max-width: 575.98px) {
	.flex-col {
		flex-basis: unset;
	}
}

@media (max-width: 768px) {
	.flex-col {
		flex-basis: unset;
	}
}

a:hover,
.nav-search-div:hover {
	cursor: pointer;
}

.cart-item {
	position: relative;
	margin-top:20px;
}

.cart-item .close {
	background-color:transparent;
	border: none;
	font-weight: bold;
	color: #1975ff;
	font-size: 30px;
	line-height: 16px;
	position: relative;
	padding-bottom: -4px;
	display: block;
	float: right;
}


.button:hover {
	cursor: pointer;
}

select.reg-input {
	height: auto;
	width: 100%;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    /*font-weight: 400;*/
	font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: 6px 12px;
    /*font-size: 14px;*/
	font-size: 20px;
    line-height: 1.42857143;
    border-radius: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	text-transform: uppercase;
}

button.content-buy-button {
	height: auto;
	border: none;
}

.btn-digi-blue {
	background: #1975ff;
	color: #ffffff;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-cart {
	width: 190px;
	margin: 10px auto 30px auto;
	line-height: 1.6em;
}

button.content-buy-button:disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none;
	background: #fff;
	color: #1975ff;
}

.social-icons {
	float: left;
	margin: 22px 0 0 20px;
}

.social-icons img {
	height: 30px;
}

.hidden {
	display: none;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.newsletter {
	margin-left: 0;
}

.footer {
	padding-right: 10px;
	padding-left: 10px;
}

@media screen and (max-width: 899px) {
	.social-icons {
		margin-top: 50px;
	}
}
@media screen and (max-width: 759px) {
	.social-icons {
		margin-left: auto;
		width: 100%;
	}
	
	.pay {
		margin-left: auto;
		height: auto;
	}
}
/** Hide Arrows from html5 input of type number**/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.subnav-div {
	font-weight: bold;
}
button.close:hover {	
	cursor: pointer;
}


.danger {
	color: red;
}

.total{
	
	font-size: 24px; 
	/* margin: 30px 0 30px 0;  */
	/* padding: 10px 0 10px 0;  */
	padding: 20px;
	border-top: 1px solid #ffffff; 
	/* border-bottom: 1px solid #ffffff; */
}

div.gray-line {
	border-top: 1px solid #ffffff; 
	padding: 10px 0;
}

.subnav-div {
	background: #ffffff; 
	text-align: center; 
	font-weight: bolder;
	color: #000000; 
	font-size: 12px
}

.dgcape-bg-color {
	background-color: #bad5ff;
}

label.dgcape-btn-color {
	color: #fff;
	background-color: #1975ff;
}
.shipping-btn-wrapper {
	margin:40px auto;
}
.shipping-btn {
	font-size: 12px;
	display: block;
	width: 300px;
}

.digi-bg {
	background: #dceaff;
}
.digi-cr p,
.digi-cr h1,
.digi-cr h2,
.digi-cr .qty-input
{
	color: #1975ff;
}

.content-buy-button.digi {
	background: #1975ff;
}
.content-buy-button.digi:hover {
	color: #bad5ff;
}

.content-right-button2.digi {
	background: #bad5ff;
	color: #1975ff;
}
.content-right-button2.digi:hover {
	color: #ffffff;
	background: #1975ff
}

.tile-button3.digi {
	background: #bad5ff;
	color: #1975ff;
}

.tile-button3.digi:hover {
	background: #1975ff;
	color: #ffffff;
}

.radio-toolbar input[type="radio"]:checked + label.digi {
	background: #1975ff;
	color: #ffffff;
}

.process-centre.digi label,
.process-centre.digi .reg-input,
a.digi,
.small.digi a,
.small a.digi {
	color: #1975ff;
}

.logo-div.invert {
	float: right;
	text-align: right;
	margin: 0 14px 0 0;
}

.logo-div.left {
	float: left;
	margin: 0 0 0 14px;
}

.nav2.digi {
	margin-left: 0;
	float: right;
}

.nav-input-div {
	margin-left: 5px;
}

@media screen and (max-width: 759px){
	.logo-div.invert,
	.logo-div.left {
		width: 50%;
		margin: 0;
	}
	
	.nav2.digi {
		float: none;
	}

	.nav2.digi .nav-cart-div {
		float: left;
	}

	.nav2.digi .nav-input-div {
		margin-left: 40px;
	}

	.nav2.digi .nav-cart-div img.shopping-cart {
		margin-right: -60px;
	}
}

@media screen and (max-width: 1100px) and (min-width: 900px){
	.logo-div.invert,
	.logo-div.left {
		margin-top: 10px;
	}
}

@media screen and (max-width: 899px) and (min-width: 760px){
	.logo-div.invert,
	.logo-div.left {
		width: 50%;
		margin: 0;
	}
	
	.nav2.digi .nav-input-div,
	.nav2.digi .nav-cart-div {
		margin-top: 0;
	}
	
	.nav2.digi .nav-search-div {
		margin-top: 6px;
	}
	
}

/*a[data-shopping-cart-qty]::before {
    content: attr(data-shopping-cart-qty);
    width: 16px;
    height: 16px;
    position: absolute;
    color: #fff;
    background-color: #dc0019;
    border-radius: 50%;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    margin-left: 29px;
}*/

.digi.buy-top-right-inner {
	background: #dceaff;
}

.digi .content-buy-button {
	background: #1975ff;
}

.digi .content-buy-button:hover {
    color: #bad5ff;
}

.digi .price,
.digi .small,
.digi .process-heading,
.digi .qty-input,
.digi .colour label,
.digi .buy-top-right-inner-options p
{
	color: #1975ff;
}

.digi .radio-toolbar input[type="radio"]:checked + label {
	background-color: #1975ff;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col.vid {
	margin: 0 6px 0 0;
}

.col.vid:last-child {
	margin: 0;
}

.tile-left {
	background: white;
	padding: 10px 11px 10px 10px;
	margin: 0 4px 0 0;
}

.tile-right {
	background: white;
	padding: 10px 11px 10px 10px;
	margin: 0;
}

.col.vid iframe {
	max-width: 100%;
	width: 100%;
}

@media screen and (max-width: 759px){
	.col {
		width: 100%;
		/*flex-basis: max-content;*/
		flex-basis: auto;
	}
	
	.col.vid {
		margin: 0;
		padding: 0;
	}
	
	.col.vid iframe {
		height: 200px;
	}
}

.category {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px 15px;
}

.category p.heading {
  font-size: 13px;
  line-height: 1.4em;
  color: #000000;
  margin-top: 2px;
}
.category img {
  margin: auto;
}

.category article {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  text-align: center;
}

@media screen and (max-width: 759px) {
  .category {
    grid-template-columns: repeat(1, 1fr);
  }

  .category article {
    padding-bottom: 30px;
  }
}

.but {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  border-radius: 20px;
  width: 100px;
  text-transform: uppercase;
}

.but-blue {
  color: #1975ff;
  background-color: #bad5ff;
  border-color: #bad5ff;
}

.category article:hover .but.but-blue {
  background-color: #1975ff;
  border-color: #1975ff;
  color: #ffffff;
  cursor: pointer;
}

.category div.label-container {
  -ms-transform: translateX(120%);
  transform: translateX(120%);
}

.set-contact-height {
  height: 240px;
}
.set-contact-line-height {
  line-height: 1em;
}

.logo-div {
	max-width: 450px;
}

.logo-div a.store-link {
	line-height: 76px;
}

.logo-div a.store-link img {
	margin: auto;
	vertical-align: middle;
	width: 100%;
	max-height: 50px;
}

@media screen and (max-width: 759px){
	.nav {
		height: auto;
	}
	
	.footer .pay {
		height: auto !important;
	}
	
	.footer {
		overflow: hidden;
		height: auto;
	}
	
	.portal-login .logo-div.invert {
		display: none;
	}
	
	.portal-login .logo-div.left {
		width: 100%;
	}
	
	.portal-login .store-link {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	
	.portal-login .store-link img {
		width: 60% !important;
	}
}

.process-centre {
    background: #dceaff;
}

.process-centre label {
    color: #1975ff;
}

.process-heading {
   color: #1975ff;
}

.small {
    color: #1975ff;
}

.small a:link, .small a:visited, .verysmall a:link, .verysmall a:visited {
    color: #1975ff;
}

.content-buy-button {
    background: #1975ff;
}

.content-buy-button:hover {
    color: #bad5ff;
}

.content-right-button2:hover {
    color: #ffffff;
    background: #1975ff;
}

.content-right-button2 {
	color: #1975ff;
    background: #bad5ff;
}

.title-div2.portal {
	min-height: auto;
	padding-top: 0;
	padding-bottom: 0;
}

.title-div2.portal .metatitle {
	padding-top: 30px;
}

.title-div2.portal .powered h2 {
	margin-bottom: 0;
}

.whitespace {
	padding-bottom: 27px;	
}

.title-div2.portal.login {
	display: none;
}

@media screen and (max-width: 759px){
	.logo-div.invert .logo {
		display: none;
	}

	.title-div2.portal.login {
		display: block;
	}

}

@media screen and (min-width: 900px) and (max-width: 1100px){
	.logo-div {
		max-width: 250px;
	}

	.logo-div a.store-link {
		line-height: 50px;
	}
}

.show-md {
	display: none;
}

@media screen and (min-width: 760px) and (max-width: 899px){
	.logo-div {
		max-width: 250px;
	}

	.nav {
		height: auto;
	}

	.show-md {
		display: block;
	}
}

.nav {
	overflow: hidden;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
 }

div.label-container {
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  z-index: 999;
}

div.label-container p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 11px;
  line-height: 11px;
}

.buy-top-left div.label-container {
  width: 80px;
  height: 80px;
}
.buy-top-left div.label-container p {
  font-size: 16px;
  line-height: 16px;
}

.buy-top-right-inner {
    background: #dceaff;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #1975ff;
    border-color: #4c4;
    color: #ffffff;
}

.colour label {
    display: block;
    color: #1975ff;
}

.buy-top-right-inner-options p {
    color: #1975ff;
}

.price {
    color: #1975ff;
}

.summary2 {
    color: #1975ff;
}

h3 {
    color: #1975ff;
}

.radio-toolbar label {
    background: #bad5ff;
    color: #1975ff;
}

.radio-toolbar label:hover {
    background: #1975ff;
    color: #ffffff;
}

@media screen and (max-width: 759px){
	.inner-subnav-div {
	    display: inline-block;
	    padding: 17px 0 0 0;
	    overflow-x: scroll;
	    overflow-y: hidden;
	    white-space: nowrap;
	    width: 360px;
	    height: 36px;
	}
}

.reg-input {
    color: #1975ff;
}

.profile-align-left h3 {
  color: #1975ff !important;
}

.nav {
  min-height: 76px !important;
  overflow: hidden;
  height: 100%;
}