/* BS OVERRIDE */
.row { --bs-gutter-x: 1.2rem;}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #C60800;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #C60800;
    --bs-btn-hover-border-color: #C60800;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #C60800;
    --bs-btn-active-border-color: #C60800;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

/* GENERAL */r
main.container-fluid { padding:0; }

.inner-wrapper {max-width:1420px;margin:0 auto; }

body.overlay:before {
    background-color: var(--wp--preset--color--black);
    content: "";
    height: 100vh;
    opacity: .2;
    pointer-events: unset;
    position: fixed;
    width: 100vw;
    z-index: 9998;
}
.site-header__search-toggle {display:none !important;}

/* HIDDEN */
#svgs,
.selected-details #clear,
.signup-cart .message-wrap span {display:none;}


/* FONTS */
html body,
.featured-block p,
nav.filters ul li a,
.select-all-wrap label,
.product label{ font-family: Arial, sans-serif; }

section.product-section h2,
.product .details span.brand,
button.submit-button,
#confirmation h2 {font-family: 'neue-haas-grotesk-display';}

.hscope-wrapper select,
.hscope-wrapper input,
.hscope-wrapper .bday-wrap span { font-family:proxima-nova,arial,sans-serif; }

.featured-block h1,
.product .caption h3 {font-family: "Bebas Neue", sans-serif; font-weight: 400; font-style: normal;}


/* HEADER */
.site-header__bar {display:none;}
.site-header {height:auto;}
#header-wrap time { display:block;text-align:center; background-color: #000;  color: #fff; font-weight: 700; letter-spacing: -.01em; text-transform: uppercase;line-height: 20px; font-size: 12px; }

/* FOOTER */
footer.cart-visible {padding-bottom: 120px;}
footer .apps,
footer .socials {
font-size: 18px;
font-weight: 700;
line-height: 18px;
letter-spacing: 0.02em;
text-align: center;
	color:#000;
}
footer .apps span {position:relative;top:-15px;}
footer .apps img {height:40px;width:auto;margin:0 5px;}
footer .socials span {position:relative;top:-13px;}
footer .socials img {height:36px; width:auto;margin:0 2px;}
footer hr {margin:40px 0 20px !important; height:1px; background:#CCCCCC;border:0;opacity:1;}
footer p.disclaimer { 
font-size: 14px;
font-weight: 400;
line-height: 16.1px;
text-align: center;
 }
footer p.disclaimer, footer p.disclaimer a {color:#585858;}

/* FEATURED BLOCK */
.featured-block { text-align:center; background:#000; padding-top: 19px !important;padding-bottom: 19px !important;}
.featured-block h1 {font-size:100px;line-height:100px; color:#fff; margin: 0;}
.featured-block p {color: #F7CB00; font-size: 16px; font-weight: 700; line-height: 20px; margin: 0; padding-top: 1px;}


/* FILTERS */
.filters-wrap {top:-1px; padding-top:1px; }
.filters-wrap.is-pinned {background:#fff; box-shadow: 0px 4px 14px 0px #00000040; }
nav.filters { padding-top: 20px !important;border-bottom: 1px solid #CCC;padding-bottom: 19px !important; }
.filters-wrap .inner-wrapper {padding-top:0 !important;padding-bottom:0 !important;}
.filters-wrap.is-pinned nav.filters {border-color:transparent;}
nav.filters ul li a {font-size: 18px;font-weight: 400;line-height: 18px;color:#000;padding: 5px 10px;margin: 0 1px;}
nav.filters ul li a.active,
nav.filters .nav-link:focus {background-color:#C60800 !important; color:#fff !important}
nav.filters .nav-link:hover { color: #C60800; }
nav.filters .filter-label { font-size:16px;line-height:28px;margin-right:8px;color:#2a2a2a; }


/* SECTIONS */
section.product-section {    padding-top: 19px !important; padding-bottom:5px;margin-bottom:30px;border-bottom:1px solid #585858;}
section.product-section h2 {font-size: 40px;font-weight: 700;line-height: 30px;text-align: left;text-transform:uppercase;}

.section-anchor { position: relative;top: -100px;left: -5000px; }

/* UTILITIES */
.pulse {animation: pulse 800ms infinite}
@keyframes pulse {
  0% {opacity:1}
  50% {opacity:.7}
  100% {opacity:1}
}  

.select-all-outer-wrap {display:inline;}
.select-all-wrap {
font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
	padding: 6px 12px 2px 11px;
    margin-left: 2.7%;
    border: 1px solid #000;
    border-radius: 6px;
    position: relative;
    top: -9px;
    margin-bottom: -9px;
}
.select-all-wrap label { margin-right: 15px;}
.select-all-wrap label:after {content:"Select All";}
.select-all-wrap:hover,
.select-all-wrap:hover label,
.select-all-wrap:hover input {cursor:pointer;}
.select-all-wrap .form-check-input {
       float: right;
    margin-right: -1.5em;
    margin-left: 15px;
    border-radius: 0;
    border: 3px solid #000;
    width: 20px;
    height: 20px;
    margin-top: -5px;
    top: 3px;
    position: relative;
	outline: none;
    box-shadow: none;
}
.select-all-wrap svg { position:relative; float:right; display:none}
.select-all-wrap svg.unchecked { top:-2px; display:block; }
.select-all-wrap.checked { border-color:#C60800;color:#C60800 }
.select-all-wrap.checked label:after {content:"Selected All"}
.select-all-wrap.checked svg.unchecked {display:none;}
.select-all-wrap.checked svg.checked {     top: -4px;
    display: block;
    right: 0;
    margin-bottom: -2px; margin-right:-5px; }

.product {text-align:left;    border: 1px solid #ccc;
    border-radius: 6px; overflow:hidden;}
.product label {width:100%;}
.product img {display:block;}
.product picture { position: relative;}
.product picture:hover { cursor:pointer;}
.product .caption {    padding: 20px 20px 19px; min-height:160px;}
.product .caption p {
font-size: 18px;
font-weight: 400;
line-height: 24px;
text-align: left;
	color:#000;
	    margin: 6px 0 21px;
}
section.product-section:not(.top-picks) .product .caption p { min-height:50px; }
.product .details { display: block; }
.product .details > span {display:inline-block;width:50%;}
.product .frequency {
font-size: 12px;
font-weight: 700;
line-height: 13.8px;
	color:#585858;
}
.product .details span.brand { text-align:right; }
.product .details span.brand span {
font-size: 12px;
font-weight: 500;
line-height: 14px;
	padding: 3px 10px; display:inline-block;
	text-align:center; text-transform: uppercase;
	border-radius: 3px; 
 }
.product .sample {color:#000;
font-size: 14px;
font-weight: 700;
line-height: 24px;
text-align: left;
	border-bottom:2px solid #000;
	text-transform:uppercase;
}

.product a.checkmark {float:right;}
.product a.checkmark svg {display:block;}
.product a.checkmark svg.checked { position: relative; right: -5px; top: -2px; }
.product a.checkmark svg.checked,
.product.checked a.checkmark svg.unchecked {display:none;}
.product.checked a.checkmark svg.checked {display:block;}

.hscope-wrapper { display:none; background:#fff; }
.product.checked .hscope-wrapper { position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;display: block; }
.hscope-wrapper input {  
    border: 1px solid #ddd;
	
margin: 0;
padding: 10px 20px;
color: #c60800;
border-top: 0;
	border-left: 0;
    border-right: 0;
height: 40px;
    font-size: 16px;}
.hscope-wrapper select {    padding: 1px 25px 0px 10px;
    background-size: auto 0.8rem;}
.hscope-wrapper input:hover,
.hscope-wrapper input:focus{ border-color:#ddd; }

.hscope-wrapper input#birthday.error { border-top: 1px solid red!important; }
.hscope-wrapper p { border: 1px solid #ddd; font-size: 14px; text-align: left; padding: 3px 20px; margin: 0;border-left: 0;border-right: 0; }

.hscope-wrapper .bday-wrap { border: 1px solid #ddd;border-top: 0; border-left:0; border-right:0; font-size: 16px; }
.hscope-wrapper .bday-wrap .month,
.hscope-wrapper .bday-wrap .day{ padding: 9px 20px;text-align: left;display: inline-block;width: 50%; }
.hscope-wrapper .bday-wrap span {display: inline-block;text-align: left;padding: 0 10px 0 0;color: #777;font-size:16px;font-weight:normal;}

.product-brand--pagesix span.brand span { color:#fff; background:#000; }
.product-brand--decider span.brand span { color:#fff; background:#E80100; }

/* FORM */
form.hide {display:none;}
form.show {display:block;}
.signup-cart {position: fixed;
    bottom: -200px; opacity:0;
    left: 0;
    background: #000; text-align:center;transition: all 300ms ease;min-height:120px;}
.signup-cart.active { bottom:0;opacity:1;}
.signup-cart .envelope {    position: absolute;
    width: 100%;
    text-align: center;
    top: -20px;}
.signup-cart form {padding-top: 5px;}
.signup-cart input[type="email"] { 
    height: 42px;
    padding: 0 0.625rem;
    border-radius: 0;
    max-width: 300px;
    display: inline-block;
    margin: 0 6px 0 0;
    position: relative;
    top: 1px;
	border: 1px solid #fff;
}
.selected-details {display:inline-block; font-size:16px;font-weight:700;line-height:18px;color:#fff; margin-right: 10px;}
.selected-details #clear {  margin-left: 3px;
    position: relative;
    top: -1px;}
.selected-details.has-items #clear { display:inline-block; }
.signup-cart .message-wrap {    position: relative;}
.signup-cart .message-wrap span { position:absolute;left: 0;
    top: -30px;height: 10px;
    line-height: 18px;
    font-size: 13px;
    font-weight: 700;     width: 120%;
    text-align: left;}

.signup-cart form.err,
.signup-cart form.succ {padding-top:22px;}

form.err .message-wrap span,
form.succ .message-wrap span { display:block; }

form.err .message-wrap {color:#C60800;}
form.err input.err {color:#C60800; border-color: #C60800;}

p.terms, p.terms a {color:#fff;}
p.terms a {text-decoration:underline;}
p.terms {font-size:11px; line-height:12.65px; margin: 0 0 0 -15px; padding: 10px 0 0;}
button.submit-button {
font-size: 18px;
font-weight: 700;
line-height: 40px;
padding:0 40px;
border:0;outline:0;border-radius:6px;
	text-transform:uppercase;
}

#confirmation { display:none; text-align:center; color:#fff;    padding-top: 10px;}
#confirmation.hide {display:none;}
#confirmation.show {display:block;}
#confirmation h2 { 
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	color:#F7CB00;
	margin: 0 0 6px;
}
#confirmation p { 
font-size: 18px;
font-weight: 400;
line-height: 24px;
margin: 0 0 -5px;
 }
#confirmation p a {color:#fff;text-decoration:underline;}


/* SITE BRAND SPECIFIC */
body[data-brand="newyorkpost"] .product-brand--newyorkpost span.brand {display:none;}


/*********************
* RESPONSIVE
*********************/
@media (max-height: 790px) and (min-width: 992px) { }

@media (max-width: 1284px) and (min-width: 1081px) { 
	section.product-section:not(.top-picks) .product .caption p {
		    min-height: 80px;
	}
}

@media (max-width: 1080px) and (min-width: 901px) { 
	section.product-section:not(.top-picks) .product .caption p {
		    min-height: 96px;
	}
}

@media (max-width: 900px) and (min-width: 768px) { 
	section.product-section:not(.top-picks) .product .caption p {
		min-height: 120px;
	}
}

@media (max-width: 768px) { }

@media (max-width: 767px) {
	
	footer.cart-visible { padding-bottom: 180px; }
	
	footer .apps {margin-bottom:30px;}
	
	footer .socials span {
    	top: 0;
    	display: block;
		margin-bottom: 12px;
	}
	
	footer hr {margin-top:20px !important;}
	
	main .inner-wrapper {
    	padding-left: 15px !important;
    	padding-right: 15px !important;
	}
	
	nav.filters {
		overflow-x: auto;
		white-space: nowrap;
		position:relative;
	}
	/*
	.filters-wrap .inner-wrapper:before {content:"";position:absolute; left:10px; top:0; height:100%; width:30px; z-index:1; 
		background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	
}*/
	
	.filters-wrap .inner-wrapper:after {content:"";position:absolute; right:10px; top:0; height:100%; width:50px; z-index:1; 
		background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}
	nav.filters ul {    width: 60em; justify-content: left !important;}
	
	.featured-block h1 {
		font-size: 50px;
		line-height: 40px;
		padding-top: 8px;
	}
	.featured-block p {
    	margin: 0 auto;
    	max-width: 310px;
	}
	
	section.product-section:first-child {
		padding-top: 0 !important;
	}
	section.product-section h2 {
		text-align:center; line-height:37px;
	}
	section.product-section h2 span {display:block;}
	.select-all-wrap {top:0;margin-bottom: 5px;}
	.section-anchor {top:-115px;}
	
	.product .caption {min-height:0;}
	.product .caption h3 { 
		margin: -10px 0 5px;
		font-size: 50px;
		font-weight: 400;
		line-height: 40px;
		text-align: left;
	}
	
	.signup-cart { min-height:0; }
	.signup-cart.active {
    padding-top: 10px;
}
	.signup-cart .inner-wrapper { 
		padding-left: 10px !important;
    	padding-right: 10px !important;
	}
	.signup-cart form {padding-top: 15px;}
	.signup-cart input[type="email"] {
		margin: 0 0 10px;
    	max-width: none;
	}
	button.submit-button {width:100%;}
	p.terms {
		text-align: center;
    	margin: 0;
		font-size:10.5px;
	}
	.signup-cart .message-wrap {display:block;}
	.signup-cart .message-wrap span {
		top: 0;
		text-align: left;
		line-height: 20px;
		position: relative;
		height: auto;
	}
	.selected-details {
		float: right;
		width: 50%;
		text-align: right;
		margin: 0;
		position: absolute;
		top: 0;
		z-index: 10;
		padding: 17px 12px 0;
	}
	.signup-cart form.err, 
	.signup-cart form.succ {
    	padding-top: 5px;
	}
	#confirmation {
    padding-bottom: 10px;
}
	
	section.product-section {padding-bottom: 15px;}
	section.product-section .select-all-outer-wrap {display: block;width: 100%;position: absolute;bottom: 0;text-align: center;}
	section.product-section .product-inner-wrapper { position:relative; padding-bottom: 30px; }
	section.product-section:not(.top-picks) .product label {display:block; position: relative;}
	section.product-section:not(.top-picks) .product picture img {width:115px; float:left;}
	section.product-section:not(.top-picks) .product .caption {width:calc(100% - 115px); float:right; padding: 10px 10px 10px 9px;}
	section.product-section:not(.top-picks) .product .caption h3 {font-size: 25px;line-height: 20px; margin: 0;}
	section.product-section:not(.top-picks) .product .caption p {font-size:13px; line-height:15px;max-width: calc(100% - 23px);margin-top: 1px;margin-bottom: 1px; min-height:0;}
	section.product-section:not(.top-picks) .product .sample{font-size:12px; line-height:12px;}
	section.product-section:not(.top-picks) .product .details span {width: auto;}
	section.product-section:not(.top-picks) .product .details span.brand span { padding: 1px 10px;}
	section.product-section:not(.top-picks) .product .frequency {margin-right:5px;}
	section.product-section:not(.top-picks) .product a.checkmark {    position: absolute;right: 10px;top: 48px;}
	
	.product.checked .hscope-wrapper {position:static;clear:both;padding-top:0;}
	.product.checked .hscope-wrapper p {padding-top:5px;}
	
	.site-header__search-toggle { display:none; }
	
}