/*
Theme Name: Barstool Comforts v2
Theme URI: http://barstoolcomforts.com
Description: New official theme for Barstool Comforts.
Version: 2.0
Author: Barstool Comforts
Author URI: http://www.barstoolcomforts.com
*/

/* ======================
     START
=========================*/

body {
font-family: Avenir_Book, "Helvetica Neue", Helvetica, Arial, sans-serif;
overflow-x: hidden;
}

body.page-id-32337 .has-background-dim-100 {
background: #f1e1d1 !important;
}

div.schema-faq br,
h1 br,
h2 br,
table br,
.page-id-27461 h2 br,
figcaption br {
display:block !important;
}

div.schema-faq br {
margin-bottom: 7px;
}

br.keep {
display: block;
}

/* ======================
     POPOVER
=========================*/

h3.popover-header {
	background: #F7E7E8;
	border-color: #F7E7E8;
	font: 17px "Avenir_Medium", sans-serif;
}



/* ======================
     BUTTONS
=========================*/

.btn {
padding: 7px 30px;
text-align: center;
letter-spacing: 0.26px;
font: normal 600 16px/38px 'Avenir_Book';
text-transform: uppercase;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
text-decoration: none !important;
}

.btn-small {
padding: 4px 20px;
font-size: 14px;
}

.btn-extend {
padding: 7px 80px;
}

.btn-extend-mid {
padding: 7px 50px;
}

.btn-capitalize {
text-transform: capitalize !important;
}

@media only screen and (min-width: 0) and (max-width: 992px) {
	.btn {
	padding: 7px 20px;
	}

	.btn-extend {
	padding: 7px 40px;
	}

	.btn-extend-mid {
	padding: 7px 50px;
	}
}

.btn-cream {
color: #485CC7 !important;
border: 1px solid #485CC7;
background: #F5E0CF;
}

.btn-cream:hover {
color: #fff !important;
background: #4c5cc1 !important;
}

.btn-white {
color: #485CC7 !important;
background: #fff;
border: 1px solid #485CC7 !important;
}

.btn-white:hover {
color: #fff !important;
background: #485CC7 !important;
}

.btn-magenta {
color: #FF9DA2;
background: #852C4D;
border: 1px solid #FF9DA2;
}

.btn-magenta:hover {
color: #fff !important;
border: 1px solid #fff !important;
}

.btn-outline-dark {
padding: 10px 20px;
font-family: Avenir Heavy;
border-radius: 0;
border: 3px solid #5d5d5d;
text-decoration: none !important;
}

.btn-outline-dark i {
color: #000 !important;
display: inline-block;
}

.btn-center {
margin: 0 auto 10px auto;
display: table;
}

/* ======================
     PREHEADER / CALL
=========================*/

.preheader-bg {
padding-left: 2%;
padding-right: 2%;
height: 60px;
background: #852C4D;
}

@media only screen and (min-width: 992px) {
	.preheader-bg {
		font-size: 17px;
	}
}

@media only screen and (min-width: 1200px) {
	.preheader-bg {
		font-size: 19px;
	}
}

.call {
color: #FFDADB !important;
}

/* old color: FF9DA2 */

.call a {
color: #FFDADB;
text-decoration: none;
}

.call a:hover {
color: #fff;
}

.preheader ul li {
padding-left: 30px;
border: 0;
}

.preheader ul li:first-child,
.preheader ul li:last-child {
padding-left: 0;
border: 0 !important;
}

.page-template-custom-cart div.preheader-bg {
height: 50px;
}

div.preheader-bg ul {
margin:0;
padding: 0;
}

div.preheader-bg ul li {
margin: 0;
display: inline;
}

div.preheader-bg li a {
color:#FFDADB;
text-decoration:none
}

div.preheader-bg li a:hover {
color: #fff;
}

div.preheader-bg p {
margin: 0;
padding: 0;
color: #fff;
}

/* ======================
     LOGO / SEARCH / FAV
=========================*/

.logo svg path {
	transition: all 1s ease-in-out;
}

.logo svg:hover path {
  fill: #fff !important;
}

@media only screen and (min-width: 0px) {
	.logo {
	margin-top: 20px;
	}

	.header-favorites {
	position: absolute;
	top: 80px;
	right: 2%;
	}

	section.main-heading {
	padding-left: 2%;
	padding-right: 2%;
	background: #003B5C;
	}

	.search-favorites {
	margin-top: 30px;
	margin-bottom: 5px;
	}
}

@media only screen and (min-width: 768px) {
	.header-favorites {
	position: absolute;
	top: 60px;
	right: 2%;
	}
}

@media only screen and (min-width: 992px) {
	.logo {
	margin-top: 50px;
	}

	.header-favorites {
	position: relative;
	top: 0;
	right: 0;
	}

	section.main-heading {
	height: 181px;
	}

	.search-favorites {
	margin-top: 31px;
	margin-bottom: 30px;
	}
}

form#searchform input {
background: none;
color: #FF9DA2;
height: 42px;
border: 1px solid #FF9DA2;
border-right: 0;
}

form#searchform input::placeholder {
color: #FF9DA2;
font-size: 16px;
font-family: "Avenir_Oblique", sans-serif;
}

form#searchform input:hover,
form#searchform input:active {
box-shadow: 0;
}

form#searchform input:hover::placeholder {
color: #fff;
}

form#searchform button {
border: 0;
color: #003B5C;
padding: 0 15px;
background: #FF9DA2;
border-color: #FF9DA2;
}

ul.header-favorites li {
margin: 6px 0 0 0;
display: inline-block;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	ul.header-favorites li {
	display: block;
	}
}

ul.header-favorites li a {
text-decoration: none;
color: #FF9DA2;
font-size: 19px;
}

@media only screen and (min-width: 0px) {
	ul.header-favorites li svg {
	width: 20px;
	}

	ul.header-favorites li .badge {
	margin-left: 4px;
	}

	ul.header-favorites li.favorites {
	margin-right: 11px;
	}
}

@media only screen and (min-width: 768px) {
	ul.header-favorites li svg {
	width: 24px;
	}

	ul.header-favorites li.favorites {
	margin-right: 18px;
	}

	ul.header-favorites li .badge {
	margin-left: 4px;
	}
}

ul.header-favorites li a svg {
margin-right: 2px;
}

ul.header-favorites li.cart svg {
margin-top: -5px;
}

ul.header-favorites li.favorites .badge a {
color: #fff;
}

ul.header-favorites li.favorites .text-bg-danger,
ul.header-favorites li.cart .text-bg-danger {
position: relative; top: -1px;
padding: 3px 6px !important;
color: #000 !important;
font-size: 12px;
background-color: #fff !important;
-moz-border-radius: 10px !important;
-webkit-border-radius: 10px !important;
border-radius: 10px !important;
}

ul.header-favorites li a:hover {
color:#fff;
}


/* ======================
     MENU
=========================*/

@media only screen and (min-width: 0px) and (max-width: 576px) {

	.navbar-light .navbar-toggler-icon {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}

	button.navbar-toggler {
	position: absolute;
	top: 3px;
	z-index: 20;
	margin: 0;
	border: 0;
	color: #fff;
	}

	.navbar-toggler:focus,
	.navbar-toggler:active,
	.navbar-toggler-icon:focus {
	outline: none;
	box-shadow: none;
	border: 0;
	}

	span.navbar-toggler-icon {
	margin: 13px 0 0 0;
	float: left;
	color: #6aa396 !important;
	}
}

@media only screen and (min-width: 577px) {
	.navbar-light .navbar-toggler-icon {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}

	button.navbar-toggler {
	border: 0;
	}

	.navbar-toggler:focus,
	.navbar-toggler:active,
	.navbar-toggler-icon:focus {
	outline: none;
	box-shadow: none;
	border: 0;
	}

	button.navbar-toggler .menu-text {
	color: #fff;
	position: relative; top: 2px; left: 5px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
	div.preheader-bg {
	padding: 10px 0;
	font-size: .89em;
	text-align: center;
	height: auto;
	}

	div.preheader-bg ul {
	margin: 5px 0 0 0;
	padding: 0;
	}
}

.navbar-light {
background: none !important;
}


/* ---- NAV BAR ---- */

@media only screen and (min-width: 0px) {

	.navbar  {
		position: absolute;
		top: 66px;
	}

	.navbar button.navbar-toggler:hover,
	.navbar button.navbar-toggler:active,
	.navbar button.navbar-toggler:focus{
		border: 0 !important;
	}

}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
color: #fff;
}

@media only screen and (min-width: 992px) {

	.navbar  {
	position: relative;
	top: 0;
	}

	nav.navbar {
	height: 50px;
	}

	nav.navbar li.nav-item {
	margin-left: 16px;
	}

	nav.navbar a.nav-link {
	font-size: 16px;
	font-family: "Marcellus", sans-serif;
	padding-left: 0 !important;
	padding-right: 0 !important;
	}

	.navbar-light a {
	color: #fff;
	}

	nav.navbar a.nav-link:hover,
	nav.navbar a.nav-link:active,
	nav.navbar a.nav-link:focus {
	color: #FF9DA2;
	}

	nav.navbar a.nav-link.show {
	color: #FF9DA2;
	}

	nav.navbar a.nav-link:hover:after,
	nav.navbar a.nav-link.show:after {
	content:"";
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-8px;
	width:0;
	height 0px;
	xxmargin:0 auto;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid #F5E0CF;
	}

	nav.navbar li.inspiration a.nav-link:hover:after,
	nav.navbar li.inspiration  a.nav-link.show:after {
	display: none;
	}

	nav.navbar a.nav-link.show:after {
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid #fff !important;
	}

	.dropdown-menu {
	top: 55px !important;
	min-width: 200px;
	padding: 20px 30px;
	border-radius: 0;
	border-color: #153a5a;
	border-top: 0;
	}

	li.customer-service .dropdown-menu {
	left: -200px;
	}

	.dropdown-menu.columns-2 {
	width: 500px;
	}

	.dropdown-menu.columns-2.brands {
	width: 450px;
	}

	.dropdown-menu.columns-3 {
	width: 600px;
	}

	.dropdown-menu.columns-4 {
	width: 700px;
	}

	.dropdown-menu li a {
	padding: 3px 10px;
	font-family: "Avenir_Book", sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	}

	.dropdown-item:hover {
	color: #485CC7;
	background: none !important;
	}

	.dropdown-item.heading:hover {
	background-color: none;
	}

	.multi-column-dropdown {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

	.multi-column-dropdown li a {
	display: block;
	clear: both;
	color: #000;
	white-space: normal;
	}

	.multi-column-dropdown li a:hover {
	text-decoration: none;
	}

	.dropdown-menu.multi-column {
	min-width: 340px !important;
	overflow-x: hidden;
	}
}

@media only screen and (min-width: 1200px) {
	body { border: 0px solid #fff; }
	nav.navbar li.nav-item { margin-left: 24px; }
	nav.navbar a.nav-link {font-size: 18px; }

	nav.navbar a.nav-link:hover:after,
	nav.navbar a.nav-link.show:after {
	top:51px;
	}

	.dropdown-menu {
	top: 57px !important;
	}
}

@media only screen and (min-width: 1300px) {
	body { border: 0px solid #c0c0c0; }
	nav.navbar li.nav-item { margin-left: 28px; }
	nav.navbar a.nav-link { font-size: 19px; }
	.dropdown-menu {
	top: 58px !important;
	}
}

@media only screen and (min-width: 1400px) {
	body { border: 0px solid #00ff06; }
	nav.navbar li.nav-item { margin-left: 34px; }
	nav.navbar a.nav-link { font-size: 20px; }

	nav.navbar a.nav-link:hover:after,
	nav.navbar a.nav-link.show:after {
	top:52px;
	}
}

@media only screen and (min-width: 1550px) {
	body { border: 0px solid #ff005e; }
	nav.navbar li.nav-item { margin-left: 36px; }
	nav.navbar a.nav-link { font-size: 22px; }
}

nav#nav .dropdown-item.active {
background: none;
color: #485CC7;
}

nav#nav .dropdown-item:active {
background: #e8ecef !important;
color: #000;
}

a.dropdown-item.heading {
margin-bottom: 10px;
margin-left: 15px;
padding: 5px 10px 20px 0;
font-size: 1em;
font-family: Marcellus, serif;
width: 100px;
color: #485CC7;
width: auto;
letter-spacing: .01em;
text-align: left;
display: block !important;
background-color: #fff;
background-image: url(/wp-content/themes/barstool-comforts-v2/images/wavy-line.png);
background-size: 30px auto;
background-repeat: repeat-x;
background-position: 0 35px;
}

a.dropdown-item.heading:hover {
background-color: #fff;
background-image: url(/wp-content/themes/barstool-comforts-v2/images/wavy-line.png) !important;
background-size: 30px auto !important;
background-repeat: repeat-x !important;
background-position: 0 35px !important;
}

.dropdown-menu a {
color: #000;
text-transform: none;
font-size: .9em;
}

.w-85 {
width: 85%;
height: auto;
}


@media only screen and (min-width: 0px) and (max-width: 992px) {

	.offcanvas .offcanvas-header {
	background: #153a59;
	}

	.offcanvas .offcanvas-body {
	background: #fff;
	}

	.offcanvas button.btn-close {
	position: relative; top: -30px; right: 20px;
	}

	.offcanvas ul.navbar-nav a.nav-link {
	padding: 10px 0;
	color: #000;
	font-size: 20px;
	font-family: "Marcellus", sans-serif;
	letter-spacing: 0;
	border-bottom: 1px solid #ccc;
	}

	.offcanvas ul.navbar-nav li.call-link a {
	color: #4c5bc0;
	font-family: "Avenir_Book", sans-serif;
	border: 0;
	margin-top: 20px;
	}

	.offcanvas ul.navbar-nav a.nav-link:hover {
	color: #4c5bc0;
	}

	.offcanvas ul.navbar-nav a.nav-link.show {
	padding-left: 15px;
	color: #4c5bc0;
	border-bottom: 1px solid #ccc;
	}

	.offcanvas ul.navbar-nav .dropdown-menu {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	}

	.offcanvas ul.navbar-nav li {
	padding: 0;
	display: block;
	list-style: none;
	}

	.offcanvas ul.navbar-nav a.dropdown-item {
	padding: 10px;
	font-size: 1.1em;
	color: #000;
	letter-spacing: 0;
	font-family: Avenir Book, sans-serif;
	border-bottom: 1px solid #ccc;
	}

	.offcanvas ul.navbar-nav li.dropdown a:hover {
	color: #4c5bc0;
	background: none;
	}

	.offcanvas a.dropdown-item.heading {
	margin: 0;
	color: #4c5bc0 !important;
	background: none;
	border: 0 !important;
	padding: 20px 0 5px 0 !important;
	font-size: 20px !important;
	font-family: "Marcellus", sans-serif !important;
	}

	.offcanvas hr.dropdown-divider {
	display: none;
	}
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
	input#s::placeholder {
	font-size: .8em;
	}
}


/* ======================
     HOMEPAGE HERO
=========================*/

.bg-hero-different {
padding-bottom: 106px;
background: #F5E0CF;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
	.bg-hero-different {
	padding-bottom: 0;
	}
}

@media only screen and (min-width: 0) {
	.hero {
	margin-bottom: 80px;
	padding-top: 43px;
	}

	.hero h1 {
	margin: 0;
	padding: 0;
	color: #485CC7;
	font-family: Marcellus;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	}

	.hero p {
	margin: 0 0 20px 0;
	padding: 0;
	color: #212322;
	font-family: "Avenir_Book", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 350;
	line-height: 30px; /* 150% */
	}

	.hero .btn {
	margin-bottom: 40px;
	}
}

@media only screen and (min-width: 768px) {
	.hero {
	margin-bottom: 80px;
	padding-top: 43px;
	}

	.hero h1 {
	font-size: 40px;
	}
}

@media only screen and (min-width: 992px) {

	.hero {
	margin-bottom: 125px;
	padding-top: 93px;
	}

	.hero h1 {
	font-size: 50px;
	}

	.hero p {
	margin: 0 0 30px 0;
	font-size: 22px;
	line-height: 33px; /* 150% */
	}
}

.hero-no-image {
padding: 50px;
}

@media only screen and (min-width: 1200px) {
	.hero h1 {
	line-height: 130%;
	font-size: 60px;
	}
}

@media only screen and (min-width: 992px) {
	.hero.noborder img {
	border-radius: 0;
	}
}


/* ======================
     HOME CAROUSEL
=========================*/

.home-carousel {
position: relative;
}

.carousel-indicators .active{
background-color: #000;
}

@media only screen and (min-width: 768px) {
	.blue-line {
	position: absolute;
	height: calc(100% + 170px);
	width: 1px;
	margin-left: 50%;
	border-left: 1px solid #485CC7;
	opacity: 1;
	margin-top: -80px;
	}

	.carousel-indicators {
	flex-direction: column;
	left: auto;
	right: -60px;
	top: 5px;
	margin-left: 0;
	margin-right: 0;
	}

	.carousel-indicators .active{
	background-color: #485CC7;
	}

	.carousel .carousel-indicators button {
	margin: 0 0 -10px 0;
	}
}

.carousel .carousel-indicators button {
width: 9px;
height: 9px;
}

.carousel-indicators [data-bs-target] {
margin-bottom: 6px !important;
border: 1px solid #485CC7;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background: none;
opacity: 1;
}

.carousel .carousel-indicators button.active {
background: #485CC7 !important;
}

@media only screen and (min-width: 0px) {
	.carousel-indicators [data-bs-target] {
	background: #fff !important;
	}
}

@media only screen and (min-width: 768px) {
		.carousel-indicators [data-bs-target] {
	background: none !important;
	}
}


/* ======================
     HOME EXTRAS
=========================*/

.woocommerce-products-compare-content .return-to-shop a {
margin: 0 auto !important;
display: table !important;
}

.testimonial-1 {
color: #7e7e7e;
}

.home-content li.product h2,
.page-content li.product h2 {
padding:30px 0 10px;
color:#707070;
font-size:2em;
font-style:normal !important;
font-weight: normal !important;
letter-spacing:.02em;
font-family:"Avenir_Book", sans-serif !important;
}

@media (min-width: 0) and (max-width: 576px) {
	h2 {
	font-size: 1.7em;
	}
}

.wavy-line {
width: 100%;
height: 22px;
background-image: url(/wp-content/themes/barstool-comforts-v2/images/wavy-line.png);
background-size: auto 22px;
background-repeat: repeat-x;
}

.wavy-line.margin-bottom {
margin-bottom: 102px
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
	.wavy-line.margin-bottom {
	margin-bottom: 50px;
	}
}

.wavy-line.pink {
background-image: url(/wp-content/themes/barstool-comforts-v2/images/wavy-line-pink.png);
}



/* ======================
     WHY WE'RE DIFFERENT
=========================*/

.different h2 {
color: #485CC7;
text-align: center;
font: normal 400 70px/normal 'Marcellus', serif;
}

.different img {
margin-bottom: 20px;
height: 100px;
width: auto !important;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
	.different .col-lg-4 {
	padding: 20px 40px 60px 40px;
	}

	.different .col-lg-4 {
	border-bottom: 1px solid #485CC7;
	}

	.different .col-lg-4:last-child {
	border-bottom: 0;
	}
}

@media only screen and (min-width: 992px) {
	.different .col-lg-4 {
	padding: 60px 40px;
	}

	.different .col-lg-4 {
	border-right: 1px solid #485CC7;
	}

	.different .col-lg-4:last-child {
	border-right: 0;
	}
}

.different .col-sm.noborder {
border: 0;
}

.different .icon {
margin: 0 auto 46px auto;
width: 147px;
height: 87px;
display: block;
background: url(/wp-content/themes/barstool-comforts-v2/images/different-icons.png) no-repeat;
background-size: auto 87px;
}

.different .icon-customizable {
background-position: 0 0;
}

.different .icon-hq {
background-position: -146px 0;
}

.different .icon-1999 {
background-position: -293px 0;
}

.different p {
color: #212322;
text-align: center;
font-family: "Avenir_Book", sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 350;
line-height: 33px; /* 150% */
}

.different a {
color: #485CC7;
font-size: 22px;
font-family: "Avenir_Medium", sans-serif;
text-decoration: underline;
text-transform: uppercase;
}

.different a:hover {
color: #000 !important;
}

@media only screen and (min-width:0px) and (max-width:768px) {
	.different .icon {
	margin:0 auto 20px;
	}

	.different p {
	font-size: 20px;
	line-height: 30px; /* 150% */
	}

	.different a {
	font-size:20px;
	}
}


/* ======================
     BROWSE BY STYLE
=========================*/

#browse-by-style {
padding-top: 146px;
padding-bottom: 183px;
background: #F7E7E8;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
	#browse-by-style {
	padding-top: 70px;
	padding-bottom: 0;
	}
}

#browse-by-style h2 {
margin-bottom: 52px;
color: #485CC7;
text-align: center;
font: normal 400 70px/normal 'Marcellus', serif;
}

.image-border {
position:relative;
border:1px solid #000 !important;
padding-bottom:10px
}

.image-border img {
display: block !important;
float:left;
margin-left:-10px;
margin-top:-10px
}

.image-border img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}

.image-border:hover img {
-webkit-transform: scale(1.03);
transform: scale(1.03);
}

/* For Contract Grade Page */

@media only screen and (min-width: 0) and (max-width: 768px) {

	.page-content .content-page-title .hero-bg h2 {
		font-size: 30px !important;
	}

	.contract-grade-pg ul {
		text-align: left;
	}

	.contract-grade-pg {
		margin-top: -20px;
		padding: 0;
	}
}

form.contract-form .gform_body .gfield_required_asterisk {
color: #b92430;
position: relative !important; 
top:0 !important; 
left: 0 !important; 
font-size: 20px !important;
}

body.page-id-50759 p.gform_required_legend {
position: absolute; top: -9999px; left: -9999px;
}

.hero-bg .image-border {
position:relative;
border:1px solid #000;
padding-bottom:10px;
display: table;
}

.hero-bg .image-border img {
float:left;
margin-left:-10px;
margin-top:-20px;
}

.hero-bg .image-border img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}

.hero-bg .image-border:hover img {
-webkit-transform: scale(1);
transform: scale(1);
}

.browse-by-style h3 a {
margin-top: 29px;
margin-bottom: 73px;
display: inline-block;
border-bottom: 1px solid transparent;
color: #485CC7;
font: normal 400 24px Marcellus;
text-decoration:none
}

.browse-by-style h3 a:hover {
color: #000;
border-bottom: 1px solid #000;
}


/* ======================
     STEPS
=========================*/

#steps {
padding-top: 69px;
background: #852C4D;
}

#steps h2 {
color: #FF9DA2;
font: normal 400 70px/normal 'Marcellus', serif;
}

@media only screen and (min-width: 0px) {
	#steps h2 {
		font-size: 40px;
		margin: 0 auto;
	}

	#steps {
		padding-bottom: 29px;
	}
}

@media only screen and (min-width: 768px) {
	#steps h2 {
		font-size: 50px;
		margin: 0 auto;
	}

	#steps {
		padding-bottom: 29px;
	}
}

@media only screen and (min-width: 992px) {
	#steps h2 {
		font-size: 50px;
	}

	#steps {
		padding-bottom: 69px;
	}
}

@media only screen and (min-width: 1200px) {
	#steps h2 {
		font-size: 60px;
	}
}

@media only screen and (min-width: 1400px) {
	#steps h2 {
		font-size: 70px;
	}
}

#steps figure {
margin-left: 100px;
height: 60px;
}

#steps .step div.svg-responsive {
width: 100%;
}

#steps .step div.svg-responsive svg {
width: 120%;
}

#steps .step {
position: relative;
}

#steps .step svg {
position: absolute;
top: -50px;
left: -25px;
}

#steps .step-2 svg {
left: -35px;
}

#steps .step-3 svg {
left: -45px;
}

#steps img {
margin-bottom: 29px;
}

#steps .step-1 img {
width: 80.45px;
height: 48.39px;
}

#steps .step-2 img {
width: 64.25px;
height: 56.71px;
}

#steps .step-3 img {
width: 64.794px;
height: 57.16px;
}

#steps p {
position: absolute;
color: #FF9DA2;
font: normal 22px/28px "Avenir_Book", sans-serif;
z-index: 2;
}

#steps p strong {
margin-bottom: 15px;
text-transform: uppercase;
display: block;
}


/* ======================
     BRANDS
=========================*/

#brands {
padding-top: 91px;
padding-bottom: 91px;
background: #F7E7E8;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
	#brands {
	padding-bottom: 41px;
	}
}

#brands h2 {
margin-bottom: 53px;
font: normal 400 70px/normal 'Marcellus', serif;
color: #485CC7;
}

#brands h3 a {
margin-top: 29px;
margin-bottom: 73px;
display: inline-block;
border-bottom: 1px solid transparent;
color: #485CC7;
font: normal 400 24px Marcellus;
text-decoration:none
}

#brands h3 a:hover {
color: #000;
border-bottom: 1px solid #000;
}


/* ======================
     SHOP BY COLOR
=========================*/

#shop-by-color {
padding-top: 146px;
padding-bottom: 146px;
background: #F5E0CF;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
	#shop-by-color {
	padding-top: 80px;
	padding-bottom: 20px;
	}
}

#shop-by-color h2 {
margin-bottom: 53px;
font: normal 400 70px/normal 'Marcellus', serif;
color: #485CC7;
}

#shop-by-color h3 a {
margin-top: 29px;
margin-bottom: 73px;
display: inline-block;
border-bottom: 1px solid transparent;
color: #485CC7;
font: normal 400 24px Marcellus;
text-decoration:none
}

#shop-by-color h3 a:hover {
color: #000;
border-bottom: 1px solid #000;
}



/* ======================
     POPULAR DESIGNS
=========================*/

#popular-designs {
padding-top: 135px;
padding-bottom: 111px;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
	#popular-designs {
	padding-top: 80px;
	padding-bottom: 80px;
	}
}

#popular-designs h3 {
margin-bottom: 53px;
font: normal 400 70px/normal 'Marcellus', serif;
color: #485CC7;
}

#popular-designs .columns-4 h2 {
margin-bottom: 12px;
color: #212322;
text-align: center;
font: normal 400 20px/normal 'Marcellus', serif !important;
}

#popular-designs .columns-4 h2:hover {
color: #485CC7;
}


/* ======================
     TESTIMONIALS
=========================*/

#testimonials-tagline {
padding-top: 106px;
padding-bottom: 129px;
background: #F7E7E8;
}

#testimonials-tagline h2 {
margin-bottom: 85px;
color: #485CC7;
text-align: center;
font: normal 400 70px/normal 'Marcellus', serif;
}

#testimonials-tagline svg {
margin-bottom: 26px;
}

.testimonials-text {
margin-bottom: 103px;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
	#testimonials-tagline {
	padding-top: 50px;
	padding-bottom: 50px;
	}

	#testimonials-tagline h2 {
	margin-bottom: 45px;
	padding: 0 40px;
	}

	.testimonials-text {
	margin-bottom: 53px;
	}
}

#testimonials-tagline p {
margin: 0 0 -5px 0;
padding: 0;
color: #212322;
text-align: center;
font-family: Marcellus;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 150% */
}

#testimonials-tagline cite {
font-size: 14px;
text-transform: uppercase;
font-style: normal;
}

/* ======================
     BLURB
=========================*/

#blurb h2 {
margin-bottom: 32px;
padding: 0;
color: #485CC7;
font: normal 400 50.096px 'Marcellus';
}

#blurb p {
color: #212322;
font-family: "Avenir_Book", sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 350;
line-height: 33px;
}

#blurb img.secondary-logo {
width: 135px;
height: auto;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
	#blurb {
	padding: 0 20px;
	}

	#blurb p {
	font-size: 20px;
	line-height: 30px;
	}
}

.blurb-pages {
padding-top: 40px !important;
padding-bottom: 30px !important;
background: #F7E7E8;
}

/* ======================
     ABOUT US HOME PAGE
=========================*/

#about-us {
padding-top: 93px;
padding-bottom: 80px;
background: #852C4D;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
	#about-us {
	padding-top: 43px;
	padding-bottom: 70px;
	}
}

#about-us h2 {
margin-bottom: 75px;
color: #FF9DA2;
font: normal 400 70px 'Marcellus';
}

.about-us-content {
position: relative;
}

#about-us .about-us-text {
color: #FF9DA2;
font-family: "Avenir_Book", sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 30px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	#about-us h2 {
	margin-bottom: 45px;
	}

	#about-us .about-us-text {
	font-size: 20px;
	padding: 0 20px;
	}

	#about-us .about-us-text p {
	margin-bottom: 40px;
	}
}

@media only screen and (min-width: 992px) {
	#about-us .about-us-text {
	position: absolute;
	bottom: 0;
	right: 100px;
	}

	#about-us .about-us-text p {
	margin-bottom: 52px;
	}
}

/* ======================
     RESPONSIVE H2'S
=========================*/

@media only screen and (min-width: 0px) {
	.different h2,
	#browse-by-style h2,
	#brands h2,
	#shop-by-color h2,
	#popular-designs h3,
	#testimonials-tagline h2,
	#about-us h2 {
    font-size: 35px;
	}

	#blurb h2 {
		font-size: 35px;
	}
}

@media only screen and (min-width: 768px) {
	.different h2,
	#browse-by-style h2,
	#brands h2,
	#shop-by-color h2,
	#popular-designs h3,
	#testimonials-tagline h2,
	#about-us h2 {
    font-size: 55px;
	}

	#blurb h2 {
		font-size: 35px;
	}
}

@media only screen and (min-width: 992px) {
	.different h2,
	#browse-by-style h2,
	#brands h2,
	#shop-by-color h2,
	#popular-designs h3,
	#testimonials-tagline h2,
	#about-us h2 {
    font-size: 60px;
	}

	#blurb h2 {
		font-size: 35px;
	}
}

@media only screen and (min-width: 1200px) {
	.different h2,
	#browse-by-style h2,
	#brands h2,
	#shop-by-color h2,
	#popular-designs h3,
	#testimonials-tagline h2,
	#about-us h2 {
    font-size: 70px;
	}

	#blurb h2 {
		font-size: 45px;
	}
}


/* ======================
     OTHER
=========================*/

.popular-designs p.woocommerce-products-compare-compare-button,
.popular-designs .tinv-wishlist,
.style-template-list p.woocommerce-products-compare-compare-button,
.style-template-list .tinv-wishlist,
.related.products p.woocommerce-products-compare-compare-button,
.related.products .tinv-wishlist {
display: none;
}

.wp-block-yoast-faq-block .schema-faq-section {
border: 1px solid #ccc !important;
margin-bottom: 20px;
padding: 0;
background-color: #fff;
}

.wp-block-yoast-faq-block .schema-faq-section a.schema-faq-question {
font-size: .9em;
}

section#testimonials {
background: #ded2c0;
}

section#testimonials h2 {
padding-bottom: 0;
color: #000;
}

section#testimonials h3 {
font-size: 1.2em;
font-weight: normal;
font-family: "Avenir Book", sans-serif;
}

section#testimonials p {
font-size: .85em;
line-height: 140%;
}

section#testimonials blockquote {
margin: 0;
}

section#testimonials cite {
font-style: normal;
padding-top: 5px;
display: block;
color: #000;
font-size: .85em;
letter-spacing: .05em;
text-transform: uppercase;
}



/* ======================
     FOOTER
=========================*/

section#footer {
padding-top: 127px;
padding-bottom: 30px;
background: #003B5C;
}

section#footer .footer-logo {
margin-top: 50px;
}

.footer-cart {
padding-top: 40px !important;
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
	section#footer {
	padding-top: 40px;
	}

	section#footer ul {
	padding: 0 20px !important;
	}
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
	section#footer {
	padding-top: 60px;
	}

	section#footer .footer-logo {
	margin: 0 auto 50px auto;
	width: 60%;
	height: auto;
	}
}

section#footer ul {
margin: 0;
padding: 0;
list-style: none;
}

section#footer ul li {
margin-bottom: 30px
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	section#footer ul li {
	margin-bottom: 20px
	}
}

section#footer ul li a {
color: #FFF;
display: block;
font: normal 400 20px/normal Marcellus;
text-decoration: none;
}

section#footer ul li a:hover {
color: #FF9DA2;
}

section#footer .footer-links {
margin-bottom: 90px;
}

section#footer .footer-payments {
margin-top: 55px;
padding: 0 20px;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
	section#footer .footer-links {
	margin-bottom: 60px;
	}

	section#footer .footer-payments {
	margin-top: 25px;
	}
}

.post-footer,
.footer-cart {
margin-top: 57px;
color: #FFF;
font: normal 350 14px/22px "Avenir_Medium", sans-serif;
}

.post-footer p {
margin: 0;
padding: 0 10px;
}

.post-footer p a,
.footer-cart a {
color: inherit;
text-decoration: underline;
}

.post-footer p a:hover {
color: #FF9DA2
}

.social-media a {
padding: 0 2px;
color: #fff;
}

.social-media a:hover {
color: #FF9DA2
}

.social-media li.houzz a {
position: relative; top: 2px;
text-indent: -9999px;
width: 27px;
height: 26px;
display: block;
background: url(/wp-content/themes/barstool-comforts-v2/images/icon-houzz_.png) no-repeat 0 0px;
background-size: 26px auto;
}

.social-media li.houzz a:hover {
background-position: 0 -26px;
}

.free-guide-footer {
margin-top: 30px;
background: #F7E7E8;
}

.free-guide-footer h2 {
font-style: normal;
font-family: 'Marcellus', Georgia, serif !important;
}

.free-guide-footer p,
.free-guide-footer ul {
font-size: 18px;
}

.free-guide-footer ul {
margin: 0;
padding: 0 0 15px 15px;
}

.free-guide-footer a {
color: inherit;
}

.free-guide-footer a:hover {
color: #fff;
}

#btn-back-to-top {
position: fixed;
bottom: 20px;
right: 20px;
display: none;
}

#btn-back-to-top svg {
color: #000 !important;
}

/*
  BLOG
*/

.topics ul a {
text-decoration: none;
}

.topics ul .current-cat a {
color: #485CC7;
}

.topics .list-group-horizontal-lg {
display: flex;
flex-wrap: wrap;           /* allow wrapping on small screens */
justify-content: center;   /* center items */
gap: 0.5rem;               /* spacing between items */
padding: 0;
margin: 0;
list-style: none;
}

.topics .list-group-horizontal-lg .list-group-item {
border: 1px solid #ddd;
border-radius: 6px;
background: #fff;
margin: 0;                 /* override any bootstrap spacing */
padding: 0;                /* remove default padding */
}

.topics .list-group-horizontal-lg .list-group-item a {
display: block;
padding: 0.5rem 1rem;
color: #333;
text-decoration: none;
font-weight: 500;
transition: background 0.2s ease, color 0.2s ease;
}

.topics .list-group-horizontal-lg .list-group-item a:hover,
.topics .list-group-horizontal-lg .list-group-item a:focus,
.topics .list-group-horizontal-lg .current-cat a {
background: #f0f0f0;
color: #000;
}

.wp-block-pullquote {
padding: 0 !important;
}

div.tip {
padding: 15px 20px;
background: #fdf0f0
}

div.tip p {
margin: 0;
padding: 0;
}

.blog-articles .card {
padding-bottom: 20px;
text-align: center;
border: 1px solid #fff;
}

.blog-articles .card:hover {
border: 1px solid #000;
}

.blog-articles .card:hover a {
text-decoration: none;
border: 0;
}

.blog article.card .card-img-top,
.category article.card .card-img-top {
height: auto;
}

.blog-articles .card h2 a {
color: #000 !important;
text-decoration: none !important;
}

.blog-articles .card h2 {
margin: 0 0 10px 0;
padding: 10px 0 !important;
display: block;
color: #212322 !important;
font: 21px/27px 'Marcellus', 'Georgia', serif !important;
}

.blog-articles .card p {
margin: 0;
padding: 0;
color: #212322;
font: 17px/24px "Avenir_Book", sans-serif;
}

.card-group .read-article-btn {
padding: 7px 30px;
text-align: center;
letter-spacing: 0.26px;
font: normal 16px/38px 'Avenir_Heavy', sans-serif;
text-transform: uppercase;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
text-decoration: none;
color: #485CC7 !important;
background: #fff;
border: 1px solid #485CC7 !important;
}

.card-group .read-article-btn:hover {
color: #fff !important;
background: #485CC7 !important;
}

.blog-image {
overflow: hidden;
}

figcaption {
font-size: .8em;
text-align: center;
}

.wp-block-buttons {
margin-bottom: 40px;
}

article.blog {
padding: 20px 0;
}

article.blog h2 {
margin: 0;
padding: 0 0 0px 0;
font-size: 1.2em;
font-family: "Avenir_Medium", sans-serif;
line-height: 140%;
}

article.blog p {
margin: 0 0 15px 0;
padding: 0;
}

article.blog h2 a {
color: #bf3843;
text-decoration: none;
border: 0;
}

article.blog a.btn {
padding: 5px 5px 5px 10px;
font-size: .9em;
border: 2px solid #5d5d5d;
opacity: .5;
}

article.blog a.btn:hover {
opacity: 1;
border: 2px solid #000;
}

article.blog a.btn svg {
position: relative; left: -2px; top: -1px;
}

/* COVERS */
.wp-block-cover h3.wp-block-heading {
margin: 0 !important;
padding: 0 !important;
}

.blog article {
font-size: 1.1em;
}

article p {
margin-bottom: 20px;
}

article h2 {
padding: 20px 0 !important;
display: block;
color: #485CC7 !important;
font-family: 'Marcellus', 'Georgia', serif !important;
}

article.excerpt h2 {
padding: 0 0 10px 0 !important;
font-size: 1.4em;
}

article.excerpt h2 a {
color: #000 !important;
}

.page-content article h3 {
margin-top: 30px !important;
}

.page-content article h3.no-margin-top {
 margin-top: 0 !important;
}

.page-content article h4 {
line-height: 140%;
}

.blog ol {
counter-reset: my-awesome-counter;
list-style: none;
padding-left: 40px;
}

.blog ol li {
margin: 0 0 0.5rem 0;
counter-increment: my-awesome-counter;
position: relative;
}

.blog ol li::before {
content: counter(my-awesome-counter);
color: #fff;
font-size: 1.2rem;
font-weight: bold;
position: absolute;
--size: 32px;
left: calc(-1 * var(--size) - 10px);
line-height: var(--size);
width: var(--size);
height: var(--size);
top: 0;
background: #4C5BC0;
border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50px;
text-align: center;
}

.blog article ul {
margin: 0;
padding: 0 0 0 20px;
list-style-type: circle
}

.blog article ul li {
margin-bottom: 15px;
}

.blog ul li strong {
font-weight: normal;
font-family: "Avenir_Heavy", sans-serif;
}

.form-floating {
margin-bottom: 15px;
}

.wp-block-button__link {
padding: 7px 30px !important;
text-align: center;
letter-spacing: 0.26px !important;
font: normal 600 16px/38px "Avenir_Book", sans-serif !important;
text-transform: uppercase;
border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
text-decoration: none !important;
color: #485CC7 !important;
background: #fff;
border: 1px solid #485CC7 !important;
}

.wp-block-button__link:hover {
color: #fff !important;
background: #485CC7 !important;
}

ul.blog-list-large li {
margin-bottom: 20px;
}

ul.blog-list-large li strong {
color: #aa3336;
font-weight: 400;
}

div.blog-steps {
margin-bottom: 20px;
padding: 20px;
background: #eee;
}

article .is-content-justification-center {
margin: 0 auto 40px auto;
display: table;
}

article blockquote,
.wp-block-quote {
background: white;
padding: 20px 30px 20px 30px;
margin: 20px auto 40px auto;
border: solid 2px #485CC7;
padding: 20px 20px 20px 20px;
box-shadow: 13px 13px 0 0 white, 15px 15px 0 0 #485CC7, 15px 11px 0 0 #485CC7, 11px 15px 0 0 #485CC7;
}

@media only screen and (min-width: 992px) {
	article blockquote {
		margin: 1.1em -4em;
	}
}

article blockquote cite,
.wp-block-quote cite {
color: #707070;
text-transform: uppercase;
letter-spacing: .1em;
font: normal 13px "Avenir_Book", sans-serif;
}

article blockquote cite:before,
.wp-block-quote cite:before {
content: "— ";
}

article blockquote p,
.wp-block-quote p {
margin: 0;
padding: 0 0 10px;
font-size: 19px;
line-height: 26px;
font-family: "Avenir_Medium", sans-serif;
}

.wp-block-cover.is-light p,
.wp-block-cover.is-light p a {
color: #fff;
}

figcaption {
font-size: .7em;
}

.bc-callout {
padding: 20px 30px;
border: 3px solid #f5e0cf;
background: #fcf8f4;
}

nav.pagination {
margin-top: 40px;
background: #eee;
}

.nav-links {
margin: 20px auto 20px auto;
}

.nav-links .page-numbers {
margin-right: 5px;
border: 1px solid #ccc;
padding: 3px 10px;
background: #fff;
}

.nav-links .page-numbers.current {
color: #485CC7;
}

.nav-links .page-numbers {
text-decoration: none;
}

.page-count {
text-align: center;
margin-bottom: 20px;
font-size: 18px;
font-weight: 500;
color: #444;
}

.bc-pager {
display: flex;
justify-content: center;
align-items: center;
gap: 24px; /* space between prev/next */
font-size: 20px;
font-weight: 500;
}

.bc-pager a {
text-decoration: none !important;
padding: 6px 15px;
border: 1px solid #ddd;
border-radius: 4px;
background: #fff;
color: #333;
transition: all 0.2s ease;
}

.bc-pager a:hover,
.bc-pager a:focus,
.bc-pager a:active {
background: #163a59 !important;
color: #fff !important;
border-color: #163a59 !important;
opacity: 1 !important;
filter: none !important;
}

/* Ebook Campaign Monitor Form */
form.js-cm-form {
margin: 20px auto;
padding: 30px;
display: block;
background: #eee;
}

form.js-cm-form .input-group {
margin: 0 0 20px 0;
width: 70%;
display: table;
}

form.js-cm-form input {
border-radius: 0;
padding: 8px 10px;
}

form.js-cm-form button {
padding: 3px 20px;
text-align: center;
letter-spacing: 0.26px;
font: normal 600 14px/36px 'Avenir_Book';
text-transform: uppercase;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
text-decoration: none !important;
color: #485CC7 !important;
background: #fff;
border: 1px solid #485CC7 !important;
}

form.js-cm-form button:hover {
color: #fff !important;
background: #485CC7 !important;
}

/* Share Article */

.share-article {
margin-bottom: 40px;
padding: 30px;
text-align: center;
background: #F5E0CF;
}

.share-article h2 {
color: #000 !important;
font-family: 'Marcellus', 'Georgia', serif !important;
}

.share-article ul {
margin: 0;
padding: 0;
}

.share-article ul li {
margin-right: 10px;
display: inline;
}

/* Related Blog Articles */
.crp_related {
margin: 50px 0 !important;
}

.crp_related h3 {
padding-bottom: 10px !important;
}

.crp_related ul li a {
padding: 10px 10px 20px 10px !important;
display: table;
text-align: center;
font-size: .8em;
line-height: 130%;
border: 1px solid #ccc;
}

.crp_related ul li a:hover {
color: #485CC7;
border-color: #485CC7;
}

li.cat-item-1 {
display: none;
}


/*
   PAGES
*/

.content-page-title {
background: #F5E0CF;
overflow: hidden;
}

.single-page {
padding-bottom: 50px;
}

.content-page-title h1 {
margin: 0;
padding: 0 40px;
color: #485CC7;
font-family: Marcellus;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.page-id-32337 figcaption.wp-element-caption {
text-align: center !important;
}

body.page-id-218 figcaption {
text-align: center !important;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
	.content-page-title h1 {
		padding: 20px !important;
		display: block;
	}
}

.content-page-title h2 {
margin-top: 20px !important;
font-size: 40px !important;
}

.content-page-title p {
margin: 0;
padding: 10px 0 0 0;
font-size: 20px;
color: #212322;
}

.page-content {
font-size: 1.1em;
}

.page-content a {
color:inherit;
text-decoration:underline;
}

.page-content a:hover {
color:#485CC7;
}

.page-content h2 {
margin: 0;
padding: 10px 0 15px 0;
color: #485CC7;
font-size: 2em;
font-style: normal !important;
font-family: Marcellus, serif;
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
	.page-content h2 {
	font-size: 1.3em;
	line-height: 140%;
	}

	.page-content h2 br {
	display: none;
	}
}

.page-content h2 em {
margin: 0;
padding: 0 0 10px 0;
color: #212322;
font-family: Marcellus;
}

.page-content em {
font-style: normal;
font-family: "Avenir_Book_Oblique", sans-serif;
}

.page-content p em {
font-family:Avenir_Light_Italic;
}

.page-content h2.black {
color: #000;
}

.page-content h3 {
margin:0;
padding:10px 0 15px;
font:21px/26px "Avenir_Black",Arial,sans-serif
}

.page-content h4 {
margin: 0;
padding: 10px 0 10px 0;
color: #485CC7;
text-transform: uppercase;
letter-spacing: .1em;
font: 17px "Avenir_Light", Arial, sans-serif;
}

.page-content h4 strong {
font:17px avenir_heavy,Arial,sans-serif
}

.page-content h5 {
margin:0 0 25px 0;
padding:0;
color:#485CC7;
font-size:22px;
font-family:"Avenir_Light,sans-serif;
line-height:140%
}

.page-content h6 {
margin-bottom: 20px;
font-size: 1.3em;
letter-spacing: 0;
line-height: 1.5em;
padding-bottom: 15px;
position: relative;
}

.page-content h6:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 5px;
width: 55px;
background-color: #111;
}

.page-content h6:after {
content: "";
position: absolute;
left: 0;
bottom: 2px;
height: 1px;
width: 95%;
max-width: 255px;
background-color: #333;
}

.page-content strong {
font-family: "Avenir_Medium", sans-serif;
}

.page-content .border-image img {
border: 1px solid #ccc;
}

.page-content ol.toc li a {
font-family: "Avenir_Book", sans-serif;
border: 0;
}

.page-content ol.toc li a:hover {
color: #485CC7;
}

figure.aligncenter .wp-element-caption {
text-align: center;
}

table thead th {
  color:#000;
  font-size: 20px;
  font-weight: normal;
  font-family:Marcellus, serif;
}

table thead tr {
  background: #eee;
}

table tbody th {
color: #000;
font-weight: normal;
}

table.table-compare th {
color: #000;
text-align: right !important;
}

table tr:hover {
background: #eee !important;
}

table tr.products:hover {
background: #fff !important;
}

.table-compare .product-link h2 {
color: #212322;
font: 18px/24px Marcellus, serif;
}

.table-compare .product-link h2:hover {
color: #485CC7;
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
	.table-compare .product-link h2 {
	font-size:1.1em;
	}
}

.table-compare .add_to_cart_button {
margin-bottom: 20px !important;
}

.table-compare span.price span {
color: #000;
}

.how-it-works img {
margin-bottom: 20px;
height: 100px;
width: auto !important;
}

.how-it-works span {
margin-bottom: 15px;
font-style: normal;
color: #485CC7;
display: block;
font-family: "Avenir_Heavy", sans-serif;
}

.how-it-works a {
color: inherit;
}

.seating-available th,
.seating-available td {
text-align: center;
}

.btn-minimal {
margin-top: 10px;
padding: 7px 15px;
display: table;
text-decoration: none !important;
border: 1px solid #ccc !important;
border-radius: 5px;
}

@media only screen and (min-width: 0px) {
	.about-slots {
	padding: 40px 0;
	}

	.slot {
	margin-bottom: 30px;
	}

	.faq-toc {
	margin-bottom: 60px;
	padding: 20px 40px;
	text-align: center;
	border: 2px solid #485CC7;
	}

	.faq-toc strong {
	display: block;
	font-weight: normal;
	}

	.btn-minimal {
	margin: 10px auto 0 auto;
	}
}

@media only screen and (min-width: 768px) {

	.faq-toc {
	text-align: left;
	}

	.faq-toc strong {
	display: inline;
	font-weight: normal;
	}

	.about-slots {
	padding: 0;
	}

	.slot {
	margin-bottom: 0;
	height: 450px;
	overflow: hidden;
	}

	.slot .hero-image {
	height: 450px;
	overflow: hidden;
	}

	.btn-minimal {
	margin: 10px 0 0 0;
	}
}


@media only screen and (min-width: 992px) {
	.slot {
		height: 350px;
		overflow: hidden;
	}

	.slot .hero-image {
		height: 350px;
		overflow: hidden;
	}
}

.slot p {
margin:0;
padding: 0;
}

.facet h2 {
padding: 20px 0 !important;
display: block;
color: #000 !important;
font-family: 'Marcellus', 'Georgia', serif !important;
}

.facet h2 {
font-size: 1.5em;
}

.schema-faq {
margin-top: 20px;
margin-bottom: 30px;
}

.schema-faq-section {
margin-bottom: 0px;
padding: 20px 0;
border-bottom: 0px solid #ccc;
}

.schema-faq-section .schema-faq-question {
margin-bottom: 7px;
display: block;
color: #000;
font-weight: normal !important;
}

.schema-faq-section p.schema-faq-answer {
margin-left: 10px;
}

.schema-faq-section .faq-q-open {
color: #485CC7;
font-family: "Avenir_Heavy", sans-serif;
}


/* ABOUT-US-PG */

#content.about-us {
background: #F5E0CF;
overflow: hidden;
}

@media only screen and (min-width: 992px) {
	.about-us-section {
	padding-bottom: 200px;
	}

	.about-us-section-last {
	padding-bottom: 100px;
	}

	.about-us .wavy-line {
	margin-bottom: 40px;
	}
}

.about-us .social-media a {
opacity: .4 !important;
}

.about-us .social-media a:hover {
opacity: 1 !important;
}


/* CONTACT FORM */

.bg-pink {
padding: 40px 40px;
background: #eee;
border: 2px solid #eee;
}

@media only screen and (min-width: 768px) {
	.bg-pink {
	margin-bottom: 40px;
	padding: 40px 80px;
	}
}

form .gform_body .gsection {
margin: 0;
padding: 0;
border: 0;
}

form .gform-body h2.gsection_title {
padding: 5px 0 5px 0 !important;
display: block;
}

form .gform_body label {
color: #000;
font-weight: normal !important;
font-size: 20px !important;
font-family: "Marcellus", serif;
}

form .gform_body .has_street label {
padding-top: 4px;
color: #444;
letter-spacing: 0 !important;
}

form .gform_body .gfield_required {
margin: 0;
padding: 0;
}

form .gform_body .select2-selection__rendered {
position: relative; top: 9px;
}

form .gform_body span.select2-selection__arrow {
position: relative;
top: 9px !important;
right: 8px !important;
}

.gform_validation_errors {
padding: 0 !important;
border: 1px solid #000 !important;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error {
background: #fff !important;
border: 0 !important;
}

.gfield--type-address {
padding: 30px 40px !important;
display: block;
overflow: hidden;
background: #eee;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

label.gfield_label_before_complex {
margin-bottom: 0px;
}

form .gform_body .gfield--type-address .ginput_container label {
margin-top: 10px !important;
margin-bottom: 6px !important;
font-size: 16px !important;
}

form .gform_body .gfield_required_asterisk {
color: #b92430;
position: absolute; top: -9999px; left: -9999px;
}

form .gform_body input,
form .gform_body textarea {
padding: 9px 15px !important;
border-radius: 5px;
width: 100% !important;
border: 1px solid #ccc;
color: #000;
font-family: "Avenir_Light", sans-serif !important;
}

form .gform_body input:hover,
form .gform_body input:focus,
form .gform_body textarea:hover,
form .gform_body textarea:focus {
border-color: #000;
outline: none;
}

form .gform_body .ginput_container_fileupload input {
margin-right: 15px;
background: #fff;
}

form .gform_body .gform_fileupload_rules {
font-size: .9em;
}

.gform-body span.address_state span.select2 span.select2-selection {
height: 46px;
border: 1px solid #ccc;
}

form .gform_button {
padding: 7px 30px;
text-align: center;
letter-spacing: 0.26px;
font: normal 600 16px/38px "Avenir_Book", sans-serif;
text-transform: uppercase;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
color: #485CC7;
background: #fff;
border: 1px solid #485CC7;
}

form .gform_button:hover {
color: #fff !important;
background: #485CC7 !important;
}

/* GIFT CARD PAGE */

form.variations_form tr:hover {
background: none !important;
}

form.variations_form span.select2-selection__arrow {
width: 300px !important;
}

form.variations_form label {
position: relative;
top: 4px;
}

form.variations_form span#select2-gift-card-amount-container {
position: relative;
top: 4px;
}

/* MODAL POP-UPS */

.modal-body {
padding: 20px 40px 40px 40px;
}

.modal-body h2 {
padding: 10px 0 20px 0;
color: #212322;
text-align: center;
font-size: 28px;
font-style: normal;
font-family: Marcellus, serif !important;
}

.modal-body .form-group {
margin-bottom: 20px;
}

.modal-body label {
padding: 0 0 5px 0;
display: block;
color: #212322;
font-size: 18px;
font-family: "Avenir_Medium", sans-serif !important;
}

.modal-body input {
padding: 10px 15px;
}

.modal-body input:hover,
.modal-body input:focus {
border: 1px solid #000;
outline: none !important;
}

.modal-body .input-group label.input-group-text {
padding: 10px;
}

.modal-body button {
margin: 0 auto;
padding: 5px 20px;
display: table;
text-align: center;
letter-spacing: .05em;
font: normal 600 14px/30px "Avenir_Book", sans-serif;
text-transform: uppercase;
color: #485CC7;
background: #fff;
border: 1px solid #485CC7;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
text-decoration: none !important;
}

.modal-body button:hover {
color: #fff !important;
background: #485CC7 !important;
}

/* SITEMAP */

.sitemap h2 {
padding:30px 0 10px!important
}

.sitemap h2 a {
color:#485CC7;
text-decoration:none
}

.sitemap h2 a:hover {
color: #000;
}

.sitemap ul {
margin:0;
padding:0;
list-style:none
}

.sitemap ul li {
margin-bottom:5px
}

.sitemap ul a {
text-decoration:none;
color: #707070;
}

.sitemap ul a:hover {
color: #000;
}

.sitemap li a.heading {
margin:0 0 5px;
padding:0;
font-size:1em;
color:#485CC7;
background:0 0;
border:0;
text-transform: uppercase;
}

.sitemap hr.dropdown-divider {
margin: 10px 0 !important;
padding: 0 !important;
background: #e0e0e0;
margin: 10px;
height: 2px;
}

.sitemap .bump {
padding-top:30px;
}

/* ALL CATEGORIES */

section.all-categories figure {
text-align: center;
}

.all-categories .card a {
text-decoration: none;
}

.all-categories .card strong {
margin: 0 auto 5px auto;
display: table;
font-weight: 400;
font-family: "Avenir_Light", sans-serif;
border-bottom: 1px solid #fff;
}

.all-categories .card a:hover strong {
border-bottom: 1px solid #485CC7;
}

.card-group .card.text-only:hover {
border-color: #d2d2d2;
}

.card-group .card.text-only a {
font-size: .9em;
border-bottom: 0px solid #444;
}

.card-group .card.text-only a:hover {
border-bottom: 1px solid #000;
}

/* BRAND & CATEGORY PAGES */

.about-brand .toggle-content,
.about-category .toggle-content,
.toggle-content-narrow {
display:none;
}

.bsc-most-popular {
margin-bottom: 50px;
padding: 20px 40px 0 40px;
background: #fff;
border: 10px solid #ddd;
display: block !important;
}

.coastal-products .bsc-most-popular {
display: none !important;
}

body.term-french-country-bar-stools .bsc-most-popular,
body.term-adjustable-height-bar-stools .bsc-most-popular,
body.term-oval-back-bar-stools .bsc-most-popular,
body.term-chair-vanity-height .bsc-most-popular,
body.term-backs-with-rings-bar-stools .bsc-most-popular,
body.term-benches .bsc-most-popular,
body.term-billiard-pool-bar-stools .bsc-most-popular,
body.term-lattice-back-bar-stools .bsc-most-popular,
body.term-open-back-bar-stools .bsc-most-popular,
body.term-tilt-swivel-bar-stools .bsc-most-popular,
body.term-saddle-bar-stools .bsc-most-popular,
body.term-comfortable-luxurious-seating .bsc-most-popular {
display: none !important;
}

.bsc-most-popular h2 {
padding-bottom: 30px !important;
text-align:center;
font-size: 23px !important;
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
	.bsc-most-popular ul.products .price-title-ratings-wrap h2.woocommerce-loop-product__title {
	font-size: 17px !important;
	}
}

@media only screen and (min-width: 577px) and (max-width: 900px) {
	.bsc-most-popular ul.products .price-title-ratings-wrap h2.woocommerce-loop-product__title {
	font-size: 15px !important;
		line-height: 120% !important;
	}
}

@media only screen and (min-width:580px) and (max-width: 767px) {
	.bsc-most-popular ul.products li:nth-child(3) {
		display: none !important;
	}
}

.brand-products {
padding-bottom: 100px;
}

.about-category em {
font-style: normal;
font-family: "Avenir_Book_Oblique", sans-serif;
}

.about-brand .toggle-link,
.about-category .toggle-link {
cursor: pointer;
}

.about-brand .alignright,
.after-product-info .alignright {
margin-left: 20px;
margin-bottom: 10px;
float: right;
}

.about-brand .alignleft,
.after-product-info .alignleft {
margin-right: 20px;
margin-bottom: 10px;
float: left;
}

.product-info img.alignleft {
margin-right: 20px;
margin-bottom: 10px;
float: left;
}

.product-info img.alignright {
margin-left: 20px;
margin-bottom: 10px;
float: right;
}

.after-product-info h3.space-above {
margin-top: 50px;
}

.about-brand p.wp-caption-text,
.after-product-info p.wp-caption-text {
padding-top: 8px;
font-size: .85em;
color: #8e8e8e;
}

.after-product-info ul {
margin: 0;
padding: 0 0 0 20px;
list-style-type: circle
}

.after-product-info ul li {
margin-bottom: 15px;
}

.after-product-info ul li strong {
font-weight: normal;
font-family: "Avenir_Heavy", sans-serif;
}

.wp-element-caption {
font-size:14px;
color: #707070;
text-align: left;
}

.schema-faq-question {
margin-bottom: 20px;
}

.woo-entry-new-badge {
top: 0;
right: 0;
position: absolute;
background: #fff;
color: #9b9b9b;
border: 2px solid #9b9b9b;
padding: 3px 7px;
font-size: .65em;
letter-spacing: .08em;
text-transform: uppercase;
}

/* FACETS */

aside#narrow-results .border {
padding: 0 30px 20px 30px;
border: 2px solid #485CC7 !important;
background: #fff;
}

p.narrow-heading {
margin: 25px 0 30px 0;
text-transform: uppercase;
color: #000;
font-weight:normal;
font-size: .8em;
letter-spacing:2px;
}

.facet h2 {
margin: 0;
padding: 0 0 14px 0 !important;
color: #485CC7 !important;
font-size: 24px;
font-family: Marcellus, serif !important;
}

div.facetwp-facet {
font-size: 17px;
}

section.facet .facetwp-checkbox {
background-position-x: 2px !important;
background-position-y: 5px !important;
line-height: 25px;
}

.facetwp-display-value {
position: relative;
left: 2px;
}

div.facetwp-checkbox:hover {
outline: 2px solid #ddd;
outline-offset: 1px;
background-color: #fff;
}

.facetwp-counter {
color: #a7a7a7;
font-size: .8em;
}

.facetwp-counts {
position: absolute;
top: -9999px;
left: -9999px;
}

.facetwp-paginated-loading {
	position: absolute;
	width: 30px;
	height: 30px;
}

.woocommerce-ordering {
margin: 0 0 30px 0 !important;
float: none !important;
display: table;
}

.woocommerce-ordering select {
padding: 5px;
border-radius: 0;
border: 1px solid #000;
background: #fff;
cursor: pointer;
text-transform: capitalize;
}

/* PRODUCT LISTINGS */

@media only screen and (min-width: 0px) and (max-width: 576px) {
	.bsc-most-popular ul.products li:nth-child(3) {
	display: none;
	}
}

ul.products a {
text-align: center;
}

.woocommerce ul.products li.product a img.attachment-woocommerce_thumbnail {
 aspect-ratio:.652;
 object-fit:cover
}

.price-title-ratings-wrap {
height: 150px !important;
}

@media only screen and (min-width: 0) and (max-width: 576px) {
	.price-title-ratings-wrap {
	height: 180px !important;
	}
}

ul#breadcrumblist {
text-align: center;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
	.woocommerce-ordering {
	margin: 0 auto !important;
	display: table !important;
	}
}

span.onsale {
display: none;
}

span.price {
margin-bottom: 10px;
display: block;
}

span.price del {
position: absolute;
top: -9999px;
left: -9999px;
}

span.price span {
color: #000;
}

span.price ins {
text-decoration: none;
}

span.brand {
margin: 0 0 -10px 0;
padding: 0;
color: #212322;
font-size: .8em;
text-align: center;
display: block;
letter-spacing: .05em;
text-transform: uppercase;
}

span.price .woocommerce-Price-amount,
span.price span.woocommerce-Price-currencySymbol {
color: #212322 !important;
font-weight: normal;
font-size: 17px;
font-family: "Avenir_Medium", sans-serif;
}

.page-content .brand-products li.product h2 {
margin: 10px 0 10px 0 !important;
padding: 0 !important;
color: #212322 !important;
font: 19px/24px 'Marcellus', serif !important;
}

.page-content li.product h2:hover {
color: #485CC7 !important;
}

.brand-products ul.products a.button.product_type_simple {
padding: 10px 20px;
letter-spacing: 0.26px;
font-size: 16px;
line-height: 22px;
}

@media only screen and (min-width: 768px) {
	.brand-products ul.products a.button.product_type_simple {
	padding: 15px 30px;
	}
}

.rating-container {
margin: 0 auto;
display: table;
color: #212322;
font-size: 15px;
}

.rating-container img.Rating {
position: relative;
top: 5px;
margin-right: 3px !important;
width: auto !important;
height: 15px !important;
display: inline !important;
}

p.woocommerce-products-compare-compare-button {
margin: 20px auto 0 auto;
padding: 0 40px 10px 40px;
display: table;
font-size: 15px;
color: #6b6b6b;
border-bottom: 1px solid #ccc;
}

p.woocommerce-products-compare-compare-button label {
cursor: pointer;
}

p.woocommerce-products-compare-compare-button label:hover {
color: #485CC7;
}

p.woocommerce-products-compare-compare-button input {
margin-right: 3px;
}

p.woocommerce-products-compare-compare-button i {
display: none;
}

p.woocommerce-products-compare-compare-button span.dashicons {
position: relative; top: 1px;
}

li.product .tinvwl_add_to_wishlist_button {
margin: 10px auto 0 auto !important;
display: table;
font-size: 15px;
color: #6b6b6b;
}

li.product .tinvwl_add_to_wishlist_button:hover {
color: #485CC7;
}

ul.products a.button.product_type_simple {
margin: 0 auto;
display: table !important;
color: #485CC7;
text-transform: uppercase;
padding: 20px 40px;
letter-spacing: 0.26px;
font-family: "Avenir_Heavy", sans-serif;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
border: 1px solid #485CC7;
text-decoration: none;
background: none;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	ul.products a.button.product_type_simple {
	padding: 12px 10px;
	font-size: 13px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	ul.products a.button.product_type_simple {
	padding: 13px 20px;
	}
}

ul.products a.button.product_type_simple:hover {
color: #fff !important;
border-color: #485CC7 !important;
background: #485CC7;
}

/* CATEGORY and BRAND PAGINATION */

.woocommerce-pagination {
margin-bottom: 40px;
padding: 20px;
background: #e1e2e2;
}

.facetwp-pager {
text-align: left;
}

@media only screen and (max-width: 576px) {
	.facetwp-pager {
		margin: 0 auto 10px auto;
		display: table;
	}
}

.facetwp-pager a.facetwp-page {
margin-right: 7px;
color: #fff;
background: #485CC7;
padding: 4px 12px;
text-decoration: none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.facetwp-pager a.facetwp-page:hover {
background: #212322;
}

.facetwp-pager a.facetwp-page.active {
background: #212322;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.view-all a {
padding: 7px 30px;
text-align: center;
letter-spacing: 0.26px;
font: normal 600 16px/38px "Avenir_Book", sans-serif;
text-transform: uppercase;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
text-decoration: none !important;
color: #fff !important;
background: #485CC7;
}

.view-all a:hover {
color: #fff !important;
background: #212322 !important;
}

/* Hides popover content */
div.hide {
	display: none;
}

/* BRAND DESCRIPTION */

.after-product-info,
.about-brand {
font-size: 19px;
line-height: 28px;
}

.about-brand h2,
.after-product-info h2{
padding: 20px 0 10px 0;
color: #485CC7;
font-size: 30px;
font-style: italic;
font-family: 'Marcellus', Georgia, serif !important;
}

.after-product-info h2 {
padding: 30px 0 10px 0;
color: #485CC7;
}


/* Handpicked Products */
	.wc-block-handpicked-products ul li {
	background: none !important;
	}

	.wc-block-handpicked-products img {
	height: auto;
	}

	.wc-block-handpicked-products .wc-block-grid__product-title {
	font-weight: normal;
	line-height: 135%;
	}

/* Specifics */
	.wp-block-columns .wp-block-image img {
	height: auto !important;
	}

	body.postid-16690 header.page-title .col-lg-9 {
	width:100%
	}

	body.postid-16690 header.page-title h1,
	body.postid-16690 .summary p.price {
	text-align:center!important
	}

	body.postid-16690 form.cart {
	margin:0 auto;
	display:table;
	background:0 0
	}

	body.postid-16690 .single_add_to_cart_button {
	margin:0 auto!important;
	display:table;
	float:none!important
	}

	body.postid-16690 .urgency-note {
	margin:0 auto;
	width:50%;
	text-align:center
	}

/* WISHLIST */
tr.wishlist_item button.button {
font-size: .7em;
background: #b92430 !important;
}

.tinv-header {
text-align: center;
}

p.return-to-shop {
margin: 0 auto;
display: table;
}

p.return-to-shop a {
padding: 7px 30px !important;
text-align: center;
letter-spacing: 0.26px;
font: normal 600 16px/38px "Avenir_Book", sans-serif !important;
text-transform: uppercase;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
text-decoration: none !important;
color: #485CC7 !important;
background: #fff !important;
border: 1px solid #485CC7 !important;
}

p.return-to-shop a:hover {
color: #fff !important;
background: #485CC7 !important;
}

.wishlist_products_counter .badge {display:none}
.wishlist_products_counter.wishlist-counter-with-products .badge {display:inline-block}

.wishlist_item .product-action button.alt {
background: #485CC7 !important;
}

.tinv-txt {
color: #485CC7;
font-size: 22px;
font-family: Marcellus, serif;
}

.tinvwl-buttons-group button {
padding: 5px 20px !important;
text-align: center;
letter-spacing: 0.26px !important;
font: normal 600 16px/38px "Avenir_Book", sans-serif; !important;
text-transform: uppercase;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
text-decoration: none !important;
color: #212322 !important;
background: #fff !important;
border: 1px solid #212322 !important;
}

.tinvwl-buttons-group button:hover {
border-color: #485CC7 !important;
color: #485CC7 !important;
}

/* SHOPPING CART */

div.call-us-cart {
color:#FF9DA2;
padding: 10px 2px;
text-align: center;
min-height: 60px;
background: #852C4D;
}

@media only screen and (min-width: 576px) {
	div.call-us-cart {
		line-height: 60px;
		padding-top: 0;
		padding-bottom: 0;
	}
}

div.call-us-cart p {
margin: 0;
padding: 0;
}

div.call-us-cart a {
color: inherit;
}

div.call-us-cart a:hover {
color: #fff;
}

.shopping-cart-content a:hover {
color: #485CC7 !important;
}

.woocommerce-cart-form table.table tr:hover,
.woocommerce-cart-form table.table tr:hover td {
background: none !important;
}

.woocommerce-cart-form table.table .product-name a:hover {
color: #b92430;
}

.woocommerce .product-remove a.remove {
color: #444 !important;
display: block;
}

.cart-logo {
padding: 40px 0;
background: #003B5C;
}

.cart-logo img {
height: 80px !important;
}

h2.shopping-cart-title,
.cart_totals h2 {
padding: 20px 0 !important;
display: block;
color: #485CC7;
font-family: 'Marcellus', serif;
}

.cart_totals h2 {
padding: 0 !important;
font-size: 1.4em;
}

.cart_totals .fee {
	display: none;
  }

.shopping-cart-content .coupon input#coupon_code {
width: 200px !important;
}

.woocommerce-cart-form a {
color: inherit;
}

.shopping-cart-sidebar-bg {
margin-top: -10px;
padding: 40px 20px 10px 20px;
text-align: left;
font-size: .9em;
background: #f0f0f0;
}

.shopping-cart-sidebar-bg p {
line-height: 143%;
}

.shopping-cart-sidebar-bg h4 {
padding-top: 20px;
font-size: 1em;
text-align: center;
}

.cart_totals h2 {
margin: 0 !important;
padding: 0 0 10px 0 !important;
text-transform: capitalize;
}

.checkout-button {
text-align: center;
letter-spacing: 0.26px;
font: normal 600 16px/38px "Avenir_Book", sans-serif !important;
text-transform: uppercase;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
text-decoration: none !important;
color: #fff !important;
background: #485CC7 !important;
border: 1px solid #485CC7 !important;
}

@media only screen and (min-width: 768px) {
	.checkout-button {
	padding: 7px 20px !important;
	}
}

@media only screen and (min-width: 992px) {
	.checkout-button {
	padding: 7px 10px !important;
	font-size: 14px !important;
	}
}

@media only screen and (min-width: 1200px) {
	.checkout-button {
	padding: 7px 10px !important;
	}
}

a.checkout-button:hover {
color: #fff !important;
background: #5e6cc6 !important;
}

.woocommerce-error,
.woocommerce-info {
border-color: #485CC7 !important;
}

.woocommerce-error a {
color: inherit;
}

.woocommerce-error::before,
.woocommerce-info::before{
color: #485CC7 !important;
}

.cards-save img {
margin-top: 10px !important;
width: auto;
height: 40px;
}

.cards-save a {
margin: 5px 0 0 6px !important;
display: table;
padding: 5px 15px;
font-family: Avenir Heavy;
border-radius: 0;
color: #b0b0b0;
border: 3px solid #b0b0b0;
text-decoration: none !important;
}

.cards-save a:hover {
color: #485CC7 !important;
border-color: #485CC7
}

/*
.ppc-button-wrapper {
padding-bottom: 40px;
background: #ebe9eb;
}

div.paypal-buttons {
margin: 0 30px !important;
width: 300px !important;
}
*/

.wc_payment_method label {
display: inline-block;
cursor: pointer;
font-size: 20px;
font-family: "Avenir_Heavy", sans-serif;
}

.woocommerce-checkout .woocommerce .blockUI.blockOverlay {
position: relative! important;
display: none! important;
}

.woocommerce-checkout .checkout #submit_loader {
display:none;
}

.woocommerce-checkout .checkout.processing #submit_loader {
display:inline-block;
width: 58px;
height: 58px;
line-height: 58px;
display: block;
float: right;
margin-left: 20px;
/* margin-top: 12px; */
border-radius: 29px;
/* animation: spin 1s ease-in-out infinite; */
}

#checkout_paypal_message {
display: none;
}

.cxecrt-top-bar {
padding: 25px 0;
color: #485CC7;
font: 26px/26px Marcellus, serif !important;
}

.cxecrt-button {
font-size: 1.2em !important;
background: #485CC7 !important;
text-decoration: none;
}

.cxecrt-button:hover {
background: #6474cc !important;
}

input#coupon_code {
width: 250px;
}

.cart-empty {
display: none;
}

.empty-cart-icon {
opacity: .2;
}

.empty-cart-text a {
color: inherit !important;
}

.empty-cart h2 {
color: #485CC7;
font: 22px/26px Marcellus, serif !important;
}

.empty-cart a h2 {
color: #212322 !important;
}

.woocommerce-message {
border-color: #485CC7 !important;
}

.woocommerce-message a {
color: inherit !important;
}

.woocommerce-message:before {
color: #485CC7 !important;
}

a.tm-cart-edit-options {
font-style: normal !important;
}


/* CHECKOUT PAGE */

.checkout-page .woocommerce-form-coupon-toggle {
display: none;
}

table.woocommerce-checkout-review-order-table tr:hover,
table.woocommerce-table--order-details tr:hover {
background: none !important;
}

table.woocommerce-checkout-review-order-table a {
color: inherit;
}

table.woocommerce-table th {
font-family: "Avenir_Medium", Arial, sans-serif;
}

table.woocommerce-table td {
font-weight: normal !important;
font-family: "Avenir_Book", Arial, sans-serif;
}

div.woocommerce-billing-fields {
margin-bottom: 20px;
border: 1px solid #ccc;
padding: 30px;
}

div.woocommerce-additional-fields__field-wrapper {
margin-top: 20px;
}

.checkout-page h3 {
color: #485CC7;
text-transform: capitalize;
font: 24px/30px "Marcellus", Georgia, serif;
}

h3#ship-to-different-address span {
position: relative; top: 2px;
}

.checkout-page p.form-row {
margin-bottom: 15px !important;
}

.checkout-page p.form-row label {
color: #000;
text-transform: capitalize;
font-family: "Avenir_Heavy", Arial, sans-serif;
font-size: 1.1em;
}

.checkout-page input,
.checkout-page textarea {
padding: 10px;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.checkout-page input:hover,
.checkout-page textarea:hover {
background: #fff;
}

.checkout-page input.wc-credit-card-form-card-number {
background: #fff;
}

select.woocommerce-cc-month,
select.woocommerce-cc-year {
background: #fff;
border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.checkout-page p#billing_country_field strong {
font-weight: normal;
}

.checkout-page abbr.required {
color: #000 !important;
}

#billing_phone-description,
#billing_email-description {
background: #485CC7;
}

.form-row .woocommerce-input-wrapper .description::before {
border-color: #77a195 transparent !important;
}

.form-row .woocommerce-input-wrapper span.select2-selection--single,
.form-row .woocommerce-input-wrapper input,
.form-row .woocommerce-input-wrapper textarea,
div#wc-customer-source select {
	border-color: #969696 !important;
}

#billing_state_field .select2-selection__arrow,
#billing_country_field .select2-selection__arrow
{ display: none; }

#customer_details {
margin-bottom: 30px
}

.shipping_address {
margin-bottom: 20px;
padding: 40px;
border: 1px solid #ccc;
}

.checkout-page span.image {
margin-right: 20px;
float: left;
width: 15%;
display: block;
}

.checkout-page div.info,
.checkout-page span.item-information {
width: 80%;
display: block;
float: left;
}

.checkout-page span.item-information a {
color: inherit;
}

.checkout-page span.item-information a:hover {
color: #b92430;
}

.checkout-page span.product-quantity,
table.shop_table span.quantity {
display: block !important;
}

.checkout-page #payment {
margin-bottom: 40px;
}

.security-seal {
float: right;
}

div#ppcp-axo-payment-container {
padding: 0 20px;
background: none !important;
}

div#ppcp-axo-payment-container a {
color: #000;
}

.checkout-page button#place_order {
padding: 10px 40px;
text-align: center;
letter-spacing: 0.26px;
font: normal 600 18px/38px "Avenir_Book", sans-serif;
text-transform: uppercase;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
text-decoration: none !important;
color: #fff !important;
background: #485CC7;
border: 1px solid #485CC7 !important;
}

.checkout-page button#place_order:hover {
color: #485CC7 !important;
background: #fff;
}

.express-provided-address br {
display: block;
}

a.angelleye_cancel {
text-transform: capitalize;
padding: 13px 25px !important;
font: 1.1em "Avenir_Medium", Arial, sans-serif !important;
background: #444 !important;
}

/*new button*/
button.ppcp-dcc-order-button {
background: #aa3336 !important;
text-transform: capitalize;
padding: 20px 40px !important;
font: 1.3em "Avenir_Medium", Arial, sans-serif !important;
}

button.ppcp-dcc-order-button:hover {
background: #862224 !important;
}

.axo-checkout-header-section a {
color: #000;
}

button#ppcp-axo-billing-email-submit-button {
background: #4b5bc0;
}

button#ppcp-axo-billing-email-submit-button:hover {
background: #023b5c;
}

#ppcp-axo-customer-details input#billing_email {
height: 48px;
}

button.alt.ppcp-dcc-order-button {
background: #475cc7 !important;
}

button.alt.ppcp-dcc-order-button:hover {
background: #003b5d !important;
}

.ppcp-axo-loading .woocommerce-billing-fields {
display: none;
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
	div#ppcp-messages {
	margin: 0 auto 20px auto;
	display: table;
	}
}

/* THANK YOU RECEIPT PAGE */

.woocommerce-order-received h2.shopping-cart-title {
display: none;
}

header.receipt {
margin-bottom: 30px;
padding: 20px 20px 10px 20px;
text-align: center;
background: #efefef;
}

header.receipt h1 {
color: #485CC7;
font: 30px/30px 'Marcellus', 'Georgia', serif;
text-align: center;
}

header.receipt em {
font-style: normal;
font-family: "Avenir_Heavy", Arial, sans-serif;
}

.page-template-custom-cart .inspect-instructions,
.page-template-custom-cart .assembly-instructions {
display: none;
}

.woocommerce-checkout #payment {
background: #eee !important;
}

.woocommerce-checkout #payment div.payment_box {
background: #fff !important;
}

.woocommerce-checkout #payment div.payment_box:before {
display: none !important;
}

ul.woocommerce-order-overview {
margin: 0 auto 30px auto !important;
padding: 0;
display: table;
font-size: 1.2em;
text-align: center;
opacity: .6;
}

ul.woocommerce-order-overview li {
text-transform: none !important;
}

body.woocommerce-order-received h2 {
margin: 0;
padding: 0 0 10px 0;
color: #485CC7;
text-transform: capitalize;
font: 30px/30px 'Marcellus', 'Georgia', serif;
}

ul.wc-item-meta li strong {
font-family: "Avenir_Medium", Arial, sans-serif;
}

.woocommerce .woocommerce-customer-details address {
border: 1px solid #ccc !important;
}

/* COMPARE FEATURE ON CATEGORY PAGE */

.products-compare-preview {
padding: 0px 0;
background: #fff;
border-top: 5px solid #ccc;
}

.products-compare-preview .compare-item {
padding: 20px;
border-left: 1px dotted #ccc;
}

.products-compare-preview .image img {
padding: 2px;
border: 1px solid #ccc;
}

.products-compare-preview .title {
padding: 0;
font-size: .9em;
}

.products-compare-preview .title a {
color: #000;
text-decoration: none;
font: .9em/135% "Avenir_Book", Arial, sans-serif;
display: block;
}

.products-compare-preview .title a:hover {
text-decoration: underline;
}

.products-compare-preview .btn-primary,
.products-compare-preview .btn-secondary {
margin: 0 10px 5px 0;
padding: 5px 10px 5px 15px;
font-family: "Avenir_Medium", Arial, sans-serif;
border-radius: 0;
border: 3px solid #5d5d5d;
text-decoration: none;
text-transform: capitalize;
background: none;
}

.products-compare-preview .btn-primary:hover {
color: #b92430;
border-color: #b92430;
background: none;
}

.products-compare-preview .btn-secondary {
padding: 5px 10px 5px 10px;
color: inherit;
opacity: .5;
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
	.products-compare-preview .products-compare-buttons {
	margin-top: -10px;
	}
}

.search-results-title {
text-transform: capitalize;
}

.wc-search-results h2.woocommerce-loop-product__title {
color: #717171 !important;
}

.results-0 a {
color: inherit !important;
text-decoration: underline !important;
}

.results-0 a:hover {
color: #485CC7 !important;
}

/* HEIGHT PAGE */

.calculators {
margin-bottom: 20px;
padding: 20px 0;
border-radius: 5px;
background: #eee;
}

.calculators h3 {
padding-bottom: 5px;
}

.height-calculator .select-label {
margin-bottom: 5px;
display: block;
color: #485CC7;
text-transform: capitalize;
font-family: "Avenir_Medium", Arial, sans-serif;
}

.height-calculator .select-label br {
display: block;
}

.height-calculator div.question {
margin-bottom: 15px;
}

.height-calculator div.answer {
padding: 20px;
background: #fff;
}

.height-calculator .answer-image {
margin: 0 auto;
display: block;
width: auto;
height: 180px;
text-align: center;
}

.height-calculator .calculator-cta {
margin-top: 10px;
display: inline-block;
padding: 10px 20px;
font-family: "Avenir_Heavy", sans-serif;
border-radius: 0;
border: 3px solid #5d5d5d;
text-decoration: none !important;
}

#bscbs_qty_calculator p strong {
display: block;
}

#bscbs_qty_calculator br {
display: block;
}

/* Interior Designer Questionnaire */

form.designer-questions h3.gsection_title {
margin-top: 30px;
font: 15px "Avenir_Heavy";
color: #485CC7;
text-transform: uppercase;
letter-spacing: .05em;
}

form.designer-questions label.gfield_label {
font: 22px/140% "Marcellus", sans-serif !important;
}

form.designer-questions div.gfield {
margin: 0 0 20px 0;
}

form.designer-questions input,
form.designer-questions textarea {
padding: 10px 10px 10px 20px !important;
font: 18px/140% "Avenir_Heavy", sans-serif !important;
}

form.designer-questions input.button {
padding: 10px 20px 10px 20px !important;
}

/* BLACK FRIDAY */

div.black-friday .review-img {
margin-bottom: 20px;
display: none;
}

.black-friday h2 {
font-size: 22px;
}

div.black-friday h2 a {
text-decoration: none !important;
}

div.black-friday h3 {
margin: 0 0 10px 0;
padding: 0;
font-size: 20px;
color: rgba(0,0,0,.6);
font-family: "Avenir_Heavy";
}

div.black-friday h4 {
margin: 0 0 20px 0;
padding: 0;
font-size: 25px;
font-family: "Avenir_Heavy";
color:#000;
text-transform:none;
letter-spacing:0
}

div.black-friday h5{
font-size:16px;
color: #000;
text-align:center
}

/* Contract Page */

.contract-grade-pg ul li {
margin-bottom: 15px;
font-size: 20px;
}

/* Pantone Page */

section.pantone-main .has-background {
  -webkit-border-radius: 20px 0;
  -moz-border-radius: 20px 0;
  -o-border-radius: 20px 0;
  border-radius: 20px 0;
}

section.pantone-main h2 {
  color: #fff;
}

section.pantone-main p {
  color: #fff;
}

/* Amisco Contract Seating */

form.amisco-contract .gfield--type-section {
  margin-bottom: 20px;
  padding: 30px 0 0 0 !important;
}

form.amisco-contract h3.gsection_title {
  font-family: Marcellus, serif;
}

form.amisco-contract label {
  font-size: 17px !important;
  font-family: "Avenir_Medium", sans-serif;
}

form.amisco-contract span.gfield_required_asterisk {
	display: block !important;
	position: relative;
	top: 0;
	left: 0;
}

form.amisco-contract .gfield_required {
  font-style: normal !important;
  font-size: 15px !important;
  font-family: "Avenir_Light", sans-serif;
}

form.amisco-contract fieldset {
  padding: 0 !important;
}

/* Woocommerce now includes select2 but it clahses with our version. Overwrite back to ours */
.select2.select2-container .select2-selection--single .select2-selection__arrow b {
	border-width: 5px 4px 0 4px;
	border-style: solid;
	border-color: #888 transparent transparent transparent;
	left: 50%;
	margin-top: -2px;
	height: 0;
}

/** Hide FWP apply button on desktop **/
.fwp-buttons .apply-btn {display:block;float:right}
.fwp-buttons-desktop {display:none}
@media only screen and (min-width: 992px) {
	.fwp-buttons .apply-btn {display:none}
	.fwp-buttons {display:none}
	.fwp-buttons-desktop {display:block}
}
/** Sticky FWP buttons on mobile **/
@media only screen and (max-width: 991px) {
	aside#narrow-results .border.fwp-container {
		position: relative;
		padding-top: 70px;
	}
	.fwp-buttons {
		position: sticky;
		top: 0;
		padding: 30px;
		background: white;
		z-index: 10000;
		border: 2px solid #485cc7;
		border-bottom-width: 1px;
	}
	.page-content aside#narrow-results .border.fwp-container {
		border-top:none !important
	}
}