*, html, body {margin:0;font-family:'Source Sans Pro', sans-serif;}

body {margin-top: 160px !important;}
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}






@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/*///////////////
// Ultraframe overwirde
///////////////*/

.alternate--prices {
display: none;
color: white;
}

.downloadsamplebutton { 
  background-color: #f2f2f2!important;
  padding: 0.5rem;
  border-radius: 0.03rem;
}

.downloadsample {
  color: #fff!important;
}

#opc-confirm_order {
    color: #000;
}

/* Product Tags */

.producttags-box {display: none !important;}

.producttags-box__title label {display: none !important;}

.alternate--prices {display: none !important;}

/*Checkout PO number colour */
.payment-info { 
  color: #000;
}


/* 4 PODS ON HOMEPAGE */

.homeFeaturedCategoriesWrapper .listItem {
  width:25%;
}

.listWrapper .listItem:nth-child(4n+1){ clear: both; }

/* BUTTONS */

.button {
  border-radius: 0px;
  
}

.button { background-color: #c1e089; 
 border: none; 
 color: white; 
 padding: 2px 32px; 
 text-align: center; 
 text-decoration: none; 
 display: inline-block; 
 font-size: 16px; 
 margin: 4px 2px; 
 cursor: pointer; 
} 
.button:hover {
  background:#7fa436;  
}

.button2 {background-color: #00a19c;} /* Blue */ 
.button2:hover {
  background:#1e7875;  
}
.button3 {background-color: #ac3c73;} /* Red */ 
.button3:hover {
  background:#83214f;  
}
.button4 {background-color: #6c3b5e; color: black;} /* Gray */ 


.button5 {background-color: #555555;} /* Black */ 


.button, button, .checkout-page.checkout-page_multi .select-button input, .checkout-page__billing-address .address-grid td .address-item .select-button input, .t-grid .t-button, input[type="submit"], input[type="reset"], input[type="button"] {
  border-radius: 0px;
  color: #fff;
}
.button, button, .t-grid .t-button, .batchButton, .editorbackbutton, input[type="submit"], input[type="reset"], input[type="button"] {  border-radius: 0px;
  color: #fff;}


/* SLIDER UPDATES */

#sliderrow .slides li img { height: auto !important; transform: translate(-50%,0%) !important; }
#sliderrow .slides { height:auto !important; }

/* NAVIGATION UPDATES */

#menurow  { background: #e3e3e3; color:#000;     position: fixed;
        top: 109px;
    z-index: 20; }

#logorow #headerRowRight { max-height: 64px; }

nav.advnav { background: #e3e3e3; color:#000; }
.advnav_menu_button a {color:#000; font-family:'Source Sans Pro', sans-serif; }
.advnav_child_container { background: #e3e3e3; color:#000; }

.logo {height: 85px !important; max-width: inherit !important;     width: 80%  !important;}

.headermenu {
    margin-top: 4px;
    margin-left: 39px;
    top: 20px;
    left: 50%;
    position: absolute;
    margin-left: -25%;
  }

/* CAT BUTTON OVERLAY HOVER */
  .homeFeaturedCategoriesWrapper .small-product-item .category-item .picture {    background-color: #6c3b5e; }

/* REMOVE BIG IMAGES IN BACKGROUND */
.category-productingrid .allProductsCategoriesWrapper .listItem .picture a div {display: none !important;}
.category-productingrid .allProductsCategoriesWrapper .listItem .picture a {background: #fff}


/* SELECT BOX OVERRIDE */

.checkout-data #opc-billing #billing-address-select {
    margin: 5px 0 20px;
    width: 100% !important;
    color: #000 !important;
}
select { color: #000 !important;}


/* TABS */

.DT_product-details-page .DT_tab_button { border-radius: 0px; }

/* RESPONSIVE CLASSES UPDATES */

@media (min-width: 991px) {

  #logorow #headerRowLeft {
  height: 85px !important;
  }

  .minishoppingcartwrapper {
      padding: 27px 37px;
  }
}
  
  #billing-new-address-form input[type="text"] {
	color: black !important;
  }

  #shipping-new-address-form input[type="text"] {
	color: black !important;
  }


/* General cleanup */
#toprow {
	display: none;
}
#menurow, #logorow { 
	display: inline-block;
	position: relative;
	top: 0px !important;
}

#menurow {
	min-height:50px;
	margin-top: -6px !important;
}
.headermenu > nav {
	text-align: center;
}
#menurow, #menurow nav.advnav {
	height: auto;
}
.search-box {
	margin-top: 3px;
}
body {
	margin-top: 0px !important;
}

#logorow #headerRowLeft {
	display: block;
	margin: 0px !important;
	min-height: 85px !important;
	height: auto !important;
	float: left !important;
	width: calc(100% - 160px) !important;
	padding-right: 0% !important;
}

#headerRowLeft > .logo {
	display: inline-block !important;
	position: relative !important;
	left: auto !important;
	top: auto !important;
	float: left !important;
	width: 40% !important;
	margin-top: 0px !important;
}

#headerRowLeft > .headermenu {
	display: inline-block !important;
	position: relative !important;
	left: auto !important;
	top: auto !important;
	float: left !important;
	padding-left: 8px !important;
	padding-top: 32px !important;
	padding-right: 8px !important;
	width: calc(60% - 80px) !important;
	margin: 0px !important;
}
.minishoppingcartwrapper {
	display: inline-block !important;
	position: relative !important;
	left: auto !important;
	top: auto !important;
	float: left !important;
	text-align: right;
	width: 80px !important;
	top: 0px !important;
}
.minishoppingcartinner__empty {
	display: none !important;
}

#headerRowRight {
	display: block;
	margin: 0px !important;
	float: right !important;
	width: 160px !important;
}

#sliderrow {
	/* Change this to 'display: none' to hide the slider */
	display: block;
	margin: 0px !important;
	float: left !important;
	width: 100%;
}
#sliderrow #mainslider.flexslider {
	min-height: 180px;
	background-color: #e3e7ec;
}

.generalPageWrapper {
	padding-top: 24px;
}


@media (max-width: 720px) {
	#logorow #headerRowLeft {
		width: 100% !important;
	}
	#headerRowLeft > .logo {
		background-position-x: center !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	#headerRowLeft > .headermenu {
		width: 100% !important;
		max-width: 100% !important;
	}

	.minishoppingcartwrapper  {
		display: none !important;
	}

	.homePageCategories > .listWrapper > .listItem{
		width: 100%;
	}

	footer {
		padding-top: 0px !important;
	}
}


@media (max-width: 1024px) {
	#logorow #headerRowLeft {
		width: 100% !important;
	}
	.homePageCategories > .listWrapper > .listItem{
		width: 50%;
    }
}

.minishoppingcartinner__subtotal {
    visibility: hidden !important;
}

.minishoppingcartinner__text.items {
    visibility: visible !important;
}

.minishoppingcartinner__text:not(.items) {
    color: white;
    font-size: 0mm;
}

/* Reward Points text */
label[for="UseRewardPoints"] {
    color: black;
}