/* BF Custom CSS for Estoris */

.page-title {
    margin: 0;
    padding-top: 0;
}

.page-title h1 { line-height: 1.2; }

.header-logo a img {
	max-width: 230px;
}

a {
	color: #185f43;
}

a:hover {
	color: #218c62;
}

/* TOP ANNOUNCEMENT BAR */

a.grfp-btn {
	background-color: #555;
    padding: 0 15px;
    color: #fff;
    font: 400 12px / 14px 'Helvetica Neue LT Pro', sans-serif;
    letter-spacing: .1em;
}

a.grfp-btn:hover {
    box-shadow: 0px 0px 15px #fff;
}

.grfp-logo-sm {
	width:65px;
	height:auto;
	margin: 8px 8px 8px 0; 
	vertical-align: middle;
}

img.usa-flag {
	width: 40px; 
	margin: 0 15px -5px 0;
}

.c-anuncio .notification-bar {
	position:relative;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.c-anuncio .notification-bar p {
  font: 400 14px/20px 'Helvetica Neue LT Pro', sans-serif;
  padding: 12px 0 8px 0;
}

.c-anuncio .notification-bar p a {
  font: 400 14px/20px 'Helvetica Neue LT Pro', sans-serif;
}

/*.c-anuncio .notification-bar a.financing-hdr {
	position: absolute;
	top: 7px;
	left: 110px;
	z-index:10000;
}

.c-anuncio .notification-bar img.financing-hdr-icon {
 max-width: 150px;

}*/

/* PROMO BAR */

.promo-bar {
	padding: 0;
    text-align: center;
    font-family: 'Barlow Condensed';
    font-size: 14px;
    color: #000;
    background-color: #111;
	display: flex;
	justify-content: center;
}

.promo-bar a {
	display: block;
	padding: 5px;
	font-family: 'Barlow Condensed';
    font-size: 14px;
	font-weight: 500;
	color: #fff;
}

.promo-bar .topic {
	text-align: center;
	width: 30%;
	
}

.promo-bar .topic .material-symbols-outlined {
	vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 5px;
}

.promo-bar .topic strong {
	font-weight: 600;
	color: #36c38b;
}




/* MENU */

ul.mega-menu,
ul.sublist { 
	text-align: left; 
}

.header-2 .header-menu > ul > li > a, 
.header-2 .header-menu > ul > li > span {
    font: 600 1.1rem/24px 'Barlow Condensed', sans-serif;
	
}

.header-menu>ul>li>a:after,.header-menu>ul>li>span:after {  /* from Storis */
	/*content: "";
	display: none;
	position: absolute;
	bottom: 0;
	left: 15px;
	width: 100%;
	height: 2px;
	background-color: #cc8a97*/
	left: 0;
}

ul.mega-menu li.show-mobile-only {
	display: none;
}



/* change menu to white background, black letters */

.header-2 .header-lower {
	/*background-color: #fff;
	border-top: 1px solid #ddd !important;
	border-bottom: 1px solid #ddd !important; */
	background-color: #f2f2f2;
	border: 0 !important;
}

.header-2 .header-actions a.ico-cart,
.header-actions a.ico-wishlist {
	margin-right: 2px;
}

.header-2 .header-menu>ul>li>a, .header-2 .header-menu>ul>li>span {
	color: #333;
}

/* SECONDARY MENU */

.c-header__menu-secundario {
  width: 100%;
  padding: 12px 0 5px 0;
  border-bottom: 1px solid #eee;
}

.c-header__menu-secundario ul {
   	margin: 0 0 10px 0;
	gap: 35px;
}

.c-header__menu-secundario a {
    font: 400 14px / 20px 'roboto condensed', sans-serif;
}

/* FOOTER */

.footer-block a {  }

/* HOME PAGE */

.home-page-body .master-wrapper-content {
	width: 100%;
}

.home-page .html-widget img  { 
	width: 100%; 
	height: auto; 
	display: block;
}

.home-page .html-widget h2 { 
	margin-top: 0px;
    font-weight: 600;
    letter-spacing: -.03em;
    color: #000;
    background-color: #f3efec;
    padding: 30px 0 0 0;
}

.home-page .html-widget table {
	margin: 0 auto;
    background-color: #f3efec;
    border: 0;
    border-collapse: collapse;
}

.home-page .html-widget table td {
	padding: 15px 20px;
}

.home-page .html-widget table td a {
    font-weight: 600;
    letter-spacing: -.03em;
    color: #000;
}

.home-page .html-widget table td a:hover {
    color: #237253;
}

.home-page .html-widget table td a:last-child::after {
	content: "→";
	font-weight: 600;
	margin-left: 5px;
}

.home-page .html-widget table td a:first-child::after {
	content: "" !important;
}

/* 2025 LAYOUT */

.home-page .html-widget .cat-group {
	display: flex; 
	justify-content: space-between; 
	width: 90%; margin: 0 auto;
	flex-wrap: wrap;
}

.home-page .html-widget .cat-block {
	width: 23%; 
	text-align: center;
	margin-bottom: 20px;
}

.home-page .html-widget .cat-block a {
    display: block;
	border: 1px solid #888;
}

.home-page .html-widget .cat-block a.cat-name {
    margin-top:10px;
	font-weight: 500;
    letter-spacing: normal;
    color: #000;
	border: 0;
}

/*.home-page .html-widget .cat-block a:last-child::after {
    content: "→";
    font-weight: 600;
    margin-left: 5px;
}*/


/* CATEGORY */

/* general info page */

.topic-page .cat-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 20px auto;
    flex-wrap: wrap;
}
	
.topic-page .cat-block {
    width: 23%;
    text-align: center;
    margin-bottom: 20px;
}	
	
	
.topic-page .cat-block img {
    width: 100%;
    height: auto;
    display: block;
}
	
.topic-page .cat-block a.cat-name {
    margin-top: 10px;
    font-weight: 500;
    letter-spacing: normal;
    color: #000;
    border: 0;
}
	
.topic-page .category-main .full-image img { width: 100%; }
		
.page-section {
	display: flex;
    justify-content: space-between;
    margin: 50px auto;
    flex-wrap: wrap;
    padding-top: 50px;
    border-top: 1px solid #eee;
}
	
.page-section .promo-image {
    margin: 5px 10px;
    width: 47%;
    text-align: left;
    position: relative;
}
		
.page-section .promo-image img {
    width: 100%;
 }		
	
.page-section h3 {	
	font: 500 24px / 30px 'Helvetica Neue LT Pro', sans-serif;
    color: #000;
    letter-spacing: -0.025em;
    line-height: 1;
    margin: 10px 0 20px 0;
    text-decoration: none;
	padding-bottom: 20px; 
	border-bottom: 1px solid #ddd; 
	text-align: left;
}
	
.page-section p {
	font-family: "Helvetica Neue LT Pro", Arial, sans serif;
    color: #000;
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    margin: 5px 0 20px 0;
}
	
.page-section a {
	color: #185f43;
	text-decoration: underline;
}
		
.page-section .c-table {
	width: 100%;
}

/* actual product listing */

.sub-category-grid { display: none; }

.product-selectors select { 
	width: auto;
	border: 1px solid #ddd; 
	padding: 7px 20px 5px 15px; 
	border-radius: 5px;
	height: auto; 
}

.product-selectors > div > span {
	font-weight: bold;
}

.product-grid .item-box .product-title a {
    display: block;
    line-height: 17px;								/* some browsers cut product titles off with bigger line height */
}

.product-grid .item-box .picture img {
	max-height: 100%;
	width: auto;
	max-width: 100%;
}

.product-grid .item-box .details .description { 
	display: none; 									/* hide short description on category page */
}

.product-grid .item-box .attribute-square {         /* hide swatch names on top of swatches */
	width: 35px;
    height: 35px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #e8e8e8;
    border-radius: 2px;
    overflow: hidden;
    background-size: cover;
	color: transparent;
	font-size: 0;
	-webkit-text-size-adjust: none;					/* needed to keep phone from adjusting font size */
}

.product-grid .item-box .selected-value .attribute-square {
	border-color: #2a2a2a !important;
}

.quickViewWindow .overview .attribute-square-container {
	padding: 0px !important;
	border: 0 !important;
    box-shadow: 0 0 0 1px #e8e8e8;
    border-radius: 2px;
}

.quickViewWindow .overview .attribute-square {
	width: 35px;
    height: 35px;
    border: 2px solid #fff !important;
    border-radius: 2px;
    overflow: hidden;
    background-size: cover;
}

.quickViewWindow .selected-value .attribute-square {
	border-color: #2a2a2a !important;
}

.quickViewWindow .attributes select {
	border: 2px solid #ddd !important;
    height: 40px;
    margin: 4px 0 10px 0;
    appearance: auto;
    border-radius: 0;
}

#catDesc p { 
	padding: 0 20px 7px 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

#more h2 {
    font-size: 23px;
}


/* PRODUCT */

.product-essential .gallery { display: flex; }
.quickViewWindow .product-essential .gallery { display: block; }

.product-essential .gallery .picture { order: 2; }

.product-essential .gallery .picture-thumbs { order: 1; }

.product-essential .gallery .picture-thumbs .thumb-item { 
	border: 1px solid #ddd; 
	margin-bottom: 10px; 
}

.product-details-page .attributes select {
	border: 1px solid #888 !important;
	height: 40px;
	margin: 4px 0 10px 0;
    appearance: auto;
}

.product-details-page .attributes .inner-accordion-content .scrollable { max-height: none; }
/* stop scroll bar appearing on swatch list */


@media (min-width: 769px) {
    .product-details-page .attributes .attribute-squares li {
        margin: 4px 5px;
    }
	
	.product-details-page .attributes .attribute-squares.scrollable {
		max-height: none;
	}
}


/* STATIC PAGES */

.static a { 
	font-size: inherit; 
	font-family: "Helvetica Neue LT Pro", Arial, sans serif; 
}

.static h2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 5px;
    font: 600 32px / 40px 'Helvetica Neue LT Pro', sans-serif;
}

.static h3 {
  text-align: center;
  margin-bottom: 20px;
  font: 500 24px / 30px 'Helvetica Neue LT Pro', sans-serif;
}

.static h4 {
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: 600;
    margin: 20px auto;
    text-align: center;
}

.static h5 {
    font: 400 20px / 23px 'Helvetica Neue LT Pro', sans-serif;
    margin-bottom: 30px;
    text-align: center;

}

.static p {
	font-family: "Helvetica Neue LT Pro", Arial, sans serif;
    color: #000;
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    margin: 5px 0 20px 0;
}

.static a.o-btn {
	margin: 30px auto;
	text-decoration: none;
}

.static .center-section {
	width: 75%;
	margin: 0 auto;
	text-align: center;
}

.static .center-section p {
	text-align: center;
	line-height: 1.4;
}

.static .center-section img {
	max-width: 100%;
}

.static .full-block .single-image img {
	width: 100%;
}

.static .full-block .two-across {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.static .full-block .two-across .two-image {

}

.static .full-block .two-across .two-image img {
	width: 100%;
	max-width: 500px;
}


.static .full-block .two-across .two-text {
	max-width: 42%;
	padding: 5% 0 0 5%;
}

.static .full-block .two-across .two-text h4 {
	font-size:33px;
	font-weight:bold;
	margin:0 0 20px 0;
	text-align: left;
}

.static .full-block .two-across .two-text p {
	font-size:18px;
	line-height: 1.6;
}

.static a.learn-more {
	margin: 0 auto; 
	font-size: 18px;
	text-align: center;
}

.static a.learn-more:hover {
	color: lightcyan;
}



/* PROMOTIONS */

.static .promotion-double,
.static .promotion-triple {
	display: flex;
	justify-content: space-between;
	margin: 50px auto;
	flex-wrap: wrap;
	padding-top: 50px;
    border-top: 1px solid #ddd;
}

.static .promo-image {   /* 2 across */
	margin: 5px 10px;
	width: 47%;
	text-align: center;
	position:relative;
}

.static .promotion-double .promo-image.large {
    margin: 5px 5px;
    width: 57%;
}

.static .promotion-double .promo-image.small {
    margin: 5px 5px;
    width: 38%;
}

.static .promotion-double .promo-image.promo-video {
    width: 55%;
}

.static .promotion-double .promo-image.promo-video iframe{
    width: 100%;
}

.static .promotion-double .promo-image.promo-text {
    width: 40%; 
}

.static .promotion-triple .promo-image {
	width: 30%;
}

.static .promotion-triple .promo-image.large {
    margin: 5px 5px;
    width: 50%;
}

.static .promotion-triple .promo-image.small {
    margin: 5px 5px;
    width: 22%;
}

.static .promotion-triple .promo-image img {
	height: 100%;
}

.static .full-image {    /* one full width */
	width: 100%; 
	margin: 15px 0;
}   

.static .vendor-logo { 
	width: 40%; 
	margin: 20px auto; 
}

.static .promo-image img,
.static .full-image img, 
.static .vendor-logo img {
	width: 100%;
}

.static .promo-image .logo {
	width: 60%;
	margin-bottom:15px;
}

.static .promo-image .caption-holder {
	height: 65px;
}

.static .promo-image .caption-holder h3 {
	text-align: left;
}

.static .promo-image .caption-holder h3 a {
    font-family: "Helvetica Neue LT Pro", Arial, sans serif;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: left;
    line-height: 1.2;
    margin: 0 0 11px 28px;
    letter-spacing: 0.02em;
	text-decoration: none;
}

.static .promo-image .caption-holder h3 a:hover {
	text-decoration: underline;
}




.ihc-hdr img { max-width: 630px !important; }

.ihc-signup-btn { display: block; margin: 0 auto; text-align: center;}

.ihc-signup-btn img { max-width: 400px !important; margin: 0 auto; }

.ihc-help-btn img { max-width: 530px !important; margin: 0 auto; }

.ihc-gradient-bg { 
	background: rgb(16,16,15); 
	background: linear-gradient(222deg, rgba(16,16,15,1) 0%, rgba(170,168,166,1) 100%); 
	padding: 5% 10%;
}

h2.ihc-bring { font: 600 36px/42px 'Helvetica Neue LT Pro', sans-serif; color: #fff; margin: 0 auto; width: 80%;}

h2.ihc-guide { font: 600 36px/42px 'Helvetica Neue LT Pro', sans-serif; color: #000; margin: 70px auto 15px auto; width: 80%;}

a.ihc-image { display: block; width: 60%; margin: 0 auto; }

a.ihc-image img { width: 100%; }

a.challenger-btn {
    display: inline-block;
    background-color: #cc0000;
    color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 2.2rem;
    padding: .8rem 1.2rem;
	margin-top:40px;
	text-decoration: none;
}

a.challenger-btn:hover {
	color: pink;
}

.promotion-triple.landing-page img {
	height: 350px !important;
	width: 100%;
}

.challenger-logo img {
	max-width: 300px !important; 
	display: block;
	margin: 0 auto;
}

.middle-hex img { 
	max-width: 700px !important; 
	padding: 0 40px; 
}



/* LOCATIONS */

.shop-map-images {
	width: 100%;
	max-width: none;
}

.shop-map-images .main-picture {
	width: 48%;
	float: left;
}

.shop-map-images .all-shop-images {
	width: 135px;
	display: none;
}

.shop-map-images .map-wrapper {
	width: 48%;
	float: right;
	clear: none;
}

.shop-map-images .map-controls {
	text-align: left;
	float: left;
}

.shop-map-images+.shop-info {
	width: 100%;
}

.shop-full-description {
	margin: 30px 0;
}

.shop-full-description h2 {
	font: 500 24px/38px 'Helvetica Neue LT Pro', sans-serif;
}

.shop-full-description h3 {
	font: 500 20px/34px 'Helvetica Neue LT Pro', sans-serif;
}



/* CORPORATE RESPONSIBILITY */




/* FINANCING */

.static .header-financing h2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 5px;
    font: 600 32px / 40px 'Helvetica Neue LT Pro', sans-serif;
}

.static .header-financing h3 {
  text-align: center;
  margin-bottom: 20px;
  font: 400 26px / 30px 'Helvetica Neue LT Pro', sans-serif;
}

.static .header-financing h4 {
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: 600;
    margin: 20px auto;
    text-align: center;
}

.static .header-financing h5 {
    font: 400 20px / 23px 'Helvetica Neue LT Pro', sans-serif;
    margin-bottom: 30px;
    text-align: center;

}

.static .table-offers {
    width: 100%;
    margin: 0 auto;
}

.static .table-offers th,
.static .table-offers td {
	padding: 10px 20px;
	vertical-align: top;
}


.static .table-offers tr:nth-child(odd) {
    background-color: #ddd;
}

.static .table-offers th, .static .table-offers td:nth-child(odd) {
    background-color: transparent;
}

.static .table-offers th h5 {
  font: 600 16px/20px 'Helvetica Neue LT Pro', sans-serif;
}

.static table.table-offers td h4 {
	font-size: 1.1rem;
	text-align: left;
	margin: 10px 0;
	border-bottom: 1px solid #888;
}

.static .table-offers p { font-size: .8rem; }

.static .table-offers .fineprint p { font-size: .7rem; }


.affirm-with-img p.affirm-as-low-as { font-size: 0;text-align: center; }

.affirm-with-img .__affirm-logo.__ligature__affirm_full_logo__ { display: none; }

.affirm-with-img .affirm-modal-trigger {  
    margin: 20px auto;
    background: url(../jpg/btn-check-eligibility_1dd98.jpg?updatedAt=1724958876936);
    background-repeat: no-repeat;
    background-size: auto;
    font-size: 0;
    padding: 36px 200px;
    display: inline-block;
}




/* BUYING GUIDES */

.c-pool-tables-interna {
    padding: 20px 0 120px 0;
}

.c-pool-tables-interna .c-table {
    margin: 0;
}

.c-pool-tables-interna--interna-2 .c-pool-tables-interna__caracteristicas h2 {
    text-align: center;
    font: 500 25px / 35px 'Helvetica Neue LT Pro', sans-serif;
    margin-bottom: 20px;
}


/* SERVICES */

.store-group {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

.store-service {
	width: 25%;
	margin: 0 0 40px 0;
}

.store-service h3 { 
	font: 500 24px/28px 'Helvetica Neue LT Pro', sans-serif;
	margin-bottom: .5rem;
}

.store-service .c-locations__address p {
  font: 500 18px/24px 'Helvetica Neue LT Pro', sans-serif;
}

.c-boxslider-item__contents-textbox-title {
    margin-bottom: 15px;
}

.c-boxslider-item--singlebox > div .c-boxslider-item__contents-textbox h5 {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
}

.c-supertitle__cta .o-btn {
    min-width: unset;
}

.o-titles--block-title {
    text-align: center;
    margin: 50px 0 20px 0;
}

.c-testimonials-slideshow__item {
	min-height: auto;
}


/* PORTFOLIO */


.get-inspired .c-page-header {
	padding: 0;
	margin-bottom: 35px;
}

.get-inspired .c-page-header .o-container {
	padding: 30px 20px;
}

.get-inspired .c-page-header h2  {
	font: 700 26px / 28px 'Helvetica Neue LT Pro', sans-serif;
	padding-top: 0;
    margin: 0 0 8px 0;
}

.get-inspired h1.o-titles--fourth {
    font-size: 31px;
    font-weight: 500;
    margin: 0px 0 16px;
}

.get-inspired .c-infocard-list__item-text p {
	font-size: 14px;
	line-height: 26px;
	margin-top: 0;
}

.get-inspired .c-mas-categorias strong {
    width: calc(100% - 75px);
    font: 500 13px / 17px 'Helvetica Neue LT Pro', sans-serif;
}


/* CUSTOM PTB */

.c-boxslider-item--custom-alternate > div .c-boxslider-item__contents-textbox,
.c-boxslider-item--custom-alternate:nth-child(even) > div .c-boxslider-item__contents-textbox {
    padding-left: 0;
    padding-right: 0;
}
 

/* FELT OPTIONS */

.c-infocard-list {
    margin: 0;
}

.c-infocard-list__contents--2x6 .c-infocard-list__item {
	width: 45%;
}


.c-infocard-list__item-image img { width: 100%; }


/* ABOUT US - OUR PURPOSE */

.c-purpose__subtitle h2 {
    max-width: none;
    margin: 0 0 30px 0;
	font: 700 39px / 50px 'Helvetica Neue LT Pro', sans-serif;
}

.c-purpose__image img { width: 100%; }

.c-purpose__item h3 {
    margin: 0 0 12px 0;
}

.c-history { margin-top: 40px; }

.c-history h2 {
	position: relative;
	max-width: none;
	width: 100%;
    margin: 0 0 30px 0;
    font: 700 39px / 50px 'Helvetica Neue LT Pro', sans-serif;
	color: var(--negro);
	text-align: center;
}

.c-history h2::before {
    display: none;
}

.topic-page ul.c-history__slider {
	list-style: none;
	padding-left: 0;
}

.topic-page ul.c-history__slider::before {
   display: none;
}

.topic-page ul.c-history__slider li {
	margin-top: 27px;
    padding-top: 37px;
    border-top: 2px dashed #ccc;
}

.c-history__content { 
	justify-content: space-between;
	flex-direction: row; 
}

.c-history__image {
    width: 50%;
	max-width: none;
	margin: 0;
}

.c-history__image img {
    width: 100%;
}

.c-history__year {
    max-width: none;
	width: 100%;
    margin: 0;
	text-align: left;
	display: block;
}

.c-history__year h3 {
	font-size: 70px;
	letter-spacing: -2px;
}

.c-history__text {
	padding-left: 0;
	width: 45%;
	margin: 0;
}

.c-history__text ul, 
.c-history__text ol { 
	display: block; 
	list-style: disc;
	padding: 0px;
}

.c-history__text ul li,
.c-history__text ol li {
	max-width: none;
	display: block;
	padding: 0 !important;
	padding-top: 17px !important;
    margin-top: 15px !important;
}

.c-history__text ul li:nth-child(1) {
	padding: 0;
}

.c-history__text li:before { display: none; }


/* 50th ANNIVERSARY */

.header-anniversary img { width: 100%; }



/* CAREERS */

.c-simple-content { margin-bottom: 30px; }

.c-careers .c-simple-content ul li, 
.c-careers .c-simple-content ol li {
	margin: 10px 0;
	width: auto;
}

.c-simple-content__double ul {
	  display: flex;
	  flex-wrap: wrap;
}

.c-simple-content__double li {
	 width: 100%;
}

.c-simple-content--titles h2 {
	font: 500 30px / 40px 'Helvetica Neue LT Pro', sans-serif;
}

.c-simple-content--titles li::before { display: none; }

.c-simple-content--titles p { 
	margin: 0 0 20px 0;
}

.c-careers { margin-top: 40px; }

.c-careers__item h2 {
    margin: 0;
    font: 500 24px / 30px 'Helvetica Neue LT Pro', sans-serif;
}

.c-careers__item { padding: 30px; width: 100%; }

.c-careers__button { margin-top: 20px; }

.c-careers__details { margin-top: 25px; }

.c-careers__details .o-btn {
    max-width: 300px !important;
    display: block !important;
    margin-bottom: 0;
}

/* INTERIOR DESIGNERS */

.grfp-column {
	border-right: 1px solid #bbb;
	padding: 0 80px;
}

.grfp-button { width: 100%; }

.grfp-button a {
	margin: 20px auto;
	background-color: #c9ac50;
	color: #000;
	width: auto;
	max-width: 300px;
	border: 1px solid #ba9d40;
	text-decoration: none;
    background-image: none;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 1.2rem;
    padding: 14px 17px;
    font-size: 1.2rem;
    border-radius: 3px;
    box-shadow: none;
}

.grfp-image {
	max-width:450px;
	margin: 10px auto;
}

h3.grfp-h3 {
	font-weight: 600;
}

/* BLOG */

.blogpost-page .post-body h2 {
	font-size: 26px;
    font-weight: 600;
}

.blogpost-page .post-body h3 {
	font-size: 21px;
    font-weight: 500;
}


/* SHOPPING CART */

.shopping-cart-page-body .ui-dialog {
	width: 50% !important;
	max-width: 95%;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    height: 60vh !important;
}

.storis-cart-topic-dialog { 
	height: 80% !important;
	max-height: 90vh !important;
}

.storis-cart-topic-dialog p,
.storis-cart-topic-dialog h1,
.storis-cart-topic-dialog h3 {
	padding-right: 20px;
}

.storis-cart-topic-dialog h1 {
	font: 400 28px/38px 'Helvetica Neue LT Pro', sans-serif
}

.storis-cart-topic-dialog h3 {
	font: 400 24px/34px 'Helvetica Neue LT Pro', sans-serif
}

.shopping-cart-page .checkout-buttons::before {
	content: "By purchasing from the Billiard Factory, you agree to our Terms of Service."
}

/* CHECKOUT / LOGIN */

.login-page .title { border: 0; }

.login-page .title strong {
    color: #444;
    font-size: 20px;
	letter-spacing: normal;
	text-transform: none;
}

.login-page .checkout-as-guest-or-register-block .buttons {
	display: flex;
    justify-content: space-between;
}

.login-page .login-button,
.login-page .register-button,
.login-page .checkout-as-guest-button,
.login-page .button-1:hover {
	background-color: #59ac8b;
	color: #fff;
}

.login-page .checkout-as-guest-or-register-block .button-1  {
	max-width: 48%;
}

.login-page .checkout-as-guest-button {
	border: 0;
    padding: 14px 20px !important;
}

.login-page .button-1:hover { opacity: .8; }




/* HOLIDAY GIFT GUIDE */

h1.gift-guide-hdr {
	font-family:'Playfair Display', serif; 
	color:#bb0d22;
	text-align:center;
	font-size:78px;
	font-weight:400;
}

.gift-guide {
	margin: 0px auto 80px auto;
	width: 98%;
	max-width: 1200px;
	padding: 0 1%;
	display: flex;
	flex-direction: column;
}
	
.gift-guide h2 {
	margin: 24px 0;
	padding-bottom: 10px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 28px;
	line-height: 26px;
	color: #000;
	border-bottom: 3px solid #000;
}
	
.gift-guide .gift-guide-container {
	/* margin: 0 auto;*/
	padding: 0px;
	flex-direction: row;
	display: flex;/*  flex-direction: column;*/
	
}

.gift-guide .gift-guide-content{
	flex-grow: 1;
	padding: 0;
	display: grid;
	/*grid-template-columns: [start] 570px 40px [middle] 40px 410px [end];*/
	/*grid-template-columns: [start] 45% 5% [middle] 5% 45%[end];*/
	/*grid-template-rows: [start] 190px [line-1] 190px [line-2] 160px [line-3] 238px [end];*/
	grid-template-rows: [start] 203px [line-1] 203px [line-2] 113px [line-3] 280px [end];
	grid-template-columns: [start] 600px 40px [middle] 40px 520px [end];
	grid-template-columns: [start] 45% 5% [middle] 5% 45%[end];
}
	
.gift-guide-single {
	margin-bottom: 0;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0;
}
.gift-guide-single .list {
	display: flex;
	flex-direction: column;
}
	
.gift-guide .gift-guide-content .gift-guide-single:nth-child(1) {
	grid-column: start/middle;
	grid-row: start/line-3;
	border-right: 1px dashed #000;
	padding-left: 0;
	padding-right: 40px;
}
.gift-guide .gift-guide-content .gift-guide-single:nth-child(2) {
	grid-column: start/middle;
	grid-row: line-3/end;
	border-right: 1px dashed #000;
	padding-left: 0;
	padding-right: 40px;
}
.gift-guide .gift-guide-content .gift-guide-single:nth-child(3) {
	grid-column: middle/end;
	grid-row: start/line-1;
	padding-left: 40px;
	padding-right: 0;
}
	
.gift-guide .gift-guide-content .gift-guide-single:nth-child(4) {
	grid-column: middle/end;
	grid-row: line-1/line-2;
	padding-left: 40px;
	padding-right: 0;
}
.gift-guide .gift-guide-content .gift-guide-single:nth-child(5) {
	grid-column: middle/end;
	grid-row: line-2/end;
	padding-left: 40px;
	padding-right: 0;
}

.gift-guide-single.hero .list {
  flex-direction: column;
}
	
 
.gift-guide-single.medium:nth-child(n+1) .list, 
.gift-guide-single.small:nth-child(n+1) .list {
	flex-direction: row;
}
	
.gift-guide .gift-guide-content .gift-guide-single:nth-child(1) .list {
	padding-bottom: 25px;
	padding-top: 0;
	border-bottom: 1px dashed #000;	
}
	
.gift-guide .gift-guide-content .gift-guide-single:nth-child(2) .list {
	margin-top: 0px;
}
	
.gift-guide .gift-guide-content .gift-guide-single:nth-child(3) .list {
	flex-direction: row;
	padding-bottom: 30px;
	padding-top: 0;
	border-bottom: 1px dashed #000;
}	
	


.gift-guide .gift-guide-content .gift-guide-single:nth-child(4) .list {
	flex-direction: row-reverse;
	padding-bottom: 30px;
	padding-top: 0;
	border-bottom: 1px dashed #000;
}
.gift-guide-single .image-wrapper {
	position: relative;

}
	
.gift-guide .gift-guide-content .gift-guide-single:nth-child(2) .image-wrapper{
	margin-right: 20px;
	max-width: 450px;
}	
	
.gift-guide .gift-guide-content .gift-guide-single:nth-child(3) .image-wrapper{
	margin-right: 20px;
	max-width: 250px;
}	
	
.gift-guide .gift-guide-content .gift-guide-single:nth-child(4) .image-wrapper {
	margin-left: 20px;
	max-width: 250px;
}	
	
.gift-guide-single .subtitle {
	color: #000;
	font: 13px/16px Arial, sans-serif;
	letter-spacing: 2px;
	margin: 12px 0 5px 2px;
	text-transform: uppercase;
}
	
.gift-guide-single a {
	color: #000;
	text-decoration: none;
}

.gift-guide-single a:hover {
	color: var(--verde-1);
}

.gift-guide-single a.headline {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 23px;
	line-height: 26px;
	margin-top:5px;
	color: var(--verde-2);
}

.gift-guide-single a.headline:hover {
	text-decoration: underline;
}
	
.gift-guide-single .caption {
	display: block;
}

	
.gift-guide-single.hero .caption,
.gift-guide-single.large .caption {
	margin-top:15px;
}
	

.gift-guide-single .guide-thumb {
	border: 1px solid #444;
	display: block;
}
	
.gift-guide-single .guide-thumb {
	width: 100%;
	height: auto;
}




/* MEDIA QUERIES */

@media only screen and (min-width: 1281px) {
	
	/* stop menu having a huge padding left */
    .header-2 #headerMenuParent {
        padding: 0;
        text-align: center;
    }
	
	/* product */
	
	.two-columns .gallery .picture {
        padding-left: 15px;
    }

}

@media only screen and (min-width: 1025px)and (max-width: 1281px) {

	.promotion-triple.landing-page img {
		height: 300px !important;
	}
	
}

@media screen and (max-width: 1280px) {

	h1.gift-guide-hdr {
		font-size:48px;
	}

	.gift-guide {
	  width: 94%;
	  padding: 0 3%;
	}

	.gift-guide .gift-guide-content{
		display: block;
	}

	.gift-guide-single {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		margin-bottom: 30px;

	}

	.gift-guide-single .list {
		flex-direction: column;
		display: flex;
					padding-bottom: 30px;
		border-bottom: 1px dashed #000;
	}

	.gift-guide .gift-guide-content .gift-guide-single:nth-child(1) .list,
	.gift-guide .gift-guide-content .gift-guide-single:nth-child(5) .list {
		flex-direction: row;
	}

	.gift-guide .gift-guide-content .gift-guide-single:nth-child(1),
	.gift-guide .gift-guide-content .gift-guide-single:nth-child(2) {
	  border-right: 0;
	  padding-right: 0px;
	}

	.gift-guide .gift-guide-content .gift-guide-single:nth-child(3),
	.gift-guide .gift-guide-content .gift-guide-single:nth-child(4),
	.gift-guide .gift-guide-content .gift-guide-single:nth-child(5) {
		padding-left: 0;
	}

	.gift-guide .gift-guide-content .gift-guide-single:nth-child(2) .list,
	.gift-guide .gift-guide-content .gift-guide-single:nth-child(4) .list {
		flex-direction: row-reverse;
		justify-content: space-between;
	}

	.gift-guide-single .image-wrapper {
		width: 100%;
	}


	.gift-guide .gift-guide-content .gift-guide-single:nth-child(1) .image-wrapper,
	.gift-guide .gift-guide-content .gift-guide-single:nth-child(3) .image-wrapper,
	.gift-guide .gift-guide-content .gift-guide-single:nth-child(5) .image-wrapper {
		margin-right: 20px;
		max-width: 75%;
	}

	.gift-guide .gift-guide-content .gift-guide-single:nth-child(2) .image-wrapper,
	.gift-guide .gift-guide-content .gift-guide-single:nth-child(4) .image-wrapper {
		max-width: 75%;
		margin-left: 20px;
		margin-right: 0;
	}

	.gift-guide-single .subtitle {
	  color: #000;
	  font: 14px/19px Arial, sans-serif;
	}


}	

@media (min-width: 1025px) {
	
    .header-2 .header-logo {
        width: 30%;
    }
	
	.master-wrapper-home .master-wrapper-content {
        margin-top: 0px;
    }

	
	.store-search-box input.search-box-text {
		width: 350px !important;
	}
	
	/* force menu to one line and force underline on hover to only be width of word */
    .header-menu > ul > li > a, 
	.header-menu > ul > li > span {
        padding: 5px 0px !important;
        margin: 0 10px;
		
    }
	
	/* hide category images on megamenu */

	.mega-menu .categories .picture {
		height: 0;
	}

	.mega-menu .categories .picture img {
		display: none;
	}
	
	.mega-menu .fullWidth .box li {
        padding: 0;
    }
	
	/* left justify */
    .header-menu > ul > li:first-child > a {
        padding-left: 0;
    }
	
	/* category page */
	
    .category-page .page-title, 
	.account-page .page-title {
        top: 20px;
    }
	
	.breadcrumb li > a, 
	.breadcrumb li > strong, 
	.breadcrumb li > .delimiter {
  		/*height: auto;*/
  		padding: 12px 15px;
	}
	
	.c-purpose__block {
        flex-wrap: wrap;
    }
	
	.c-purpose__subtitle,
	.c-purpose__list { width: 100%;}
	
	/* product page */
	
	  .two-columns .gallery .picture {
        padding-left: 15px;
    }

	
	/* shopping cart */
	
	.shopping-cart-page .cart-wrapper .common-buttons { display: flex; }
	
}

@media only screen and (max-width: 1025px) {
	
	.master-wrapper-home .master-wrapper-content {
    	margin-top: 0;
	}
	
	.admin-header-links~.header {
        margin-top: 0;
    }
	
	.header-logo {
        padding: 22px 0;
    }
	
	.shopping-cart-page-body .ui-dialog {
    	width: 85% !important;
	}
	
	.shopping-cart-page-body
	
	ul.mega-menu li.show-mobile-only {
		display: block;
	}
	
	a.grfp-btn { display: none; /* width: 36px; margin-right: 10px;*/ }

	/* MENU BAR */
	
	.c-anuncio .notification-bar {
		margin-top: 38px;
	}
	
	/* .c-anuncio .notification-bar a.financing-hdr { display: none; } */
	
	.responsive-nav-wrapper {
		position: relative;
		/*text-align: left;            ONLY IF ADDING FINANCING FLAG */
		text-align: center;
	}

	.responsive-nav-wrapper a.financing-hdr {
	  display: block;
	  position: absolute;
	  top: 10px;
	  left: auto;
	  z-index: 10000;
	  right: 6px;
	}

	.responsive-nav-wrapper img.financing-hdr-icon {
	  max-width: 110px;
	}
	
	.c-anuncio .notification-bar p {
		width: 60%;
	}
	
	.c-anuncio .notification-bar p + p {
		width: 40%;
		text-align: right;
	}
	
	.c-anuncio .notification-bar p,
	.c-anuncio .notification-bar p span,
	.c-anuncio .notification-bar p a {
		font-family: 'Barlow Condensed';
		font-weight: 600;
		font-size: 12px;
		line-height: 14px;
	 }
	
	.c-anuncio .notification-bar p a {
		color: #36c38b;
	}
	
	.c-anuncio .notification-bar p span.mobile-block { display: block; }
	
	.c-header__menu-secundario { display: none; }
	
	.promo-bar {
		flex-wrap: wrap;
	}

	.promo-bar .topic {
		width: 100%;
	}

	.header {
		margin-top: 0;
	}
	
	.header-logo a img {
		max-width: 190px;
	}
	
	.home-page .html-widget h2 { font-size: 24px; }
	
	.home-page .html-widget table td a { 
		font-size: 13px; 
		font-weight: 500;
    	letter-spacing: normal;
	}
	
	.home-page .html-widget .cat-block { width: 45%; }
	
	.category-page-body .master-wrapper-content {
	  padding: 0;
	}
	
	.product-essential .gallery {
	  display: block;
	}
	
	.breadcrumb li { font: 400 16px/16px 'Helvetica Neue LT Pro', sans-serif; }
	
	.breadcrumb li > a, 
	.breadcrumb li > strong, 
	.breadcrumb li > .delimiter {
  		height: auto;
  		padding: 0 5px;
	}
	
	.page-title h1 { margin: 0; }
	
	.store-service {
		width: 50%;
		margin: 0 0 40px 0;
	}
	
	.store-service h4 {
	  	font: 400 18px/23px 'Helvetica Neue LT Pro', sans-serif;
	}
	
	.store-service h3 {
	  font: 500 23px/27px 'Helvetica Neue LT Pro', sans-serif;
	  margin-bottom: .5rem;
	}
	
	.c-history__year h3 {
        font-size: 100px;
        letter-spacing: -6px;
    }
	
	.static .center-section,
	.center-section {
		width: 100%;
	}
	
	.static h2 { font: 600 24px / 30px 'Helvetica Neue LT Pro', sans-serif; }
	
	.static-column-group {
		flex-wrap: wrap;
		width: 100%;
	 }
	
	.static-column-group .promo-image {
		width: 100%;
	 }
	
	.static .promotion-double, .static .promotion-triple  { flex-wrap: wrap; }
	
	.static .promotion-double .large,
	.static .promotion-double .small,
	.static .promo-image,
	.static .promotion-double .promo-image.promo-video,
	.static .promotion-double .promo-image.promo-text {
		width: 100% !important;
  		
	}
	
	.static .vendor-logo { width: 75%; margin: 20px auto; }
	
	.static .full-block .two-across .two-text {
		max-width: none;
	}
	
	.grfp-column {
		border-right: 0;
		border-bottom: 1px solid #bbb;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.static .promotion-triple.landing-page img {
		height: 250px !important;
	}
	
}

@media screen and (max-width: 768px) {
	
		
    /* home page */
	
	.home-page .html-widget h2 { padding-top: 20px; font-size: 16px; }
	
	.home-page .html-widget table td a { font-size: 11px; line-height: 13px; display: inline-block; }
	
	.home-page .html-widget .cat-block { width: 100%; }
	
	/* designers */
	
	.grfp-column {
		border-right: 0;
		padding: 0px;
	}
	
	.header-promotion img.double-arrow { display: none !important; }
	
	.static { padding: 0; }
	
	main.get-inspired .subpage { display: none; }
	
	/* other */
	
	.ihc-hdr img { 
		max-width: 100% !important; 
	}

    h2.ihc-bring, 
	h2.ihc-guide {
      font: 600 34px/36px 'Helvetica Neue LT Pro', sans-serif;
    }

    .ihc-help-btn img, .ihc-signup-btn img {
      max-width: 90% !important;
      margin: 0 auto;
    }

    .ihc-subtitle p { line-height: 23px !important; }

    .ihc-subtitle p span { font-size: 18px !important; } 

    .ihc-desc p { line-height: 26px !important; }

    .ihc-desc p span { font-size: 16px !important; }
	
	.shop-map-images .main-picture {
		width: 100%;
		float: left;
	}

	.shop-map-images .map-wrapper {
		width: 100%;
		float: right;
		clear: none;
	}
	
	.shop-map-images .map-controls {
		width: 100%;
	}
	
	.static .promotion-triple.landing-page .large,
	.static .promotion-triple.landing-page .small,
	.static .promotion-double .large,
	.static .promotion-double .small {
		width: 100% !important;
  		
	}
	
	.static .promotion-triple .promo-image img {
		width: 100% !important;
		height: auto !important;
	}
	
	/* blog */
	
	.blogpost-page .post-body h3 {
	  font-size: 20px;
	  font-weight: 500;
	  line-height: 1.2;
	  text-align: left;
	}
	
	.blog-page .post-body p, 
	.blogpost-page .post-body p {
		text-align: left;
	}
	
	/* EMAIL CART BOX */

	.shopping-cart-page .Alternate-Email-Label {
		line-height: 16px;
	}

	.shopping-cart-page #LoggedInContainner h2,
	.shopping-cart-page #AlternateContainer h2 {
		font-size: 24px;
		line-height: 24px;
	}
	
	/* FINANCING */
	
	table.table-offers tr {
		display: flex;
		flex-wrap: wrap;
	}
	
	table.table-offers th {
		display: none;
		
	}
	
	table.table-offers td {
		width:100%;
	}
	
	.static table.table-offers td p {
		margin: 5px 0 0px 0;
	}

}








