
html {
    height: 100%;
}

html {
	font-size: 100%; /*100%; */
	display: block;
}

* {
  box-sizing: border-box;
}

*:focus {
	/*border: 4px solid orange;*/
}
body{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: visible;
	margin: 0;
    background-color: #faf8f5;
    text-align: left;
    /*min-width: 56.25em;*/
    background-position: center;
    background-repeat: repeat-y;
    font-family: 'Outfit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer-row {
    margin-top: auto;
}

section.burger {
	width: 2em; /*36px;*/
	padding-left: .222em;  /*4px;*/
	color: #fff;
	border-right: 1px solid black;
}
@media (orientation: landscape) {
	nav a {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		display: block;
		/*padding: .75em 0em;*/
		/* margin-bottom: 40px; */
	}
}
div#redirect-message {
   background: #efefef;
   color: #202020;
   display: block;
   margin: 0;
   padding: 25px;
   text-align: center;
}
div#redirect-message-card {
   background: #fff;
   padding: 25px;
   box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
div#redirect-message h2 {
   color: #202020;
}
div#redirect-message p {
  /* margin-bottom: 0;*/
}
.topbar_first {
	background-color: #1b2838;
	color: #1b2838;
	padding-left: 15px;
	width: 100%;
}
.topbar_first a:focus{
	text-decoration: underline;
}	
.smallText {
	font-size: 8px;
	text-align: center;
}
.searchSect {
	display: flex;
	flex-direction: row;
    margin-left: 10px;
}

/* === Utility Bar === */
.utility-bar {
    background-color: #1b2838;
    color: rgba(240,236,230,0.85);
    font-size: 0.75rem;
    letter-spacing: 0.03em;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.utility-bar-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 36px;
}
.utility-left,
.utility-center,
.utility-right {
    display: flex;
    align-items: center;
}
.utility-phone {
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.05em;
}
.utility-phone i {
    color: #c5953a;
    margin-right: 5px;
    font-size: 0.7rem;
}
.utility-tagline {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-size: 0.85rem;
    color: #c5953a;
}
.utility-shipping {
    font-weight: 500;
}
.shipping-highlight {
    color: #e85d4a;
    font-weight: 700;
}
.shipping-note {
    color: rgba(240,236,230,0.5);
    font-size: 0.7rem;
    margin-left: 6px;
}
.utility-bonus {
    margin-left: 12px;
}
.utility-login {
    color: rgba(240,236,230,0.85) !important;
    font-weight: 500;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: color 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.utility-login:hover {
    color: #c5953a !important;
}

/* === Main Header === */
.main-header {
    background-color: #fff;
    border-bottom: 1px solid #e2ddd6;
    box-shadow: 0 1px 3px rgba(27,40,56,0.06);
}
.main-header-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}
.header-logo {
    flex-shrink: 0;
}
.header-logo .logo {
    max-height: 38px;
    width: auto;
}

/* === Header Actions (search + cart) === */
.header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}
.header-search {
    display: flex;
    align-items: center;
    margin: 0;
}
.header-search #searchfield {
    width: 180px;
    height: 36px;
    border: 1px solid #d4cfc8;
    border-right: none;
    border-radius: 6px 0 0 6px;
    padding: 0 12px;
    font-size: 0.8125rem;
    font-family: 'Outfit', sans-serif;
    background: #faf8f5;
    color: #2a2a2a;
    margin: 0;
    transition: border-color 280ms ease, box-shadow 280ms ease;
}
.header-search #searchfield::placeholder {
    color: #a09a92;
}
.header-search #searchfield:focus {
    border-color: #c5953a;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(197,149,58,0.12);
}
.header-search button {
    height: 36px;
    width: 40px;
    border: 1px solid #d4cfc8;
    border-left: none;
    border-radius: 0 6px 6px 0;
    background: #faf8f5;
    color: #6b6560;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    padding: 0;
    margin: 0;
    transition: all 280ms ease;
}
.header-search button:hover {
    background: #c5953a;
    border-color: #c5953a;
    color: #fff;
}

/* === Cart Link in Header === */
.header-cart-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 280ms ease;
    text-decoration: none !important;
}
.header-cart-link:hover {
    background: rgba(197,149,58,0.08);
}
.header-cart-icon {
    position: relative;
    font-size: 1.25rem;
    color: #1b2838;
    line-height: 1;
    background: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
.header-cart-icon:hover {
    background: none;
    margin: 0;
    width: auto;
    height: auto;
}
.cart-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #c5953a;
    color: #fff;
    font-size: 0.625rem;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-family: 'Outfit', sans-serif;
}
.header-cart-text {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    float: none;
}
.cart-total {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2a2a2a;
    font-family: 'Outfit', sans-serif;
}

.marginTop30 {
	margin-top: 30px;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.searchform0 {
	/*
	margin-top: .6em;
	min-width: 140px;
	*/
}
.container {
   color: white;
   background-color: #1b2838;
   width: 100%;
}

.container p {
	color: #c5953a;
	margin-top: 5px;
}	
/* ===== Menu ======================================================================================================== */
input#toggle[type=checkbox] {
   position: absolute;
   top: -9999px;
   left: -9999px;
}
label { 
  /*-webkit-appearance: push-button;
  -moz-appearance: button;*/ 
  display: inline-block;
  /*margin: 10px 0 10px 0;*/
  cursor: pointer;
}

/* Default State */
/*div.container {*/
.menu-main {
	position: absolute;
   top: -9999px;
   left: -9999px;
   width: 400px;


}
.menu-sub {
	z-index: 1000;
}
/* Toggled State */
input[type=checkbox]:checked ~ div {

   /*position: relative;*/
   top: 45px;
   left: 0;

   width: 400px;
   text-align: left;   
   /*background-color: white;*/
}
/* ===== Menu ======================================================================================================== */

.visuallyhidden { 
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
.freeshipDiv {
	float:left;
}

.headercartDiv{
	float:left;
}

.yearsDiv{
	float:left;
}
.smallcart {
	font-size: .75em;
	color: #572500;
}	
.freebox {
	background-color: #fff;
	padding: 2px;
	border: 2px solid #f68b2a;
	border-radius: 5px;
}	
.number_png {
	clear: right;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-size: 12px;
	text-align: center;
}
/*
.cartImg {
	float:left;

	background-image: url('../images/shopping-cart-black-shape.svg');
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
*/
.items_cost {
    float: left;
    padding: 16px 0 0 3px;
    margin-left: 2px;
}
.flextop {
	/*width: 500px;*/
	/*border: solid 1px #000;*/
	display: flex;
	justify-content: flex-start;	
}	
.red {
    color: #dc0000;
}
/*
.searchbutton {
    text-decoration: none;
    background-color: #f40a0a;
    color: #fcf9f9;
	margin-top: 8px;
    border: 0;
    height: 28px;
}
*/

.cartImg {
	margin-top: 15px;
	background-image: url('../images/shopping-cart-icon-blue.png');
	
	display: block;
	height: 2.5em;
	width: 2.5em;
	/*font-size: 2.5em;*/
	/*border: 1px solid red;*/
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;

}
.cartImg:hover {
	margin-top: 15px;
	background-image: url('../images/shopping-cart-icon-orange.png');
	display: block;
	height: 2.5em;
	width: 2.5em;
	/*font-size: 2.5em;*/
	/*border: 1px solid blue;	*/
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
}

/*
#searchfield {
    height: 1.8rem;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: .75rem;
    margin-top: .7em;	
}
*/
#contents {
	width: 100%;
	height: 800px;
	background-color: pink;
}

.slogan {
    font-size: 12px;
    text-align: center;
}

.celeb_png {
    clear: both;
    margin: -.63em auto 0 auto;
    text-align: center;
    padding: 0;
    font-size: .625em;
    color: #572500;
}
body > div.sticky > div.border_bottom_1 > div.large-2.medium-3.small-6.yearsDiv > div.celeb_png > span {
display: inline;	
}
.small {
	/*display: none;*/
}
.medium {
	/*display: none*/;
}
.large {
	/*display: none;*/
}
.member_login {
    clear: right;
    text-align: center;
}

.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.member_login a {
    color: #077acc;
    content: " ";
}
/*
.advanced_search a span{
	color: #fff;
}
*/
.advanced_search a:hover span {
	color: #ffa500;
}
.bg_blue {
    background-color: #1b2838;
}
.bg_black {
    background-color: #000;
}
.fullWidth {
    left: 0;
    margin-left: 0;
    max-width: none;
}
/*
.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5em;
}
*/
.scroll {
    overflow-y: scroll;
}
.height_350 {
    height: 350px;
}
.height_500 {
    height: 500px;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
	text-align: right;
}
ul, li {
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
}

.color_blue {
    color: #1b2838
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    font-weight: 600;
    font-style: normal;
    color: #2a2a2a;
    text-rendering: optimizeLegibility;
    margin-top: .2rem;
    margin-bottom: .5rem;
    line-height: 1.3;
}
h3 {
    font-size: 1.5rem;
}

.betweenDiv {
    display: flex;
    justify-content: space-between;
}

.footer {
    clear: both;
    background-color: #1b2838;
    color: rgba(240,236,230,0.75);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 24px 16px;
	font-size: 13px;
	margin-top: 0;
    line-height: 1.7;
    font-family: 'Outfit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border-top: 3px solid #c5953a;
}

.w3-button {
	margin: 0 0 1.25rem;
}
.border {
    border: solid 1px #DDD;
}
.white {
    background-color: white;
}
/*
.row:before, .row:after {
    content: " ";
    display: table;
}
*/
.cart_thumb {
    margin-right: 5px;
    float: left;
}
.row:after {
    clear: both;
}
.grey {
    background-color: #E0E0E0;
}

.text_align_right {
    text-align: right;
}
.bold_black {
    font-weight: 700;
}
a {
    color: #1b2838;
    text-decoration: none;
    line-height: inherit;
    transition: color 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.logoDiv a {
	color: #f1f1f3;
}
a:hover, a:focus {
    color: #c5953a;
}

a:hover {
    cursor: pointer;
}
.bg-white {
    background-color: #fff;
}
/*
.scroll {
    overflow-y: scroll;
}
*/

.w3-container { z-index: 102;}
.header_facebook:focus,.header_facebook:hover,.header_twitter:focus,.header_twitter:hover {
    border: 2px solid #fb7f19
}
/*  colors */


.w3-acblue{
	color:#fff!important;
    background-color: #1b2838!important;
    border-color: #1b2838!important;
    border-radius: 8px !important;
    font-family: 'Outfit', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em;
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.w3-acblue:hover{color:#fff!important;background-color:#c5953a!important}

#adv_search_txt::before {
	content: "Adv. ";
}
#adv_search_txt::after {
	content: "Search";
}
#content-mid {
	height: auto;
	border: 1px solid #e2ddd6;
	font-weight: bold;
	overflow: visible;
}

.content-mid0 {
	height: auto;
	font-weight: bold;
	overflow: visible;
}

/* === Brands Grid (4 columns, alphabetical top-to-bottom) === */
.brands-grid {
	column-count: 4;
	column-gap: 24px;
	padding: 8px 0;
}
.brands-grid a {
	display: block;
	padding: 4px 0;
	font-size: 0.875rem;
	font-family: 'Outfit', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #1b2838;
	text-decoration: none;
	line-height: 1.6;
	break-inside: avoid;
	transition: color 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.brands-grid a:hover {
	color: #c5953a;
}

@media (max-width: 63.999em) {
	.brands-grid {
		column-count: 3;
	}
}
@media (max-width: 40em) {
	.brands-grid {
		column-count: 2;
	}
}
i.demo-icon {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  height: 3px;
  width: 3px;
}

.icon-right-dir {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.icon-down-dir {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

i.demo-icon2 {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  height: 3px;
  width: 3px;
}

.icon-right-dir2 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.icon-down-dir2 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


.table-sort-button {
    border: 1px solid transparent;
    padding: 0;
    background-color: transparent;
    color: inherit;
    font-weight: inherit;
    margin-bottom: 10px;
}


.table-sort-button:hover,.table-sort-button:focus {
    border: 1px solid black;
    color: inherit;
    background-color: transparent
}
.centeredDiv {
    display: flex;
    justify-content: center;
	min-height: 64px;
}

div.main.shopping_cart {
    /*float: left;*/
    border: 1px solid #595959;
    min-height: 300px;
    width: 90%;
	margin-left: auto;
	margin-right: auto;
    overflow: auto;
    text-align: left;
    padding: 10px;
}
.checkoutContainer {
	display: flex;
	flex-direction: row;	
	/*justify-content: center;*/
	
}
.shippingH {
    margin: 0;
    padding: 0 10px;
}

.underline {
    text-decoration: underline !important;
}
.nomargin {
    margin: 0 !important;
}

h1 {
    font-size: 2.125rem
}

h2 {
    font-size: 1.6875rem
}

h3 {
    font-size: 1.375rem
}

h4 {
    font-size: 1.125rem
}

h5 {
    font-size: 1.125rem;
}

h6 {
    font-size: 1rem
}

p.regP input {
    display: inline;
}
.infotable table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
    border-collapse: collapse;
    line-height: .9rem;
}
p.regP {
    clear: both;
    width: 15em;
}
label {
    font-size: .7778rem;
    width: 200px;
    text-align: left;
}
.row .row {
    width: auto;
    margin-left: auto!important;
    margin-right: auto!important;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
}

.prod_detail_desc2 {
    min-width: 200px;
    float: left;
    border: 1px solid #000;
    background-color: #FFF;
    margin: .5em 0 1em 10px;
    padding: 1em;
    display: table;
    float: right;
    clear: both;
}
.prod_detail_desc3 {
    width: 150px;
    float: right;
}
.availgreen {
    background: none repeat scroll 0 0 #B9FFB9;
}
nav.megamenu.top-bar {
    background-color: #1b2838;
}
.row .row {
    width: auto;
    margin-left: auto!important;
    margin-right: auto!important;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
}

.pndr01 {
    padding: 0 .25em;
}

.cart_row {
    display: flex;
}

button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;

}
.main {
	padding: 10px;
}

.specials2_li {
	//color: #ff6600;
	//color: #ffa500;
	color: #bf9840;
}

.specials2_li a {
	color: white;
}
.specials2_li a:hover {
	color: #ff6600;
}

.color_white {
	color: white;
}
.prem_whse2 {
    float: left;
    height: 100%;
    color: #FFF;
    font-weight: 700;
    padding-top: 5px;
}
.img-responsive {
	/*display: block;*/
    max-width: 100%;
    height: auto;
	padding-bottom: 10px;
}

.divBorder {
	/* border: 1px solid red; */
	display: inline-block;

}

.shippingShow {
	text-align: left; 
}
.shippingData {
	display: none;	

}


