.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.navigation {
	width: 100%;
	height: 50px;
	display: table;
	position: relative;
	font-family: inherit;
	background-color: #fff;
	border: 1px solid #f2f2f2;
}

.navigation * {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
	height: auto;
}

.navigation-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 19998;
}

.navigation-hidden {
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.align-to-right {
	float: right;
}

.nav-header {
	float: left;
}

.navigation-hidden .nav-header {
	display: none;
}

.nav-brand {
	line-height: 70px;
	padding: 0;
	color: #343a40;
	font-size: 24px;
	text-decoration: none !important;
}

.nav-brand:hover, .nav-brand:focus {
	color: #343a40;
}

.navigation-portrait .nav-brand {
	font-size: 18px;
	line-height: 48px;
}

.nav-logo>img {
	height: 48px;
	margin: 11px auto;
	padding: 0 15px;
	float: left;
}

.nav-logo:focus>img {
	outline: initial;
}

.navigation-portrait .nav-logo>img {
	height: 36px;
	margin: 6px auto 6px 15px;
	padding: 0;
}

.nav-toggle {
	width: 24%;
	height: 50px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	left: 10px;
	display: none;
	cursor: pointer;
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
}

.nav-toggle:before {
	content: "\f0c9";
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	left: 0;
	line-height: 20px;
	margin-right: 10px;
	top: 10px;
}

.navigation-portrait .nav-toggle {
	display: block;
}

.navigation-portrait .nav-menus-wrapper {
	width: 360px;
	height: 100%;
	top: 0;
	left: -400px;
	position: fixed;
	background-color: #fff;
	z-index: 1002;
	overflow-y: auto;
	transition-duration: 0.2s;
	transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
	left: auto;
	right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
	left: 0;
}

.navigation-portrait
  .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
	left: auto;
	right: 0;
}

.nav-menus-wrapper-close-button {
	width: 30px;
	height: 40px;
	margin: 10px 7px;
	display: none;
	float: right;
	color: #343a40;
	font-size: 26px;
	cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
	display: none;
}

.nav-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	font-size: 0;
}

.navigation-portrait .nav-menu {
	width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
	float: none;
	text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
	float: none;
}

.nav-menu>li {
	display: inline-block;
	float: left;
	text-align: center;
	width: 16.66667%;
	background-color: #f2f2f2;
}

.navigation-portrait .nav-menu>li {
	width: 100%;
	position: relative;
	border-top: solid 1px #f0f0f0;
}

.nav-menu>.cgnv_ShopAll {
	background-color: #ffffff;
	position: relative;
	text-align: left;
}

.navigation-portrait .nav-menu>li:last-child {
	border-bottom: solid 1px #f0f0f0;
}

.nav-menu+.nav-menu>li:first-child {
	border-top: none;
}

.nav-menu>li>a {
	height: 50px;
	padding: 15px;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	color: #343a40;
	transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu>li>a {
	width: 100%;
	height: auto;
	padding: 12px 15px 12px 26px;
}

.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {
	color: #343a40;
}

.nav-menu>li>a>i, .nav-menu>li>a>[class*="ion-"] {
	width: 18px;
	height: 16px;
	line-height: 16px;
	transform: scale(1.4);
	margin-right: 10px;
}

.nav-menu>li>a>[class*="ion-"] {
	width: 16px;
	display: inline-block;
	transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
	width: 100%;
	text-align: center;
}

.nav-menu.nav-menu-social>li {
	text-align: center;
	float: none;
	border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social>li {
	width: auto;
}

.nav-menu.nav-menu-social>li>a>[class*="ion-"] {
	font-size: 12px;
}

.nav-menu.nav-menu-social>li>a>.fa {
	font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
	padding: 15px;
}

.submenu-indicator {
	margin-right: 6px;
	margin-top: 0;
	float: right;
	transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
	width: 38px;
	height: 38px;
	margin-top: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	z-index: 20000;
}

.submenu-indicator-chevron {
	height: 11px;
	width: 11px;
	display: block;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: transparent #70798b #70798b transparent;
	transform: rotate(45deg);
	transition: border 0.2s;
}

.nav-submenu .submenu-indicator-chevron {
	height: 6px;
	width: 6px;
}

.navigation-portrait .submenu-indicator-chevron {
	position: absolute;
	top: 18px;
	left: 38px;
}

.nav-menu>li:hover>a .submenu-indicator-chevron, .nav-menu>.active>a .submenu-indicator-chevron,
	.nav-menu>.focus>a .submenu-indicator-chevron {
	border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
	transform: rotate(-180deg);
}

.cg_mobile {
	display: none;
}

.nav-overlay-panel {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: none;
	z-index: 1001;
}

.no-scroll {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.nav-search {
	height: 70px;
	float: right;
	z-index: 19998;
}

.navigation-portrait .nav-search {
	height: 48px;
	padding: 0 10px;
	margin-right: 52px;
}

.navigation-hidden .nav-search {
	display: none;
}

.nav-search-button {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	cursor: pointer;
	background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
	width: 50px;
	height: 48px;
	line-height: 46px;
	font-size: 22px;
}

.nav-search-icon {
	width: 14px;
	height: 14px;
	margin: 2px 8px 8px 4px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: #343a40;
	text-align: left;
	text-indent: -9999px;
	border: 2px solid;
	border-radius: 50%;
	transform: rotate(-45deg);
}

.nav-search-icon:after, .nav-search-icon:before {
	content: "";
}

.nav-search-icon:before {
	width: 2px;
	height: 11px;
	top: 11px;
	position: absolute;
	left: 50%;
	border-radius: 0 0 1px 1px;
	box-shadow: inset 0 0 0 32px;
	transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
	color: #343a40;
}

.nav-search>form {
	width: 100%;
	height: 100%;
	padding: 0;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 99;
}

.nav-search-inner {
	width: 70%;
	height: 70px;
	margin: auto;
	display: table;
}

.navigation-portrait .nav-search-inner {
	height: 48px;
}

.nav-search-inner input[type="text"], .nav-search-inner input[type="search"]
	{
	height: 70px;
	width: 100%;
	margin: 0;
	padding: 0 12px;
	font-size: 26px;
	text-align: center;
	color: #343a40;
	outline: none;
	line-height: 70px;
	border: none;
	background-color: transparent;
	transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
	.navigation-portrait .nav-search-inner input[type="search"] {
	height: 48px;
	font-size: 18px;
	line-height: 48px;
}

.nav-search-close-button {
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	line-height: normal;
	color: #343a40;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
}

.navigation-portrait .nav-search-close-button {
	top: 10px;
	right: 14px;
}

.nav-button {
	margin: 18px 15px 0;
	padding: 8px 14px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
}

.nav-button:hover, .nav-button:focus {
	color: #fff;
	text-decoration: none;
}

.navigation-portrait .nav-button {
	width: calc(100% - 52px);
	margin: 17px 26px;
}

.nav-text {
	margin: 25px 15px;
	display: inline-block;
	color: #343a40;
	font-size: 14px;
}

.navigation-portrait .nav-text {
	width: calc(100% - 52px);
	margin: 12px 26px 0;
}

.navigation-portrait .nav-text+ul {
	margin-top: 15px;
}

.nav-dropdown {
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	list-style: none;
	z-index: 99999;
}

.navigation-portrait .nav-dropdown {
	width: 100%;
	position: static;
	left: 0;
}

.nav-dropdown .nav-dropdown {
	left: 100%;
	min-width: 1000px;
	height: 399px;
	background-color: #ffffff;
}

.nav-menu>li>.nav-dropdown>li>.nav-dropdown {
	left: 100%;
	min-width: 100%;
	height: 429px !important;
	background-color: #ffffff;
}

.nav-menu>li>.nav-dropdown>li>.nav-dropdown>li>.nav-dropdown {
	left: 100%;
	height: 357px;
	background-color: #ffffff;
	min-width: 760px;
}

.nav-menu>li>.nav-dropdown {
	border-top: solid 1px #f0f0f0;
	background: #ffffff;
	min-height: 430px;
}

.nav-menu>li>.nav-dropdown:hover {
	width: 100%;
}

.nav-dropdown>li {
	width: auto;
	float: left;
	clear: both;
	position: relative;
	text-align: left;
	min-width: 280px;
}

.nav-dropdown>li>.nav-dropdown>li {
	min-width: 220px;
	background-color: #ffffff;
}

.nav-dropdown>li>a {
	width: 100%;
	padding: 10px 0 10px 10px;
	display: inline-block;
	text-decoration: none;
	float: left;
	font-size: 12px;
	color: #343a40;
	background-color: #ffffff;
	line-height: 10px;
}

.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {
	
}

.nav-dropdown.nav-dropdown-left {
	right: 0;
}

.nav-dropdown>li>.nav-dropdown-left {
	left: auto;
	right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
	text-align: right;
}

.mbacnt .nav-dropdown>li>a {
	margin: 0 0 0 17px;
}

.navigation-portrait .nav-dropdown>li>a {
	padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
	padding-left: 30px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
	padding-left: 30px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
	padding-left: 90px;
}

.navigation-portrait
  .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
	padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
	right: 15px;
	top: 45%;
	position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
	right: 0;
	top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
	transform: rotate(-45deg);
}

.navigation-portrait
  .nav-dropdown
  .submenu-indicator
  .submenu-indicator-chevron {
	transform: rotate(45deg);
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron, .nav-dropdown>.focus>a .submenu-indicator-chevron
	{
	border-color: transparent #343a40 #343a40 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator
	{
	left: 10px;
}

.navigation-landscape
  .nav-dropdown.nav-dropdown-left
  .submenu-indicator
  .submenu-indicator-chevron {
	transform: rotate(135deg);
}

.nav-dropdown-horizontal {
	width: 100%;
	left: 0;
	background-color: #ffffff;
	border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
	width: 100%;
	top: 100%;
	left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
	border-top: none;
}

.nav-dropdown-horizontal>li {
	width: auto;
	clear: none;
	position: static;
}

.navigation-portrait .nav-dropdown-horizontal>li {
	width: 100%;
}

.nav-dropdown-horizontal>li>a {
	position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
	height: 18px;
	top: 11px;
	transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
	height: 42px;
	top: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.navigation-portrait
  .nav-dropdown-horizontal
  .submenu-indicator.submenu-indicator-up {
	transform: rotate(-180deg);
}

.megamenu-tabs {
	width: 100%;
	float: left;
	display: block;
}

.megamenu-tabs-nav {
	width: 20%;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
	width: 100%;
}

.megamenu-tabs-nav>li>a {
	width: 100%;
	padding: 10px 16px;
	float: left;
	font-size: 13px;
	text-decoration: none;
	color: #343a40;
	border: solid 1px #eff0f2;
	outline: 0;
	background-color: #fff;
}

.megamenu-tabs-nav>li.active a, .megamenu-tabs-nav>li:hover a {
	background-color: #f2f2f2;
}

.megamenu-tabs-pane {
	width: 80%;
	min-height: 30px;
	padding: 20px;
	float: right;
	display: none;
	font-size: 13px;
	color: #343a40;
	border: solid 1px #eff0f2;
	background-color: #fff;
}

.megamenu-tabs-pane.active {
	display: block;
}

.navigation-portrait .megamenu-tabs-pane {
	width: 100%;
}

.megamenu-lists {
	width: 100%;
	display: table;
	background-color: #ffffff;
	height: 100%;
}

.megamenu-list {
	width: 100%;
	margin: 15px;
	padding: 0;
	display: inline-block;
	float: left;
	list-style: none;
	background-color: #ffffff;
}

.megamenu-list:last-child {
	margin: 0;
	border: none;
}

.navigation-landscape .megamenu-list {
	margin: -15px 0;
	padding: 10px 0;
	border-right: solid 1px #f0f0f0;
	column-count: 4;
	height: 380px;
	column-fill: auto;
}

.navigation-landscape .megamenu-list:last-child {
	border: none;
}

.megamenu-list>li>a {
	width: 100%;
	display: inline-block;
	color: #343a40;
	text-decoration: none;
	font-size: 13px;
}

.megamenu-list>li>a:hover {
	
}

.megamenu-list>li.megamenu-list-title>a {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #343a40;
}

.megamenu-list>li.megamenu-list-title>a:hover {
	background-color: transparent;
}

.navigation-landscape .list-col-2 {
	width: 50%;
}

.navigation-landscape .list-col-3 {
	width: 33%;
}

.navigation-landscape .list-col-4 {
	width: 25%;
}

.navigation-landscape .list-col-5 {
	width: 20%;
}

.nav-menu>li>a {
	color: #343a40;
}

.nav-dropdown>li>a {
	color: #343a40;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown>li>.nav-dropdown>li>a {
	border-bottom: none;
}

.nav-dropdown>li>.nav-dropdown>li>.nav-dropdown>li>a {
	font-size: 12px;
	line-height: 0;
}

.nav-dropdown>.nav-dropdown {
	width: 100%;
}

.nav-dropdown>li>a:hover, .nav-dropdown>li>a:focus {
	color: #343a40;
}

.navigation-portrait .focus {
	background-color: #f2f2f2;
}

.navigation-portrait .focus a {
	
}
/*
.cgnv_Bullion, .cgnv_JewelleryTools, .cgnv_JewelleryFindings, .cgnv_ClayandResins, .cgnv_Chain, .cgnv_Rings, .cgnv_Gemstones, .cgnv_BeadsandStringing, .cgnv_FinishedJewellery, .cgnv_BoxesandSundries, .cgnv_MetalStamping  {
  background-color: #ffffff !important;
}*/

/* this replaces line above */
.cgnv_Category {
	background-color: #ffffff !important;
}

.main_header_area.sticky {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 9999;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}

.navigation-portrait .nav-menu>li>a {
	width: 100%;
	height: auto;
	padding: 10px 24px 10px 10px;
	font-size: 14px;
	text-align: center;
}

.col-sm {
	display: inline-block;
	width: 16.66%;
	vertical-align: top;
}

.nav-dropdownalt {
	left: 80%;
	top: 0;
	position: absolute;
	width: 100%;
}

.navigation b {
	display: inline-block;
}

.mbacnt {
	display: none !important;
}

.cgnv_2 .megamenu-panel {
	top: -38px
}

.cgnv_3 .megamenu-panel {
	top: -75px
}

.cgnv_4 .megamenu-panel {
	top: -112px
}

.cgnv_5 .megamenu-panel {
	top: -149px
}

.cgnv_6 .megamenu-panel {
	top: -186px
}

.cgnv_7 .megamenu-panel {
	top: -223px
}

.cgnv_8 .megamenu-panel {
	top: -260px
}

.cgnv_9 .megamenu-panel {
	top: -289px
}

.cgnv_10 .megamenu-panel {
	top: -334px
}

.cgnv_11 .megamenu-panel {
	top: -371px
}
.cgnv_12 .megamenu-panel {
	top: -415px
}
.cgnv_13 .megamenu-panel {
	top: -450px
}

.megamenu-panel a {
	color: #707070 !important;
	line-height: 1.8em;
}

.nav-header .nav-menu {
	display: none
}

.shopmob {
	padding: 0 0 0 15px;
	line-height: 1;
	color: #343a40;
	font-size: 14px;
	font-weight: initial;
}

.navcta {
	position: absolute !important;
	right: 0;
	width: 25% !important;
}

.navcta img {
	width: 100%;
}

.nav-submenu li:nth-child(2) .nav-dropdown {
	top: -31px
}

.nav-submenu li:nth-child(3) .nav-dropdown {
	top: -62px
}

.nav-submenu li:nth-child(4) .nav-dropdown {
	top: -93px
}

.nav-submenu li:nth-child(5) .nav-dropdown {
	top: -124px
}

.nav-submenu li:nth-child(6) .nav-dropdown {
	top: -155px
}

.nav-submenu li:nth-child(7) .nav-dropdown {
	top: -186px
}

.nav-submenu li:nth-child(8) .nav-dropdown {
	top: -217px
}

.nav-submenu li:nth-child(9) .nav-dropdown {
	top: -248px
}

.nav-submenu li:nth-child(10) .nav-dropdown {
	top: -279px
}

.nav-submenu li:nth-child(11) .nav-dropdown {
	top: -310px
}

.nav-submenu li:nth-child(12) .nav-dropdown {
	top: -340px
}

.nav-submenu li:nth-child(13) .nav-dropdown {
	top: -370px
}

.nav-submenu li:nth-child(14) .nav-dropdown {
	top: -400px
}

.meganavone {
	top: -0 !important
}

.meganavtwo {
	top: -30px !important
}

.meganavthree {
	top: -60px !important
}

.meganavfour {
	top: -90px !important
}

.meganavfive {
	top: -120px !important
}

.meganavsix {
	top: -150px !important
}

.meganavseven {
	top: -180px !important
}

.meganaveight {
	top: -210px !important
}

.meganavnine {
	top: -240px !important
}

.meganavten {
	top: -270px !important
}

.meganaveleven {
	top: -300px !important
}

.meganavtwelve {
	top: -330px !important
}

.meganavthirteen {
	top: -360px !important
}

.meganavfourteen {
	top: -390px !important
}

.meganafifteen {
	top: -390px !important
}

.meganavone, .meganavtwo, .meganavthree, .meganavfour, .meganavsix,
	.meganavseven, .meganaveight, .meganavnine {
	flex-direction: column;
	flex-wrap: wrap;
	display: flex;
	height: 50vh;
}

.meganavone li, .meganavtwo li, .meganavthree li, .meganavfour li,
	.meganavfive li, .meganavsix li, .meganavseven li, .meganaveight li,
	.meganavnine li {
	flex: 1 0 20%;
	float: left !important;
	border: none !important;
	min-width: 200px;
	line-height: 1;
}

.shopallbtn a {
	padding: 10px 0 10px 10px;
	font-size: 14px;
}

.shopallbtn {
	width: 250px !important;
	padding: 15px 0;
}

.shopallbtn i {
	float: right;
}

@media only screen and (min-width: 0px) and (max-width: 1280px) {
	.megamenu-panel {
		width: 100%;
		padding: 15px;
		display: block;
		position: absolute;
		font-size: 14px;
		z-index: 98;
		text-align: left;
		color: inherit;
		border-top: solid 1px #f0f0f0;
		background-color: #ffffff;
	}
	.megamenu-panel a {
		color: #707070;
		font-size: 0.9em;
	}
	.navigation-portrait .megamenu-panel {
		padding: 25px;
		position: static;
		display: block;
	}
	.megamenu-panel [class*="container"] {
		width: 100%;
	}
	.megamenu-panel [class*="container"] [class*="col-"] {
		padding: 0;
	}
	.megamenu-panel-half {
		width: 50%;
	}
	.megamenu-panel-quarter {
		width: 25%;
	}
	.navigation-portrait .megamenu-panel-half, .navigation-portrait .megamenu-panel-quarter
		{
		width: 100%;
	}
	.megamenu-panel-row {
		width: 100%;
	}
	.megamenu-panel-row:before, .megamenu-panel-row:after {
		content: "";
		display: table;
		line-height: 0;
	}
	.megamenu-panel-row:after {
		clear: both;
	}
	.megamenu-panel-row [class*="col-"] {
		display: block;
		min-height: 20px;
		float: left;
		margin-left: 3%;
	}
	.megamenu-panel-row [class*="col-"]:first-child {
		margin-left: 0;
	}
	.navigation-portrait .megamenu-panel-row [class*="col-"] {
		float: none;
		display: block;
		width: 100% !important;
		margin-left: 0;
		margin-top: 15px;
	}
	.navigation-portrait
  .megamenu-panel-row:first-child
  [class*="col-"]:first-child {
		margin-top: 0;
	}
	.nav-submenu {
		width: auto;
		height: 100%;
	}
	.megamenu-panel-row .col-1 {
		width: 5.583333333333%;
	}
	.megamenu-panel-row .col-2 {
		width: 14.166666666666%;
	}
	.megamenu-panel-row .col-3 {
		width: 22.75%;
	}
	.megamenu-panel-row .col-4 {
		width: 31.333333333333%;
	}
	.megamenu-panel-row .col-5 {
		width: 39.916666666667%;
	}
	.megamenu-panel-row .col-6 {
		width: 48.5%;
	}
	.megamenu-panel-row .col-7 {
		width: 57.083333333333%;
	}
	.megamenu-panel-row .col-8 {
		width: 65.666666666667%;
	}
	.megamenu-panel-row .col-9 {
		width: 74.25%;
	}
	.megamenu-panel-row .col-10 {
		width: 82.833333333334%;
	}
	.megamenu-panel-row .col-11 {
		width: 91.416666666667%;
	}
	.megamenu-panel-row .col-12 {
		width: 100%;
	}
	.shopallbtn {
		padding: 0;
	}
	.nav-menu>li>.nav-dropdown {
		border-top: none;
	}
	.nav-menu>li>.nav-dropdown:hover {
		width: 100%;
	}
	.nav-menu>li>.nav-dropdown>li>.nav-dropdown {
		height: auto;
	}
	.nav-menu>li>.nav-dropdown>li>.nav-dropdown>li>.nav-dropdown {
		height: auto;
		min-width: 350px;
	}
	.nav-menus-wrapper-open #nid_ShopAll .mobopen {
		display: block;
	}
	.meganavone li, .meganavtwo li, .meganavthree li, .meganavfour li,
		.meganavsix li, .meganavseven li, .meganaveight li, .meganavnine li {
		max-height: 26px;
		width: 100%;
	}
	.mbacntac, .mbacntql {
		border-left: 1px solid #f6f6f6;
	}
	.nav-menu>li {
		background-color: transparent;
	}
	.nav-dropdown>li>.nav-dropdown>li {
		min-width: 360px;
	}
	.nav-menus-wrapper-open #nid_ShopAll .nn-nav, .nav-menus-wrapper-open .mbacnt .nn-nav
		{
		padding: 20px 5px 20px 10px;
	}
	.nn-nav .submenu-indicator-chevron {
		display: none;
	}
	.navigation-portrait .nav-dropdown .submenu-indicator {
		display: block;
	}
	.col-sm {
		display: block !important
	}
	.navcta {
		display: none;
	}
	.meganav {
		height: auto;
	}
	.meganav li {
		flex: 1;
		width: 100% !important;
	}
	.mbahide {
		display: none;
	}
	.mbacnt {
		display: block !important;
	}
	.nav-header {
		float: left;
		width: 100%;
	}
	.navigation-portrait .nav-menu {
		width: 85%;
		float: right;
	}
	.navigation-portrait .nav-menu>li {
		width: 20%;
	}
	.nav-header .nav-menu {
		display: block
	}
	.navcomp {
		display: none !important
	}
	.nav-menus-wrapper-open .nav-menu {
		width: 100% !important;
		background-color: #fafafa;
	}
	.nav-menus-wrapper-open .nav-menu>li {
		width: 33% !important;
	}
	.nav-menu>li>.nav-dropdown {
		min-width: 360px;
	}
	.mbacnt .nav-dropdown {
		position: absolute !important;
		left: -150px !important;
		padding: 0;
	}
	.mbacntac .nav-dropdown>li>.nav-dropdown {
		position: static !important;
		left: -150px !important;
	}
	.mbacntql .nav-dropdown>li>.nav-dropdown {
		position: static !important;
		left: -390px !important;
	}
	.mbacntql .nav-dropdown {
		position: absolute !important;
		left: -260px !important;
	}
	.nav-dropdown .nav-dropdown {
		min-width: 318px;
		height: auto;
	}
	.nav-menus-wrapper-open .col-sm {;
		width: 100%;
	}
	.nav-dropdown>li {
		min-width: 360px;
	}
	.nav-menus-wrapper-open  .nav-menu>li {
		text-align: left;
	}
}

@media only screen and (min-width: 0px) and (max-width: 850px) {
	.nav-header .nav-menu, .shopmob {
		display: none
	}
	.nav-toggle {
		width: 50px;
		height: 70px;
		padding: 0;
		position: fixed;
		margin-top: 0;
		left: 3%;
		display: none;
		cursor: pointer;
		font-size: 30px;
		font-weight: lighter;
		line-height: normal;
		z-index: 1000;
	}
	.col-sm {
		display: block !important
	}
	.mbacnt {
		display: block !important;
	}
	#nid_New, #nid_Inspiration, #nid_Catalogue, #nid_Clearance, #nid_Bullion {
		
	}
	#nid_New a, #nid_Inspiration a, #nid_Catalogue a, #nid_Clearance, #nid_Bullion a {
		height: 70px;
		padding: 26px 15px;
		display: inline-block;
		text-decoration: none;
		font-size: 14px;
		color: #343a40;
		transition: color 0.3s, background 0.3s;
	}
	.nav-menu>li {
		display: inline-block;
		float: left;
		text-align: center;
		width: 100%;
		background-color: transparent;
	}
	.col-sm {
		display: inline-block;
		width: 100%;
		vertical-align: top;
	}
	.nav-menu>li>.nav-dropdown>li>.nav-dropdown {
		height: auto;
	}
	.nav-toggle:before, .sticky .nav-toggle:before {
		top: 25% !important;
	}
	.sticky .nav-toggle:before {
		top: 22px !important;
	}
}
@media only screen and (min-width: 0px) and (max-width: 1280px) {
	.nav-dropdown>li>a, .nav-dropdown>li>.nav-dropdown>li>a {
		width: 100%;
	}
	.nav-dropdown>li>.nav-dropdown>li>.nav-dropdown>li>a {
		width: auto;
	}
	.mbacnt {
		display: block !important;
	}
	.navigation-portrait .submenu-indicator-chevron {
		position: absolute;
		top: 11px;
		left: 24px;
	}
	.submenu-indicator-up .submenu-indicator-chevron {
		display: none;
	}
}

@media only screen and (max-width: 1200px) {
	.col-sm {
		display: block !important;
		width: 100% !important;
		vertical-align: top;
	}
}

@media only screen and (min-width:0px) and (max-width: 850px) {
	.navigation {
		width: 50px;
		height: auto;
		position: absolute;
		top: 0px;
		border: none;
	}
	.nav-menus-wrapper .container {
		max-width: inherit !important;
	}
	.mbacntql ul#svc_act li {
		width: 100% !important;
		display: inline-block;
	}
	.mbacntql #c_svc_act {
		float: left;
		padding: 0 0 0 40px !important;
	}
	.nav-toggle:before {
		top: 35% !important;
	}
}

@media only screen and (min-width:0px) and (max-width:450px) {
	.navigation-portrait .nav-menus-wrapper {
		width: 80% !important;
	}
	.nav-dropdown>li {
		min-width: 300px;
	}
	.mbacntql .nav-dropdown {
		left: -197px !important;
	}
	.mbacnt .nav-dropdown {
		left: -130px !important;
	}
	.mbacntql .nav-dropdown {
		left: -245px !important;
	}
	.nav-menu>li>.nav-dropdown {
		min-width: 300px;
	}
	.nav-dropdown>li>.nav-dropdown>li {
		min-width: 300px;
	}
	.nav-menu>li>.nav-dropdown>li>.nav-dropdown>li>.nav-dropdown {
		height: auto;
		min-width: 300px;
	}
}

@media only screen and (min-width:0px) and (max-width:380px) {
	.mbacntql .nav-dropdown {
		left: -200px !important;
	}
	.nav-dropdown>li {
		min-width: 250px;
	}
	.nav-menu>li>.nav-dropdown {
		min-width: 250px;
	}
	.nav-dropdown>li>.nav-dropdown>li {
		min-width: 250px;
	}
	.nav-menu>li>.nav-dropdown>li>.nav-dropdown>li>.nav-dropdown {
		height: auto;
		min-width: 250px;
	}
}

	body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
} 
	#wrapper {
		overflow: hidden;
		position: relative
	}
	
	.flickity-page-dots {
    bottom: 15px !important; 
}
	.cg_mobile { display:none;}
	
	/* COOKSON CSS UPDATE */
	body {
    color: rgb(112,112,112);
}
	#mb_service_links { display:none;}
	#util_logo img {
		max-width: 200px;
	}
	#util_logo, #util_srch, #numb_bkt, #util_bkt {
    vertical-align: top !important;
}

	#u_srch_input input {
    padding-left: 4% !important;
}
	#u_srch_input {
    width: 70% !important;
}
	#u_srch_btn {
    width: 48px !important;
    right: 20% !important;
    height:48px !important;
	line-height: 50px !important;
}
	ul#svc_act {
    min-width: 300px;
}
	.lt_language_switch div {
    width: 150px;
    padding: 10px 0;
		background-color: #f2f2f2 !important;;
}
	.lt_language_switch div a {
    height: 25px !important;
    padding-left: 40px !important;
    width: 100% !important;
}
.lt_language_switch:hover div {
    width: 100%;
}
	.lt_language_switch span {
    width: 150px !important;
}
ul#svc_act li {
    width: 150px;
}
	
	#header {
    border-bottom:none !important;
    border-top: none !important;
}
	#util_bkt .section {
		padding:  0 0 0 10% !important
	}
	
#bkt_qty {
    line-height: 20px !important;
    position: absolute;
    top: 15%;
    margin-left: 13px;
    background: rgb(23,64,124);
    width: 20px;
    height: 20px;
    border-radius: 50pc;
    color: #ffffff !important;
    font-size: 13px;
	right:0px;
}
	
	#util_bkt .span_1_of_5 {
		text-align: center;
		padding: 0;
	}
	#util_bkt i {
		font-size: 1.5em;
		text-align: center;
	}
	#util_bkt p {
		text-align: center;
	}
	#numb_bkt { text-align: right;}
	#numb_bkt span {
		font-size:0.8em;
		vertical-align: top;
	}
	
	
	
	#util_bkt #bkt_act {
		display: none;
	}
	
	#nn, #nn .nn-item .nn-nav {
		background: #f2f2f2 ;
		
	}
	#nn .nn-item .nn-nav div a {
	
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #707070;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    line-height: 16px;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
} 
	#nn.WIDTH12 .nn-item .nn-nav {
    width: 20% !important;
}
	#nn .nn-item .nn-nav {
    border-top: 1px solid #e6e7e8 !important;
		 border-right: 0 solid #e6e7e8 !important;
		 border-bottom: 1px solid #e6e7e8 !important;
		 border-left: 1px solid #e6e7e8 !important;
}
	#nn .nn-item:last-child .nn-nav {
	border-right: 1px solid #e6e7e8 !important;
	}
	#nid_ShopAll .nn-nav {
		background-color: #ffffff !important;
		width: 100%;
		text-align: left;
	}
	#nn #nid_ShopAll .nn-nav div a:hover {
    color: #17407c !important;
}
	#nid_ShopAll div a {
    text-align: left !important;
    padding-left: 30px !important;
}
	
	#nid_ShopAll div i {
    padding-right: 10px !important;
}
	#nid_ShopAll .fa-chevron-down {
		position: absolute;
		right: 10px;
	}
	#nid_ShopAll div a {
		padding-left:0 !important
	}
	
	#u_srch_input {
    height: 46px !important;
		    font-size: 18px !important;
}
	
#u_srch_input input {
    height: 50px !important;
    line-height: 50px;
}
	#nid_New .nn-nav, #nid_Clearance .nn-nav, #nid_Catalogue .nn-nav, #nid_Inspiration .nn-nav,nid_Bullion .nn-nav {
  background-color: #f2f2f2 !important;
}
	#nid_New .nn-nav {
  color: #707070 !important;
}
	#nid_New .nn-nav:hover {
  background-color: #449648 !important;
}

#nid_Bullion .nn-nav:hover {
  color: #FFFFFF !important;
}
	#nid_Bullion .nn-nav {
  color: #707070 !important;
}
	#nid_Bullion .nn-nav:hover {
  background-color: #f39200 !important;
}

#nid_New .nn-nav:hover {
  color: #FFFFFF !important;
}
		#nid_ShopAll .nn-nav:hover, #nid_ShopAll:hover {
  background-color: #ffffff !important;
}
	#nid_ShopAll .nn-nav:hover,  #nid_ShopAll .nn-nav a:hover, #nid_ShopAll .nn-nav a:active, #nid_ShopAll .nn-nav a:focus{
  color: #707070 !important;
}
	
	
	#nid_Clearance .nn-nav:hover {
  background-color: #D12229 !important;
}
	
	#nid_Inspiration .nn-nav:hover {
  background-color: #17407c !important;
}
	
#nid_Catalogue .nn-nav:hover {
  background-color: #000000 !important;
}
#nid_grey .nn-nav:hover {
  background-color: #444 !important;
}
	
#header {
    height: 80px !important;
}
	#menu .nn-item{ width: 20%; text-align: center;}
	
	/* NEW COOKSON CSS */
	
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 14px;
    margin: 0 10px;
    line-height: 15px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.togslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #17407c;
    -webkit-transition: .4s;
    transition: .4s;
}

.togslider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
	
input:checked + .togslider {
  background-color: #17407c;
}

input:focus + .togslider {
  box-shadow: 0 0 1px #17407c;
}

input:checked + .togslider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.togslider.round {
  border-radius: 10px;
}

.togslider.round:before {
  border-radius: 50%;
}
	
	.headicons a, .headGry, #mb_nav_ico {
		color: #707070;
		text-decoration: none;
	}
	.headicons p {
		font-size:0.8em;
	}
	.headicons a:hover {
		color: #17407c;
		text-decoration: none;
	}
	.headicons .col {
		float:right !important;
		text-align: center;
	}
	
.fixedmetal {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #17407c;
    color: #ffffff;
    text-align: center;
    margin: 0 !important;
	font-size:1em;
    padding: 0.5% 0 !important;
	z-index: 9999;
}
	.fixedmetal p, .fixedmetal a, .fixedmetal a:hover {
		color: #ffffff;
    margin-bottom: 0;
	}
		.fixedmetal .goyellow p, .fixedmetal .goyellow a, .fixedmetal .goyellow a:hover {
		color: #FDB813;
	}
	
.strcls {
    position: absolute;
    background-color: #ffffff;
    border-radius: 50px;
	color: #17407c;
    width: 30px;
    height: 30px;
    bottom: 0%;
    right: 5%;
}
	.strcls a {
		color:#17407c;
	}
	.strcls i {
    font-size: 1.2em;
    line-height: 1.7em;
}
	
	
	#cooksongoldhm {
		color:rgb(112,112,112);
		font-size: 12px;
			
	}
	
	#cooksongoldhm h1 {
		font-size:4em;
		line-height: 1.2em;
	}
		#cooksongoldhm h2 {
		font-size:3em;
		line-height: 1.2em;
	}
		#cooksongoldhm h3 {
		font-size:2.5em;
		line-height: 1.2em;
	}
    #cooksongoldhm h4 {
		font-size:1.6em;
		line-height: 1.2em;
		margin: 3% 0;
		font-weight: normal;;
	}  
	#cooksongoldhm h5 {
		font-size:1.667em;
	}
	#cooksongoldhm h6 {
		font-size:1.250em;
		line-height: 1.2em;
		margin: 3% 0;
		font-weight: bold;	  
	}
	#cooksongoldhm p, .populcat a, .recentorders a, .ideacat a, .ourserv a {
		font-size:1.250em;
		line-height: inherit;
		font-weight: normal;
		
	}
	#ftrBar { margin-bottom:5%;}
	.populcat a, .recentorders a, .ideacat a, .ourserv a, .hmtitle h5 a, .seoblk a, intflg a {
		color:#707070 ;
	}
	#util_srch_frm {
    width: 100% !important;
    height: 50px !important;
    margin-top: 5px !important;
}
	
	/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 1% 0;
}
#header p#cntc_tele {
    top: 3px !important;
}
	
/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
	
.slider .col {
	margin-top: 0 !important;
}	
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
	
	/*  GRIDS */
.span_2_of_2 { width: 100%;}
.span_1_of_2 { width: 49.2%;}	
.span_3_of_3 { width: 100%;}
.span_2_of_3 { width: 66.13%;}
.span_1_of_3 { width: 32.26%;}
.span_4_of_4 { width: 100%;}
.span_3_of_4 { width: 74.6%;}
.span_2_of_4 { width: 49.2%;}
.span_1_of_4 { width: 23.8%;}
.span_5_of_5 {width: 100%;}
.span_4_of_5 {width: 79.68%;}
.span_3_of_5 {width: 59.36%;}
.span_2_of_5 {width: 39.04%;}
.span_1_of_5 {width: 18.72%;}
.span_6_of_6 {width: 100%;}
.span_5_of_6 {width: 83.06%;}
.span_4_of_6 {width: 66.13%;}
.span_3_of_6 {width: 49.2%;}
.span_2_of_6 {width: 32.26%;}
.span_1_of_6 {width: 15.33%;}
.span_7_of_7 {width: 100%;}
.span_6_of_7 {width: 85.48%;}
.span_5_of_7 {width: 70.97%;}
.span_4_of_7 {width: 56.45%;}
.span_3_of_7 {width: 41.94%;}
.span_2_of_7 {width: 27.42%;}
.span_1_of_7 {width: 12.91%;}

	.bx-ribbon-strip, #new_footer, #fNav{
    display: none !important;
}

	#ftrBar {
    background-color:rgba(255,255,255,1.00) !important;
}
	#lt_accreditation_security ul {
    float: left;
}
	
	.bglgrey { background-color:#f2f2f2;padding:0}
	.bggrey { background-color:#f2f2f2; padding: 0;}
	.bgblk { background-color:#000000; color: #ffffff; padding: 0;}
	
	.uspstrap {
		text-align: center;
		

		margin: 0 !important;
		color: #707070;
		font-size:1em;
	}
	
	
	.uspstrap i { margin-right:2%;}
	.uspstrap .col {
    margin: 1% 0 0 1.6% !important;
}
	.uspstrap .col:first-child {
    margin-left: 0 !important;
}
	.uspstrap p, .uspstrap i {
		
		line-height: 1.2;
		padding: 1% 1% 0 1%
	}
		.uspstrap span {
				font-size: 0.8em;
	}
	
	
	.feefousp {
		margin: 0 auto;
		width: 70%;
	}
.feefousp i {
		color:#FFD000;
		margin: 0 1% 5% 0;
    line-height: inherit;
    float: left;
	font-weight:bold;
}
	
.feefousp img {
    width: 40%;
	float: right;
}
	.scrollToTop i {
		    font-weight: bold !important;
	}
	
	.welcomestrap { text-align:center;}
	.hmtitle .carousel_title {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #C8C8C8 ; 
   line-height: 0.1em;
   font-weight: bold;
} 
	
   .hmtitle span { 
    background:#fff; 
    padding:0 25px; 
}


	.herobxalt, .herobx{ margin:0;}
	.txtwrap { padding:10%;}
	.txtwrapalt {
    padding: 60% 10% 10% 10%;
    text-align: center;
}
	.txtwraprd { padding:7%;}
	.seoblk p { margin: 0 0 3% 0;font-size:90%;}
	.seoblk h3 { margin: 0 0 3% 0;font-size:100%;}
	.txtwraprd p,.txtwrap p { margin: 0 0 3% 0}
	.recentorders p, .helplnk p {
		height: 60px;
		overflow: hidden;
		
	}
	.ourserv img {
		width:100%;
		height: 100% !important;
	}
		.populcat p, .ideacat p, .ourserv p {
		height: 100px;
		overflow: hidden;
	}
	.shopby {
		text-align: center;
	}
	.shopby p {
	font-weight: bold;
    padding: 10% 0;
	}
	
	.shopby ul {
		padding: 0;
		margin: 0;
	}
	.shopby .c_tab_panel li {
	margin: 5% 0;
    font-size: 1.5em;
	}
	.shopby img {
    width: 80%;
    margin: 0 auto;
}
	#b_product_tab .c_tab_panel { margin:0}
	#b_product_tab {
    width: 100%;
    border: none;
    display: inline-block;
    margin-top: 0;
    padding: 0 0;
}
	.c_tab_control .c_tab_panel {
    background-color: #f2f2f2 !important;
}
	.c_tab_header a { font-weight:bold;}
	ul.c_tab_header.three li a.active {
   background-color: #f2f2f2 !important;
}
	.c_tab_control ul.c_tab_header li a {
    background-color: #fafafa !important;
	}
	
	.brandscat img {
    width: 50%;
    margin: 0 auto;
}
	.feefoblk {
		
	}
	.feefoblk i {
		color:#FFD000;
		margin: 0 1% 5% 0;
	}
	.feefoblk img { max-width:100%;}
.blkarw {
    border-radius: 50px;
    margin: 15% 0 0 0;
    width: 50px;
    height: 50px;
    background: #fafafa;
}

.blkarw i {
    color: #707070;
    margin: 0 20px 0 18px;
    line-height: 50px;
}
	.carousel img { max-width:100%;}
.recentorders img, .populcat img, .ideacat img, .recentcat img, .ourserv img {
width:  99%;
margin: 0 auto;
border: 1px solid #f2f2f2;
max-width: 100%;
max-height: 290px;
    height: 100% !important;
}
#ofrSgnup .sgnupWrp {
    width: 95%;
    margin: 0px auto;
    display: table;
    height: 100%;
    padding: 1% 0 1% 5%;
    color: #ffffff;
    text-align: left;
}
	#ofrSgnup {
      background-color: #17407c;
	  max-width: 1400px;
	  margin: 0px auto;

}
	#sgnupInp input {
    height: 30px;
}
	.sgnupWrp a {
		text-decoration: underline;
	}
	#ofrSgnup .lft p {
    text-align: left;
    font-size: 0.963em;
    font-weight: normal;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
#ofrSgnup #sgnupBtn {
    font-size: 0.963em;
    width: 50px !important;
    height: 40px;
    line-height: 40px;
}
	#ofrSgnup #sgnupBtn p {
		background-color: #FDB813;
	}
	.sgnupWrp a { color:#ffffff;}
	#sgnupInp {
    height: 40px;
    margin-right: 0;
}
	.sgnupWrp strong{
		font-size: 1.667em;
		line-height: 1.3;
	}
	
	sup {
  vertical-align: super;
  font-size: 0.5em;
}
	
	.ftcntblk {
		text-align: center;

	}
	.ftcntblk h4, .ftcntblk h4 i{font-size: 1.2em;
		line-height: 1.3;}
	.ftcntblk i {margin: 3% 0 3% 3%;        font-size: 1.667em;
		line-height: 1.3;}
	.ftcntblk p {    font-size: 1em !important;}
	.ftcntblk h5 {   width: 45% !important;
    display: inline-block !important;
    float: left !important;
    font-size: 1.6em;
	}
	.ftflgblk li {
		width: 20%;
	display: inline-block;
    float: left;
	}
.ftflgblk img {
    display: inline-block;
    float: left;
    margin: 1% 0 0 0;
}
.ftflgblk p {
    float: left !important;
    display: inline-block;
    padding: 0 0 0 5%;
}
	.ftflgblk a {
	color: #707070 !important
	}
	
	
	.ftcntblk strong{
		text-align: center;

	}
	.ftcntblk strong.contact_link{
		display:inline-block;
		white-space: nowrap;
		height:1.1em;
		margin:auto;
		font-size:1.2em;
	}
	.ftcntblk strong.magazine_link{
		display:inline-block;
		font-size:1.6em;
	}	
	
	
	.ftflgwrap {
		 margin: 2% 0 0 0 !important;
	}
	.ftusp {
    margin: 1% 0 2% 0 !important;
}
	.ftflgwrap .txtwraprd h5 {
		text-align:right;
	}
	.ftusp p {
		text-align:center !important;
		width: 100%
	}
	.ftusp i {
		font-size: 1.6em
	}
	.rightblk  { padding:0;}
	.rightblk img:first-child {
	margin:0 0 3.2% 0 
	}
.rightblk img:last-child {
    margin: 3.3% 0 0 0;
}
	.intstore {
		padding: 2% 0 !important;
		text-align: center;
		max-width: 1400px;
		margin: 0px auto;
	}
	.intstore h5 {
		text-align: center;
        margin: 5% 0;
	}
	.intstore img {
	float: left;
    padding: 0 5px 0 0;
	}
.intstore p {
    font-size: 0.9em;
    text-align: center;
    padding: 0 0 0 3%;
}
	.intstoretp p { text-align: left;}
	.intstore i {
    font-size: 1.5em;
}
	
	.btmftlnk a {
		font-size: 0.8em; text-align: center; padding: 0 1%;; display: inline-block; text-decoration: none; color: #252e35
	}
	.btmftlnk .span_1_of_1 {
	width: 100%;
    text-align: center;
    margin: 0 auto;
}
	
		.ftcntblk {
			float: right !important;
	}
	
.search-form-wrapper {
    display: none;
    left: 0;
    right: 0;
    padding: 5px 20px 10px 20px;
    background: #ffffff;
    width: 100%;
    min-width: 360px;
    margin-left: 0;
    top: 8%;
    position: fixed;
    margin: 0 auto;
    z-index: 999;
}
.search-form-wrapper.open {
    display: block;
}
	
.search-form-wrapper.open #u_srch_btn {
    right: 0 !important;
}
	.search-form-wrapper.open #u_srch_input {
    width: 100% !important;
}
	
		/* NEW COOKSON MENU DROP DOWN */
/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  width: 30%;
  height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 300px;
}

	.nn-dd { margin:0 !important;
	clear: both;
	}	
	.seoblk .txtwraprd {
    padding: 2%;
}
	.fttitle {font-weight: bold;}
	.price {  width: 100%;display: inline-block;}
	.redprice {  color: #D12229; width: 100%;display: inline-block;}
	
	#lt_accreditation_payments i {
		font-size: 2.5em;
	}	
	#lt_accreditation_payments {
    vertical-align: top !important;
}
#lt_accreditation_payments .visa img {
    width: 100px !important;
    margin: 0 0 0 10px;
}
		#lt_accreditation_payments .mastercard img {
		width: 60px !important
	}
#lt_accreditation_payments .paypal img {
    width: 136px !important;
    margin: 0 10px 0 0px;
}
	
	
	#lt_accreditation_payments li {
    float: right !important;
}
	
	
/*  GO FULL WIDTH RESPONSIVE CSS */
	
		@media only screen and (max-width: 1200px) { 
		
			.uspstrap p, .uspstrap i {
				font-size: 1em;
	}
			.feefousp i {
				font-size: 0.8em
}
			

			
	}
	
	
	@media only screen and (max-width: 1100px) { 
		
				.uspstrap p, .uspstrap i {
				font-size: 0.9em;
	}
			.feefousp i {
				font-size: 0.7em
}

	.intstore .span_1_of_5 {
    width: 18.72%;
}.intstore .intflg {
    padding: 0 3%;
}
		.intstore img {
    float: none;
    padding: 0 5px 0 0;
    margin: 0 auto;
}
		.intstore p {
    font-size: 0.9em;
    text-align: center;
    padding: 0 0 0 3%;
}
		.intstore .span_6_of_6 {
    width: 98%;
}
		.intstore .intflg {
    padding: 0 3%;
}
		.intstore .span_1_of_4, .intstore .span_3_of_4 {
    width: 98%;
}
		.intstore h5 {
    margin: 0% 0;
}
	
   #ofrSgnup span.rgt {
    width: 99% !important;
}
    #ofrSgnup span.lft {
    width: 99% !important;
}
		
		#u_srch_input {
    height: 48px !important;
    font-size: 14px !important;
    width: 60% !important;
    margin-left: 10%;
}
		

	
	
	
	}
	@media only screen and (max-width: 1050px) { 
li#nid_New { 
Display:none;
}

.navigation-portrait .nav-menu>li {
	width: 25%;
}
	}
	
@media only screen and (max-width: 960px) {
	
		
.uspstrap p, .uspstrap i {
text-align: center;
float: none;
	}
.feefousp img {
    width: 50%;
    float: none;
	margin: 0 auto
}
}
		
@media only screen and (max-width: 900px) {
	
#lt_accreditation_payments li {
float: right !important;
padding: 10% 0 0 0 !important;
}		
}	
		

@media only screen and (max-width: 850px) {
	

	
	.headicons .col {
    float: left!important;
}
	
	#bkt_qty {
      top: auto !important;
    margin-left: 3%;
		right:5%;

}

.view_mobile .span_1_of_6{
z-index:1001 !important;
}
			.search-form-wrapper {
z-index:1001 !important;
top:15% !important;
		}
	
			#u_srch_input {
    margin-left: 0%;
}
	
	.headicons p {
    font-size: 1em;
}
			.ftcntblk {
    width: 100% !important;
	padding: 0px;
}
.recentorders img, .populcat img, .ideacat img, .recentcat img, .ourserv img {
    max-height: 300px;
    width: 99.5%;
}
	.span_1_of_2,.span_3_of_3,.span_2_of_3,.span_1_of_3,.span_4_of_4,.span_3_of_4,.span_2_of_4,.span_1_of_4,.span_2_of_2, .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5, .span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7 { width: 100%;}

	.col { 
		margin: 1% 0 1% 0%;
	}
	#cooksongoldhm h5 {
    font-size: 1.2em;
}

.view_mobile .span_6_of_6  {width: 100%; text-align: center}
.view_mobile .span_5_of_6 {width: 83.06%; text-align: center}
.view_mobile .span_4_of_6 {width: 66.13%; text-align: center}
.span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 {width: 31.3%;}

.view_mobile .span_3_of_6 {width: 49.2%; text-align: center}
.view_mobile .span_2_of_6, .fixedmetal .span_2_of_6 {width: 32.26%; text-align: center}
.view_mobile .span_1_of_6, .fixedmetal .span_1_of_6 {width: 16.33%; text-align: center;margin: 1% 0 1% 0;} 
	.headicons i, #mb_nav_ico i{
		font-size:1.5em !important;
		text-align: center !important;
		margin-top: 15% !important;
		color: #707070
	}
		#u_srch_btn i {
		color: #ffffff;
			font-size: 0.8em
	}
	#u_srch_input input {
		font-size: 0.7em;
	}
	
	
	.view_mobile .section {
    margin: 0 ;
}

#mb_nav_ico {
    float: none;
    margin: 10% auto 0 auto;
}

	#mob_hdr { width:100%;}
.sticky {
    position: fixed;
    top: 0;
    width: 96%;
    margin-left: 0;
    margin-right: 0;
}
	.mobheader {background-color: #fff;    z-index: 999;}
	.mobphone i {margin-top: 1% !important; color: #17407c}
	.mobphone p, .mobphone a  { color: #17407c}
	
	.moblogo {
    display: block;
    margin-top: 1%;
}
	 .mobphone { display:none;}
	.sticky .moblogo { display:none;}
	.sticky .mobphone { display:block;padding: 5% 0 0 0;}
	
	#wrapper {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

		.rightblk img:first-child {
	margin:1% 0 2% 0 
	}
		.rightblk img:last-child {
	margin:1% 0 0 0 
	}
	
	
	.recentorders .span_1_of_4, .populcat .span_1_of_4, .ideacat .span_1_of_4, .ourserv .span_1_of_4, .recentcat .span_1_of_4, .ourserv .span_1_of_4, .ftblk .span_1_of_4 { width: 48%;  display: block;
  flex: 1 0 auto;
  flex-direction: row;
  flex-wrap: wrap;}
	.recentorders .col, .populcat .col, .ideacat .col, .ourserv .col, .recentorders .col:first-child, .populcat .col:first-child, .ideacat .col:first-child, .ourserv .col:first-child, .fixedmetal .col, .fixedmetal .col:first-child, .recentcat .col, .recentcat .col:first-child, .ourserv .col, .ourserv .col:first-child, .feefoblk .col, .feefoblk .col:first-child,  .ftblk .col, .ftblk .col:first-child {margin: 1%;max-height:550px;}
	.brandscat .span_1_of_5 { width: 32.26%;}
	
	.fixedmetal .span_2_of_6, .fixedmetal .span_1_of_6 { width: 48%;}
	.feefoblk .span_1_of_7, .feefoblk .span_2_of_7{ width:  22%;}
	.feefoblk .span_2_of_7{ width:  45%;}

	.hideme, .fixedmetal { display:none;}
	.hmtitle h5 {
    line-height: 1em;
		border-bottom:none;}
		
		.title_line {
    line-height: 1em;
		border-bottom:none;}
	
	.shopby .c_tab_panel li {
    margin: 2%;
}
	
	.fixedmetal {
    padding: 1.5% 0 !important;
}
	.intstore .span_6_of_6 {
    width: 99.9%;
}
	.intstore .intflg {
    padding: 0 3%;
}
	.intstore .span_1_of_5 {
    width: 19.72%;
}
	.intstore img {
    float: none;
    padding: 0 5px 0 0;
    margin: 0 auto;
}
	.intstore p {
    font-size: 0.9em;
    text-align: center;
    padding: 0 0 0 3%;
}
	.nav-toggle:before {
    top: 20px;
}

			.mobheader {

}
	
		.sticky-banner {
		background-color:#243d77;
		color:#ffffff; 
		font-size:14px;
		color:#ffffff;
		text-align:center;
		display: inline-block;
		width: 100%;
        padding: 3px 0;
	}
	#corona-banner { display:none !important;}
	.sticky-banner i, .sticky-banner q {
		color: #fbba00;
		margin-top: 0 !important;
		font-size: 14px !important;
	}
	
	
	
	
	}
	@media only screen and (max-width: 780px) { 
	.search-form-wrapper {
    top: 75px;
}
	
	
	}
	
	
	@media only screen and (max-width: 670px) {
.search-form-wrapper {
    top: 73px;
}
		
		
		.search-form-wrapper {
    min-width: 300px;
    margin-left: 0;
}
	
	#ofrSgnup span.lft {
    width: 90%;
}
			.intstore {
		text-align:center;
	}
.intstore img {
    padding: 0 5% 0 50%;
}
.intstore .span_1_of_5 {
    width: 18.72%;
}
.intstore .intflg {
    padding: 2% 10% 0 10%;
    text-align: center;
    float: none;
}
		.intstoretp .intflg p { display:none;}
.ftcntblk, .intstore .span_6_of_6 {
    width: 100% !important;
}
	.ftcntblk .span_6_of_6 {}
	
	.intstore p {
    padding: 0%;
}
	.feefoblk img {
    max-width: 98%;
}
	.intstore i {
    margin-top: 10px;
}
		#cooksongoldhm p, .populcat a, .recentorders a, .ideacat a, .ourserv a {
    font-size: 1em;
}
		
	}
@media only screen and (max-width: 580px) {	
	.mobphone span  {display: none;}
		.mobheader {
    padding: 2% 0 0 0;
}
	
	.search-form-wrapper {
    top:8%;
}
		
		
		}
	
	@media only screen and (max-width: 450px) {
	#bkt_qty {
		right:2%;
	}		
	.search-form-wrapper {
    top: 10%;
}
.span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 {width: 47.9%;}
		
		
		}
	
.ftblk a{
color:#444;
text-decoration: none !important;
}
.footer_link{
color:#444;
text-decoration:none;
}
.footer_link:hover{
text-decoration:underline;

}
