	/* Tabs container */
.r-tabs {
	position: relative;
	background-color: black;
	border-top: none;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: none;

}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    background-color: #FDB813;
    width: 33.33333333333333%;
    float: left;
	text-align: center;
	text-decoration: underline;
}

	
/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	color:#000000;
	display: inline-block;
	padding: 10px 12px;
	text-decoration: none;
    font-size: 15px;
	padding-top: 25px !important;
    padding-bottom: 25px !important;
text-decoration: none;
}
	
		.r-tabs-state-active {
		background-color: black !important;
		text-decoration: none !important;
	}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #FDB813;
	text-shadow: none;
	background-color: black;
    font-weight: normal;
    font-size: 18px;
	padding-top: 25px !important;
    padding-bottom: 25px !important;
}
	

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: black;
	border-bottom: 4px solid black;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;

}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    background-color: #FDB813;
    text-shadow: none;
    font-weight: normal;
    font-size: 18px;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    color: #000000;
    text-align: center;
    border-bottom: 2px solid white;
	text-decoration: none;
}
	.r-tabs-accordion-title a:after {
		content: "\f078";
   font-family: "Font Awesome 5 Pro";
    font-weight: light;
    text-decoration: inherit;
    position: absolute;
    right: 13px;
    color: #707070;
		
	}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #000000;
	color: #FDB813;
	text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

/* Search Icon Fix */

#wrapper .cg-header__search__submit {top:0}

/* End Search Icon Fix */

/* Buttons */

/* JS Addedd #cooksongoldscrap 28/01 */

#cooksongoldscrap button {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	line-height: 100%;

	color: #fff;
	font-size: 14px;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	vertical-align: middle;
	font-weight: bold;
	
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #00c5ad;
	box-shadow: 0px 3px 0px 0px #00ab94;
	
	cursor: pointer;
}

/* Info bar */
.info {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	width: 300px;
	line-height: 100%;

	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	font-size: 14px;
	color: #00c5ad;
	border: 2px solid #00ab94;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;

	cursor: pointer;
} 
	
	.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}
	.r-tabs .r-tabs-tab a:active, .r-tabs .r-tabs-tab a:visited {
		color: #000000;
	}

.r-tabs .r-tabs-panel {
    padding: 0;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .txtwraprd {
	padding: 10% 10% 0 10%!important;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}
	
#cooksongoldscrap {
		color:#000000;
		font-size: 12px;
			
	}
	
	#cooksongoldscrap h1 {
		font-size:4em;
		line-height: 1.2em;
		    font-weight: normal;
	}
#cooksongoldscrap h2 {
    font-size: 2em;
    line-height: 1.2em;
    font-weight: normal;
    padding: 3% 3% 3% 0;
}
		#cooksongoldscrap h3 {
		font-size:2.5em;
		line-height: 1.2em;
			    font-weight: normal;
	}
    #cooksongoldscrap h4 {
		font-size:1.6em;
		line-height: 1.2em;
		margin: 3% 0;
		font-weight: normal;;
	}  
	#cooksongoldscrap h5 {
		font-size:1.667em;
		    font-weight: normal;
	}
	#cooksongoldscrap h6 {
		font-size:1.250em;
		line-height: 1.2em;
		margin: 3% 0;
		    font-weight: normal; 
	}
	#cooksongoldscrap p, .populcat a, .recentorders a, .ideacat a, .ourserv2 a {
		font-size:1.250em;
		line-height: inherit;
		font-weight: normal;
		padding: 2% 0;
		
	}
	#cooksongoldscrap .section {
    clear: both;
    padding: 0px;
    margin: 2% 0;
}
	#cooksongoldscrap img {
		text-align: center;
		margin: 0 auto;
		max-width: 100%;
	}
	.bgblk { padding:0;}
	.helplnk .txtwraprd {
    max-height: 250px !important;
    min-height: 200px;
}
	.helplnk h6 {
    font-size: 1.9em;
    line-height: 1.2em;
    margin: 3% 0;
    font-weight: normal;
}
	
	.helplnk img, .faqblk img {
    width: 100%;
}
		.helplnk p {
		height: 60px;
		overflow: hidden;
	}
	.helplnk h6, .helplnk p{ color:#ffffff}
	.txtgold a, .txtgold, .txtgold p, .txtgold  {color:#FDB813}
	.scraphead {
		background-image: url("/assets/images/scrp/scrap-curve.png");
		background-position: left;
		background-size: cover;
	}
	.scraphead em { color:#FDB813;}
	.scraphead p { font-size:1.6em}
	.scraphead h1, .scraphead p {
    color: #ffffff;
    max-width: 480px;
}
	.uspscrap, .scraphead { margin:0 !important;}
	.uspscrap {
		background-color: #FDB813;
		text-align: center;
		color:#000000;
		padding: 0 3% !important;
	}
	.uspscrap i {
    font-size:3em;
    text-align: center;
}
	#cooksongoldscrap .txtwraprd {
    padding: 10%;
}	
	#cooksongoldscrap .txtwraprd a {
    color: black;
	text-decoration: underline;
}	

#cooksongoldscrap .ourserv2 .txtwraprd a {
	color: #f2b817;
}

#cooksongoldscrap .span_1_of_2 .txtwraprd a{
	color:white;
}
	#cooksongoldscrap .txtwraprd a:hover {
    color: white;
	text-decoration: underline;
}
    #cooksongoldscrap .c_tab_control .txtwraprd {
    padding: 0 10%;
}	
	#cooksongoldscrap .faqblk .txtwraprd {
    padding: 0 10% !important;
}	
	#cooksongoldscrap .scraphead .txtwraprd {
    padding:3% 15% 0 10%;
}
	.blkbg {
		background-color:#000000;
		color:#ffffff;
	}
	.goldbg {
		background-color:#FDB813
	}
	.nomarg { margin:0 !important;
	padding: 2% !important; }
	
	
	#cooksongoldscrap #b_product_tab .c_tab_panel { margin:0}
	#cooksongoldscrap #b_product_tab {
    width: 100%;
    border: none;
    display: inline-block;
    margin-top: 0;
    padding: 0 0;
}
	#cooksongoldscrap .c_tab_control .c_tab_panel {
    background-color: #000000 !important;
}
	#cooksongoldscrap .c_tab_header a { font-weight:normal;}
	#cooksongoldscrap ul.c_tab_header.three li a.active {
   background-color: #000000 !important;
   color: #ffffff;
}
	#cooksongoldscrap .c_tab_control ul.c_tab_header li a {
    background-color: #FDB813 !important;
	}
	.tabtxt {
		padding: 2% 0;
	}
	.vidblk { padding: 5% 0 1% 0; text-align: center;}
	.vidblk img { width: 80%;}
	#b_product_tab .txtwraprd {
		padding: 5%;
	}
	.fixedmetal { display:none;}

.rndbtn {
    background-color: #ffffff;
    color: #000000;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 15px;
    max-width: 400px;
    /* margin-top: 60%; */
	margin-top: 6%;
    text-align: center;
    /* margin-left: 15%; */
}
	.scrapblk {
		text-align:center;
	}
	#cooksongoldscrap .c_tab_header a {
    font-weight: normal;
    font-size: 18px;
}
	.c_tab_control ul.c_tab_header li a {
    padding-top: 25px !important;
    padding-bottom: 25px  !important;
}
	
	#cooksongoldscrap .c_tab_control ul.c_tab_header li a {
		text-decoration: underline;
	}
	
	#cooksongoldscrap ul.c_tab_header.three li a.active {
    text-decoration: none;
}
	.quotefm {
		padding: 0 0 10% 10%;
		    height: 130px;
	}
	.quotefm input, .quotefm textfield {
    padding: 5px 10px;
    height:45px;
    display: inline-block;
    float: left;
	box-sizing: border-box;
}
.quotefm select {
    padding: 10px 10px 7px 10px;
    line-height: 140px;
    height: 45px;
	display: inline-block;
    float: left;
	margin: 0 5px;
}
	
.quotefm input[type="submit" ]{
	padding: 5px 20px;
    height: 45px;
    display: inline-block;
    float: left;
    background-color: #FDB813;
    border: none;
}
	.quotefm input[type="submit" ]:hover{
		background-color: #b58a10;
	}
	.faqblk p, .faqblk h5 {
		padding: 5% 0;
	}
	/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 1% 0;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.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%;}
	
	.welcomestrap { text-align:center;}
	.hmtitle h5 {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #C8C8C8 ; 
   line-height: 0.1em;
   margin: 10px 0 20px; 
   font-weight: bold;
} 
	.hmtitle h2 {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #C8C8C8 ; 
   line-height: 0.1em;
   margin: 10px 0 20px; 
   font-weight: bold;
} 
	
   .hmtitle span { 
    background:#fff; 
    padding:0 25px; 
}
	.bglgrey { background-color:#f2f2f2;padding:0}
	.bggrey { background-color:#f2f2f2; padding: 0;}
	.bgblk { background-color:#000000; color: #ffffff; padding: 0;}

	@media only screen and (max-width: 1100px) { 
		
#cooksongoldscrap h5 {
    font-size: 1.2em;
}
		#cooksongoldscrap h1 {
    font-size: 3em;
}
		
		
	}
	
@media only screen and (max-width: 850px) {
.recentorders .col, .populcat .col, .ideacat .col, .ourserv2 .col, .recentorders .col:first-child, .populcat .col:first-child, .ideacat .col:first-child, .ourserv2 .col:first-child, .fixedmetal .col, .fixedmetal .col:first-child, .recentcat .col, .recentcat .col:first-child, .ourserv .col, .ourserv2 .col:first-child, .feefoblk .col, .feefoblk .col:first-child,  .ftblk .col, .ftblk .col:first-child {margin: 1%;max-height:550px;}
		.recentorders .span_1_of_4, .populcat .span_1_of_4, .ideacat .span_1_of_4, .ourserv2 .span_1_of_4, .recentcat .span_1_of_4, .ourserv .span_1_of_4, .ftblk .span_1_of_4 { width: 48%;  display: flex;
 flex: 1 0 auto;
  flex-direction: row;
  flex-wrap: wrap;}
  }	
	
	@media only screen and (max-width: 840px) { 
		
	.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%;
		position: initial;
	}
		
	.scraphead {
    background-position: 30% 50%;
}
		
		
.rndbtn {
    max-width: 280px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

		.quotefm {
    padding: 5% 0 0 4%;
    height: auto;
}
		.quotefm input, .quotefm textfield {
    width: 45%;
}
		
		.quotefm select {

    width: 45%;
}
		

		.quotefm input[type="submit" ] {
    width: 91%;
    margin: 2% 0 0 0;
}

	#cooksongoldscrap .txtwraprd {
    padding: 5%;
}
		
		#cooksongoldscrap .scrapblk .span_1_of_6, #cooksongoldscrap .scrapblk .span_2_of_6, #cooksongoldscrap .scrapblk .span_3_of_6, #cooksongoldscrap .scrapblk .span_4_of_6, #cooksongoldscrap .scrapblk .span_5_of_6, #cooksongoldscrap .scrapblk .span_6_of_6 {
    width: 100%;}
		
		.c_tab_control ul.c_tab_header.three li {
    width: 100%;
    float: left;
}
		.hmtitle h5 {
margin: 0;
}
		.hmtitle h2 {
margin: 0;
}
		
		
		
		
	}
	
