/*
Theme Name: Tom Faulkner 2026
Theme URI: http://theodagency.com
Description: Theme for Tom Faulkner
Author: Ollie Stott
Author URI: http://theodagency.com
Version: 1.0.1
*/

/* COLLECTIONS */


#catImg {
	position: relative;
}

#catImg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
	opacity: 0
}

#catImg:hover .overlay {
	opacity: 0.5;
}

#catImg.full:hover .overlay {
	opacity: 1;
}

#catImg img {
	margin-bottom: 0;
}

/* PRODUCT HERO */

.heroimg h2 {
    font-size: 0.95em !important;
}

#heroBanner {
    height: calc(100vh - 100px);
    position: relative;
	overflow: hidden;
}

#heroBanner .bgcover {
	background-size: cover;
	background-position: 50%;
}

.shrink {
	padding: 25%;
} 
#heroBanner .shrink {
    width: 300px;
    margin: 0 auto;
	padding: 0;
}

.iframe-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

/* Make the iframe keep an aspect ratio, and
position it in the middle of its parent wrapper*/

.iframe-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* MEGA MENU */

@media (min-width: 1200px) {

    /* CHANGE 9: Removed transform:translateX(-50%) and position:absolute which
       conflicted with the new fixed-position full-width mega panel.
       Left the rule in place for any non-tf-mega-menu dropdowns under
       .mega-menu-parent, but scoped to exclude .tf-mega-menu. */
    .mega-menu-parent.dropdown .dropdown-menu:not(.tf-mega-menu) {
        position: absolute!important;
        left: 50%;
        background: rgba(242, 244, 248, 0.98);
        transform: translateX(-50%);
		top: auto!important;
    }

    /* CHANGE 6 + 5: Scoped the CSS-only hover trigger to exclude .tf-mega-menu.
       The new mega menu is opened/closed entirely by JS (tf-mega-menu.js).
       Leaving this rule active for standard dropdowns (e.g. About Us, Showrooms). */
	.dropdown:hover > .dropdown-menu:not(.tf-mega-menu) {
	  visibility:visible;
	  display: block;
	  opacity: 1;
	  margin-top: -1px !important; 
	  transition: all  0.2s ease-in-out;
	}
	.dropdown-menu:hover .dropdown-menu {
		opacity: 0.95;	
	}

    /* CHANGE 5: Scoped to :not(.tf-mega-menu) so the opacity/visibility/
       margin-left:-15px rules don't touch the new mega panel. */
  .dropdown > .dropdown-menu:not(.tf-mega-menu) {
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 1000;
    float: none;
    padding: 1rem 1.5rem;
    list-style: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    margin-top: 10px !important;
    display: block;
    visibility:hidden;
    min-width: 150px;
    transition: all  0.2s ease-in-out;
	  margin-left: -15px;
  }
	.dropdown-menu .dropdown-menu {
    	min-width: 250px;
        margin-left: 15px !important;
	}
	.navbar-nav, .navbar .collapse, .navbar-nav li {
		position: static;
		line-height: 1.5em;
		margin: 5px 0;
	}
	header ul.menu {
		text-transform: uppercase;
		list-style: none;
	}	
	header ul.menu > li {
		float: left;
		width: 20%;
		margin: 0;
	}
	header ul.sub-menu {
		padding: 0 0 15px;
	    list-style: none;
	}
.woocommerce ul.products li.product a:hover img:nth-of-type(2) {
    display: block
}
.woocommerce ul.products li.product a:hover img:nth-of-type(1) {
    display: none;
}		
}

.navbar-nav ul ul.dropdown-menu {
    left: 100%;
    top: -15px;
}

ul.dropdown-menu li.menu-item-has-children {
	padding-right: 20px!important;
}

ul.dropdown-menu li.menu-item-has-children i {
	display: none;
}
ul.dropdown-menu li.menu-item-has-children:after {
	font-family: 'Font Awesome 6 Pro';
    content: '\f054';
    position: absolute;
    right: 0;
	top: 3px;
}

blockquote p {
    font-size: 2em;
    line-height: 1.2em;
    font-style: italic;
    color: #000;
}

blockquote p:after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    margin: 25px 0;
    background: #000;
}

/* SHOWROOMS MAP */

.acf-map {
	width: 100%;
	height: 550px;
}
.acf-map img {
	max-width: inherit!important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vimeoWrapper {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.vimeoWrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.oImg {
    position: relative;
}

.olay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-size: cover;
    background-position: 50%;
	opacity: 0;
}

#prodHero {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
}
	
.oImg:hover > .olay	{ 
	opacity: 0.75;
}

a#mulimg {
	cursor: pointer;
}

#feat_img {
    height: calc(100% - 42px);
}

#bgImg {
    background-size: cover;
    background-position: 50%;
}

@media (min-aspect-ratio: 16/9) {
  .video-background iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-background iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}

/* PRODUCT FORM */

#productForm .wpcf7 label {
	margin-top: 0;
}

/* CAPTCHA */

.grecaptcha-badge { visibility: hidden; }

/* FONTS */

@font-face{
    font-family: 'Bembo Std';
    src:url(/wp-content/themes/tomfaulkner/fonts/BemboStd.otf);
    font-style:normal;
	font-weight: 100!important;
}
@font-face{
   font-family: 'Bembo Italic';
    src:url(/wp-content/themes/tomfaulkner/fonts/BemboStd-Italic.otf);
    font-style:normal;
}

@font-face{
   font-family: 'Futura';
    src:url(/wp-content/themes/tomfaulkner/fonts/FuturaBT-Light.eot),
		url(/wp-content/themes/tomfaulkner/fonts/FuturaBT-Light.woff),
		url(/wp-content/themes/tomfaulkner/fonts/FuturaBT-Light.woff2),
		url(/wp-content/themes/tomfaulkner/fonts/FuturaBT-Light.ttf);
    font-style: normal;
}

::-moz-selection { background: #000; color: #fff; }
::selection { background: #000; color: #fff; }

body {
    color:#4d4d4d;
    font-family: "Bembo Std", 'Times New Roman', serif;
	background: #e2e4e6;
	overflow-x:hidden;
	margin-top: 70px;
}

h1,h2,h3,h4,h5 {
    font-family: "Bembo Std", 'Times New Roman', serif;
	font-weight: 100;
}

h1,h2,h3,h4,h5,p {
    margin-bottom: 15px;
}

h1 {
    font-size:1.35rem;
}
h2 {
    font-size:1.25rem;
}
h3 {
    font-size:1.2rem;
}
h4 {
    font-size:1rem;
}
h5 {
    font-size: 0.9em;
}
h6 {
    font-size: 0.8em;
}
.display-1 {
	font-size: 10em;
}

h3.slideTitle {
    font-family: 'Futura', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 2em;
}

p,p a, span a, li {
    line-height: 1.65rem;
    font-size: 0.9rem;
}

a {
    font-size: 0.8rem;
	color: #000!important;
}

a:hover, a:visited  {
    color:#111!important;
    transition: all 200ms ease;
}

a.btn-primary:visited {
	color: #fff!important;
}

.btn-ani {
	position: relative;
	padding: 0;
	text-decoration: none;
}

a.btn-outline {
    border: thin solid #222!Important;
	color: #222!important;
}

a.btn-outline:hover {
    background: #222!Important;
	color: #fff!important;
}

a.btn-outline-light {
    color: #fff!Important;
}

a.btn-outline-light:hover {
    color: #222!Important;
}

.btn-outline-dark:hover {
    color: #fff !important;
}

	#bypass .btn {
	    display: block;
	}

#finishThumb h4 {
	display: inline-block;
}
#finishThumb a {
	text-decoration: none!important;
	color: gray!important;
}
.finish {
	position: relative;
}
.finish h4 {
    padding: 10px 10px 8px;
    background: rgba(256, 256, 256, 0.85);
    position: absolute;
    width: 100%;
	margin: 0;
}

#finishes a + a h4 {
    bottom: 0;
}

a .btn-ani::after, a.btn-ani::after {
	content: "";
    position: absolute;
	bottom: -5px;
	left: 0;
	height: 1px !important;
	width: 0%;
	background-color: rgba(0,0,0,1);
    transition: 0.24s ease-out all;
}

a:hover .btn-ani::after, a.btn-ani:hover::after, .nav-pills .btn-ani.nav-link.active:after, .nav-pills .show>.btn-ani.nav-link:after {
	width: 100%;
    transition: 0.25s ease all;
	padding-left: 0;
}
.nav-pills .btn-ani.nav-link.active, .nav-pills .show>.btn-ani.nav-link {
	background: none;
}

.phonEmail a {
	word-break: break-all
}

.close-navbar-toggler{
  position:fixed;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index:99;
  cursor:pointer;
}
.close-navbar-toggler.collapsed{
  z-index:-1;
}

a.readMore {
    text-transform: uppercase;
    font-family: 'Futura',sans-serif;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding-top: 2px;
	color: #000!important;
}

.bg-secondary {
	background: #808080!important;
}
.bg-dark {
	background: #e2e4e6!important;
	color:#4d4d4d!important;
}
.bg-light, .bg-primary {
	background: #ececec!important;
}

.fade-out.aos-animate {
    opacity: 0;
}

/* GENERAL */

/* CHANGE 8: Removed `a` from this blanket transition selector.
   The `transition: all 0.5s` on every anchor was interfering with
   the precise per-property transitions inside the mega menu panels.
   Anchor transitions are handled individually where needed. */
nav, .btn, #mc_embed_signup input.button, .navbar-collapse., .product-search, .product-search-field, .product-search-form, nav#header, .navbar-brand, #navbarTF, #catImg .overlay {
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;	
}

body.home, body.single-post {
	margin-top: 0;
}

.btn, #finishCats a, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a, #mc_embed_signup input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wpcf7 input[type=submit], .wc-block-components-button:not(.is-link) {
	border-radius: 0;
	text-transform: uppercase;
	font-family: 'Futura', sans-serif;
	letter-spacing: 0.1em;
	font-weight: 400;
	font-size: 0.8em;
	padding: 0.8em 2em;
	line-height: 1.4em
}

#finishCats li {
    padding: .75em .25em;
}

#finishCats a {
    font-size: 0.6em;
    letter-spacing: 0;
	color: #808080!important;
	padding: 0;
}

#finishCats a.active, #finishCats a:hover {
	color: #000!important;
}

.btn-primary, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, #mc_embed_signup input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wpcf7 input[type=submit],  .wc-block-components-button:not(.is-link) {
	background: #000!important;
	border: thin solid rgb(0,0,0)!important;
	color: #fff!important;
	height: auto
}

.btn-primary:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, #mc_embed_signup input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .wpcf7 input[type=submit]:hover {
	background: rgb(0,0,0)!important;
	color: #fff!important;
}

.btn-secondary, .btn-secondary:visited, .btn-secondary:hover {
	background: #4d4d4d!important;
	border: thin solid #4d4d4d!important;
	color: #fff!important;
	height: auto;
}

.woocommerce-info, .woocommerce-message {
    border: none;
}

.woocommerce-message::before {
    color: #93a54f;
}

.woocommerce-info {
	background: none!important;
	text-align: center;
}
.woocommerce-info::before {
	display: none!important;
}

.woocommerce div.product form.cart .button {
	clear: both;
	margin-top: 15px;
	width: 100%;
}

.cc-banner.cc-theme-edgeless .cc-btn {
    color: #fff!important;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Futura', sans-serif;
    font-weight: 400;
}

#cta {
	display: none
}

#cta a {
	font-family: 'Futura', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.9em;
	text-decoration: none;
}

#cta h6 {
	padding: 0.5em 0;
	margin:0;
}

.geoip-country-GB #cta {
	display: block;
}
/*
.geoip-continent-NA #priceBar {
	display: none;
}

 HEADER */

body.headroom header#header, body.headroom nav#header, .sticky-top, .sidebar, .navbar-toggler, .dropdown-toggle::after, .menu-item-has-children > a::after, .dropdown-toggle, .olay {
    	will-change: transform;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;		
}

.cc-theme-edgeless.cc-window {
    padding: 0;
    font-size: 0.9em;
    font-family: "Bembo Std", 'Times New Roman', serif;
}

ul#contact, ul#social {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

ul#social li {
	display: inline-block
}

ul#contact a, ul#social a {
    color: #000!important;
    font-size: 1em;
    margin-right: 0.75em;
}

#contacTab {
    position: fixed;
    right: 0;
    top: 50%;
	transform: translatey(-50%);
	z-index: 99999;
	list-style: none;
}

#contacTab li {
    padding: 12px;
	background: #222;	
    line-height: 1em;
	margin: 1px 0;
}

#contacTab a {
    color: #fff!important;
}

.cart a {
	text-decoration: none;
}

a.cart-update	{
	border-left: thin solid #808080;
	padding-left: 10px;
}

.notice {
	margin-top: 25px;
}

ul li.hider {
	display: none;
}

.geoip-country-GB ul li.hider, .geoip-country-IM ul li.hider, .geoip-country-IOM ul li.hider, .geoip-country-IE ul li.hider {
	display: block;
}

li.sale a.nav-link {
    color: red!important;
}

/* CHANGE 7: Scoped to :not(.tf-mega-menu) descendants so the forced
   0.75em font-size and uppercase do not bleed into the mega menu panels.
   All other header/offcanvas links are unaffected. */
#header a:not(.tf-mega-menu a):not(.tf-mega-menu *), .offcanvas a {
    font-size: 0.75em !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em;
}
/* Explicit reset for all anchors inside the mega menu so the rule
   above cannot cascade in via any path. */
#header .tf-mega-menu a,
#header .tf-mega-menu span {
    font-size: unset !important;
    text-transform: unset !important;
    letter-spacing: unset !important;
}


/* SEARCH */

.search-overlay.open
{
	height: 250px;
}
.product-search-results {
    border: 0!important;
    top: 3rem;
    padding: 1rem;
    display:block!important;
    /* box-sizing: border-box!important; */
}

.product-search.floating .product-search-results {
    width: auto!important;
    background: transparent!important;
    margin:-1rem 0 0 0!important;
}

.product-search.floating .product-search-results td.product-image {
    border:0!important;
    border-radius:0;
    background: transparent!important;
 }

.search-results td.product-image, .search-results td.product-image img {
    padding:0!important;
    border-radius:0!important;
    background:transparent; 
    border:0!important;
    display:none;
}

.search-results td.product-image, .search-results td.product-info a {
    color:#000!important;
    font-size:0.9rem!important;
    font-family:"Futura Std Book","Gotham","OBRegular",sans-serif;
    font-weight:300;
    line-height:0.9rem
}


.product-search-results table.search-results tr {
    margin-bottom: 0.2rem!important;
    display: block;
    background:transparent!important;
}

.product-search-results table.search-results td a{
    background:transparent!important;
    font-size:0.7rem;
    color:#111;
    padding:0;
    font-weight:300;
    line-height:0.9rem
}

.product-search-results table.search-results td a:before {
    content:""!important;
}

.product-search-results table.search-results td:hover,.product-search-results table.search-results td a:hover {
    background:transparent!important;
}

.product-search.floating .product-search-results {
    background: transparent!important;
}

.reveal .product-search.floating .product-search-results {
    background:#e2e3e4!important;
    display:block!important;
}

.product-search-results .entry span.title {
	font-family: 'Bembo Std', 'Times New Roman', serif;
    line-height: 1.4em;
    color: #4d4d4d;
}

.product-search-results table.search-results tr {
	height: auto!important;
	font-size: 12px;
}
.product-search-results table.search-results td, .product-info a {
	display: block!important;
	height: auto!important;
}
.product-search-results .entry a, .product-search-results .search-results .entry a {
	display: block!important;
}
.product-search-results .entry span.price {
	display: none!important;
}
div.product-search-results {
	left: -20px;
	top: 40px;
}
div.product-search-form span.product-search-field-clear {
	top: 0;
	right: 20px;
}
.searchy .search-results .product.first:before {
    content: 'Product Results';
    padding: 0.25em;
    font-weight: 800;
    font-family: futura std book,gotham,obregular,sans-serif;
    text-transform: uppercase;
    color: #aaa;
    margin-bottom: 5px;
    display: block;
}

.searchy .search-results .s_product_cat.first:before {
    content: 'In these Categories';
    padding: 0.25em;
    font-weight: 800;
    font-family: futura std book,gotham,obregular,sans-serif;
    text-transform: uppercase;
    color: #aaa;
    margin: 10px 0 5px;
    display: block;
}

/* SEARCH */

#searchPop {
    position: absolute;
    right: 0;
    top: 48px;
}

input.product-search-field {
    background: #fff;
    padding: 5px 10px;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#searchy.hide input.product-search-field, #searchy2.hide input.product-search-field {
    padding: 0;
}

#searchy, #cally, #searchy2 {
	position: relative;
}

#cally, #maily {
    font-size: 1.2em
}

.product-search, .product-search-field {
    right: 0;
    width: 100%;
	top: 0;
	z-index: 99999;
	background: none!important;
}

.product-search-form {
    border-bottom: thin solid #000;
}

.hide .product-search, .hide .product-search-field {
    width: 0;
}

.product-search-form button {
	background: none;
	border: none;
}

.product-search-field {
    padding: 0;
    background: none;
    border: 0;
    border-bottom: none;
	color: #808080;
}

#contact .fa-search {
	margin-right: 10px;
	z-index: 999;
}

textarea:focus, .product-search-form input:focus, button:focus {
    outline: none;
	outline:0;
	box-shadow: none!important;
}

/* BURGER MENU */
/* ANIMATE BURGER */

.navbar-brand {
	margin-right: 0;
	opacity: 1;
	color: #000!important;
}

.navbar-brand i, .navbar-brand svg {
	font-size: 3em;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    outline: none!important;
    z-index: 9999;
    position: fixed;
    transform: translateY(-50%);
    left: 25px;
	top: 40px;
}

.navbar-toggler {
	border: none;	
	padding: 0px;
	margin-right: .75em;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.animated-bar {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-bar span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-bar span {
    background: #000;
}

.headroom--top button.headWhite .animated-bar.open span {
    background: #000;
}

.animated-bar span:nth-child(1) {
  top: 0px;
}

.animated-bar span:nth-child(2) {
  top: 10px;
}

.animated-bar span:nth-child(3) {
  top: 20px;
}

.animated-bar.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-bar.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-bar.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.sidebar {
    position: fixed;
    width: 25%;
    height: 100%;
    left: -25%;
    transition: left 0.4s ease;
	z-index: 999;
	min-width: 300px;
}

.sidebar.show {
    left: 0px
}

.sidebar .text {
    color: white;
    font-size: 19px;
    font-weight: 600;
    line-height: 65px;
    text-align: center;
    background: #1e1e1e;
    letter-spacing: 1px
}

.sidebar.show {
	height: 100vh;
	top: 0;
}

.show .sidebar {
    background: rgba(226,228,230,0.95);
	overflow-y: auto;
}

#navbarTF.collapse:not(.show), 
#navbarTF.collapsing:not(.show) {
    display: block!important;
}

.navbar-collapse .col-md-6 {
	opacity:0;
}

.navbar-collapse.show .col-md-6 {
	opacity:1;
}

nav.sidebar ul.main_side {
    position: relative;
    padding: 120px 2em 0;
}

/* CHANGE 3: Added :not(.tf-mega-menu) so the #ececec background and
   zero padding don't apply to the new mega panel (which uses #fff). */
.dropdown-menu:not(.tf-mega-menu) {
	padding: 0;
	background: #ececec;
}

/* CHANGE 4: Scoped to :not(.tf-mega-menu) to prevent
   position:relative!important, top:0!important, and
   transform:none!important from destroying the fixed-position
   full-width mega panel. All other dropdowns (About Us, Showrooms,
   mobile menus) are unaffected. */
.dropdown-menu.show:not(.tf-mega-menu) {
    display: block;
    position: relative!important;
    top: 0!important;
    padding: 0;
    transform: none!important;
    text-align: left;
	background: none;
	border: none;
	z-index: 999;
}

.dropdown-menu.show:not(.tf-mega-menu) > li,
.dropdown-menu.show:not(.tf-mega-menu) > li ul,
.dropdown-menu.show:not(.tf-mega-menu) > li li {
	display: block;
	background: none;
	border: none;
	position: relative;
	margin-left: 0;
}

.dropdown-menu.show.depth_2 {
    display: block;
}

.dropdown-menu li {
    padding: 0!important;
}

.menu-item-has-children > a::after {
	font-size: 1em;
	top: 0;
}

.menu-item-has-children > a {
	position: relative;
}

.dropdown-toggle {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 100;
    position: absolute;
    right: 0;
    transform-origin: center;
    font-size: 2em;
	z-index: 999;
    display: block;
	top: 0;
}

.offcanvas {
	z-index: 9999;
}
.offcanvas ul {
    padding-left: 0;
    list-style: none;
	margin-bottom: 0;
}
.offcanvas ul li a {
    font-size: 1.3em;
	padding: 0.6em;
}

.dropdown-toggle::after {
	display: none;
}
i.dropdown-toggle.show, svg.dropdown-toggle.show {
	transform: rotate(-135deg);
    transform-origin: center;
}

.dropdown-menu.sub-menu li > a::after {
	font-size: 0.9em;
	top: 3px;
}

.depth_0 > li.menu-item-object-product_cat> i, li.test > i {
    display: none;
}

li#menu-item-570 > a:after, li#menu-item-19655 > a:after {
	display: none;
}

ul.navbar-nav li {
    padding: 0;
}

ul.navbar-nav li li.menu-item-has-children {
    border: none;
    padding: 0;
	position: relative;
}

ul.navbar-nav li li:last-of-type {
	padding-bottom: 0.5em;
}

ul.navbar-nav li a, .offcanvas-body li a {
    font-family: 'Futura',sans-serif;
    font-weight: 300;
    font-size: 1em;
	position: relative;
	text-decoration: none;
}

.navbar-nav ul.menu > li > a {
    display: block;
    border-bottom: thin solid #e2e4e6;
    text-decoration: none;
    padding-bottom: 5px !important;
    margin-bottom: 10px !important;
    font-family: 'Bembo Std', serif;
    color: #000 !important;
    font-size: 1.2em;
}

.navbar-nav ul#menu-products-mega-menu > li > a {
	display: none;
}

ul.navbar-nav li a:hover {
    color: #222;
}

.navbar-nav ul#menu-products-mega-menu ul.sub-menu > li > a {
    display: block;
    border-bottom: thin solid #e2e4e6;
    text-decoration: none;
    padding-bottom: 5px !important;
    margin-bottom: 10px !important;
    font-family: 'Bembo Std', serif;
    color: #000 !important;
    font-size: 1.2em;
}

ul.navbar-nav li li a, .navbar-nav ul#menu-products-mega-menu ul.sub-menu ul.sub-menu > li > a {
    font-family: 'Futura',sans-serif;
	font-weight: 400;
    letter-spacing: 0;
    border-bottom: none;
    text-transform: none;
    font-size: 1em;
    padding: 0.1em 0!important;
	color: #808080!important;
}

.navbar-nav .nav-link {
	color: #000!Important;
}
ul.navbar-nav li li li a {
    margin: 0.1em 1em;
}

.dropdown-item {
	background: none!important;
}

/* HOME */

#TFcarousel .carousel-inner, #TFvideo {
	background-size: cover;
	background-position: 50%;
}

#TFcarousel .carousel-item {
	background-size: cover;
	background-position: 50%;
}

.carousel-item .col:hover {
	cursor: pointer;
}

.single-finishes .carousel-control-next svg, .single-finishes .carousel-control-prev svg {
	font-size: 2em;
	color: #000;
}

.home .carousel-control-next, .home .carousel-control-prev {
    width: 15%;
	font-size: 2.5em;
}

.home .carousel-control-next svg, .home .carousel-control-prev svg {
	font-size: 2em;
}

.wp-caption {
    max-width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.aligncenter {
	float: none;
	clear: both;
	margin: 0 auto;
	display: block;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

/* JOURNAL */

.card a {
	text-decoration: none;
}

ul.pagination li {
	padding: 0.75em;
}

ul.pagination .page-link {
    padding: 0;
    background: none;
    border: none;
    font-size: 1em;
}

.catTitle {
	font-size: 2em;
}

#featuredPost {
	background-size: cover;
	background-position: 50%;
	height: 60vh;
	min-height: 300px;
}

#featuredPost span, #posts span {
    font-family: 'Futura', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.8em;
}

#posts span {
	font-size: 10px;
}

/* SHOP ARCHIVE */

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .search ul.products li.product h3, .woocommerce ul.collection .woocommerce-loop-product__title {
	font-size: 1.3em;
	float: left;
	text-align: left;
}

.woocommerce ul.products li.product .price, .search ul.products li.product .price {
    float: right;
    font-size: 1.4em;
    font-family: 'Bembo Italic', 'Times New Roman', serif;
    color: #808080;
    padding: 0.25em 15px;
}

.woocommerce ul.products li.product .onsale, .search ul.products li.product .onsale {
    top: 0;
    right: auto;
    left: 0;
    margin: 0;
    background: #000;
    border-radius: 0;
    padding: 0.25em 1.5em!important;
    font-family: 'Futura',sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    min-height: 0;
    line-height: 2em;
}

.term-description {
    max-width: 1024px;
    margin: 0 auto 40px;
}

/* SINGLE PRODUCT */

.scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #e2e4e6;
    padding: 5px 25px;
    text-align: center;
}

.scroll span {
    font-family: 'Futura', sans-serif;
    text-transform: uppercase;
    font-size: 0.6em!important;
	letter-spacing: 0.05em;
	display: block;
	width: 100%;
}
.scroll a {
	text-decoration: none;
}
.scroll i, .scroll svg {
    font-size: 2.5em;
    line-height: 0.75em;
}

.woocommerce div.product form.cart .variations td.label {
	margin-top: 10px;
}

.woocommerce div.product form.cart .variations select {
    font-family: 'Bembo Italic', 'Times New Roman', serif;
    font-size: 1em;
    margin-top: 10px;
}

.woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 100%;
}

.woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
	width: auto;
}

.woocommerce .woocommerce-breadcrumb a, 
.woocommerce .woocommerce-breadcrumb {
    font-size: 9px;
    color: #808080;
    text-decoration: none;
    padding: 0;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #808080;
    font-family: "Bembo Italic", 'Times New Roman', serif;
	font-size: 1em;
}

.single-product p.price {
    font-size: 1.5em !important;
}

.single-product .saleprod .price, li.sale a.nav-link, li.sale a.tf-link, .product_cat-ex-display-sale .price, #wc-stripe-express-checkout-element, .single_add_to_cart_button   {
	display: block!important;
}

.geoip-continent-NA.single-product  .price, .geoip-continent-NA li.sale a.nav-link, .geoip-continent-NA li.sale a.tf-link, .geoip-continent-NA .product_cat-ex-display-sale #finishes, .geoip-continent-NA .product_cat-ex-display-sale .price, .geoip-continent-NA #wc-stripe-express-checkout-element, .geoip-continent-NA .single_add_to_cart_button {
	display: none!important;
}

.woocommerce .quantity .qty {
    border: none;
    background: none;
    border-bottom: thin solid #000;
    text-align: center;
}

.qty {
    display: none;
    float: left;
    margin-right: 10px;
    color: #808080;
    font-family: 'Bembo Italic', serif;
}

.single-product div.product form.cart {
    margin-bottom: 0em;
    padding: 0 0;
}

span.woocommerce-Price-amount.amount:before {
    content: "from ";
}

.entry-summary span.woocommerce-Price-amount.amount:before {
    content: "from : ";
    font-size: 0.7rem;
    font-weight: 300;
    font-family: 'Futura', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.price_prod .amount {
    font-size: 0.8em;
	display: block;
}

body.single #prodContent.singPrice span.woocommerce-Price-amount.amount:before {
	display: none;
}

.noFrom span.woocommerce-Price-amount.amount:before, .product_cat-buy span.woocommerce-Price-amount.amount:before {
    content:""!important;
}
.single-product span.onsale {
	display: none;
}

span.onsale.sold {
    background: #bd2727!important;
}

li#menu-item-25420 a {
	color: #bd2727!important;
}
ul li.saleOn a.nav-link {
    color: #bd2727!important;
}
.woocommerce div.product form.cart .variations select {
	border: none;
    font-size: 1.1em;
    padding: 10px;
    clear: both;
    float: left;
    background: #fff;
    border-radius: 0;
	margin-bottom: 15px;
}

.woocommerce-variation-price .price {
    font-size: 1.5em !important;
}

.woocommerce div.product form.cart .variations label {
	line-height: 1em;
}

span.spec {
    font-size: 1.3em;
    font-family: 'Bembo Italic', serif;
    color: #000;
    padding: 0.5em 0;
}

body.single .product .select-option.swatch-wrapper, body.single .product .select-option.swatch-wrapper img {
	border-radius: 50%;
}

.variations label {
    font-family: 'Futura', sans-serif;
    font-weight: 100!important;
    text-transform: uppercase;
    float: left;
    letter-spacing: 0.1em;
    font-size: 0.7em;
	display: block;
	width: 100%;
}

.single-product div.product table.variations th, .single-product div.product table.variations td {
    display: list-item;
    padding: 0;
    list-style: none;
    background-color: transparent;
}

body.single .product .swatch-label {
    display: inline-block;
    font-style: italic;
    font-size: .7rem;
    margin: 0.5rem 0;
    font-weight: 700;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	line-height: 1em;
}

.woocommerce div.product form.cart .reset_variations {
	display: none;
}

body.single .product .swatch-label {
    display: block;
    margin: 1rem 0 0.5em;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	text-decoration: none;
}


h1.product_title {
	margin-top: 20px!important;
}

.indi {
    position: absolute;
    left: 0;
    transform: translateX(-50%);
    top: 90%;
    color: #000;
    z-index: 9;
    font-size: 2.25em;
}

h3.cap {
    position: absolute;
    z-index: 9;
    bottom: 15px;
    right: 15px;
    font-size: 0.9em;
    color: #808080;
}
.woocommerce img, .woocommerce-page img {
	margin-bottom: 0px;
}

/* CUSTOM ON-HOVER IMAGE */
.woocommerce ul.products li.product a img { 
    width: 1200px;
    height: auto;
    object-fit: cover;
}
.woocommerce ul.products li.product a img:nth-of-type(2) {
    display: none;
}

/* PRODUCT CAROUSEL */

#thumbModal .modal-dialog {
      max-width: 100%;
      margin: auto;
    }

#thumbModal .modal-content {
      background-color: transparent;
      border: none;
      box-shadow: none;
    }

#thumbModal .modal-body {
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }

#thumbModal .carousel {
      width: auto;
      max-width: 100vw;
      max-height: 100vh;
    }

#thumbModal .carousel-item {
      display: flex;
      justify-content: center;
      align-items: center;
    }

#thumbModal .carousel-item:hover {
	cursor: pointer;
}

#thumbModal .carousel-item .thumbHold {
		position: relative;
    }

#thumbModal .carousel-item img {
      max-width: 100vw;
      max-height: 100vh;
      height: auto;
      width: auto;
      object-fit: contain;
      display: block;
		position: relative!important;
    }

#thumbModal .modal-header {
      display: none;
    }

.modal-open .modal-backdrop {
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1 !important;
}

  #thumbModal .thumbHold {
    display: flex;
    justify-content: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  #thumbModal .img-wrap {
    position: relative;
    display: inline-block;
    max-width: 100%;
  }

  #thumbModal .modalImg {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 5rem) !important;
  }

  #thumbModal .img-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.85);
    text-align: center;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.4;
  }

/* RELATED PRODUCTS */

.woocommerce .upsells ul.products li.product .price {
	display: none;
}

.woocommerce .upsells  ul.products li.product {
	margin: 0 1.9% 2.992em 1.9%;
}

/* CHECKOUT */

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding: 10px;
}

.woocommerce-order-received span.woocommerce-Price-amount.amount:before {
	display: none;
}

/* FINISH */

#finishes .col {
    height: 300px;
}

.finish {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
}

/* FINISHES */

#carouselFinish i {
    font-size: 2em;
    color: #000;
}

.finishMenu {
    background: rgba(256, 256, 256, 0.9);
    width: 100%;
    z-index: 9;
    position: absolute;
    bottom: -35px;
    left: 0;
}

#finishThumb img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}
/* MODALS & FORMS */

.modal-content {
	background: #e2e4e6;
}

.modal-header {
	padding-right: 50px;
    display: block;
	padding-bottom: 0;
}

.wpcf7 p, .wpcf7 label, .wpcf7 input, .wpcf7 textarea, .wpcf7 select {
	width: 100%;
	font-size: 12px;
	margin-bottom: 0;
}
.wpcf7-spinner {
	margin: 10px 10px 0;
	display: none!important;
}

.wpcf7 form .wpcf7-response-output {
	margin-top: 0;
}

.wpcf7 label, #signupContact .mc-field-group label {
	font-family: 'Futura', sans-serif!important;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 10px!important;
	margin-top: 10px;
}
#signupContact .mc-field-group {
	padding-bottom: 0!important;
}
#signupContact input.button {
	width: 96%!important;
	margin-top: 15px!important;
	float: left;
}
#signupContact input.email {
	background: #fff!important;
}
.btn-close.signUp {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index:999;
}
#newsPop {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50%;
}
#signupContact #mc-embedded-subscribe-form div.mce_inline_error {
	display: none!important;
}
.wpcf7 textarea {
    height: 100px;
}

.wpcf7 select {
    padding: 10px;
}
.wpcf7 input {
	padding: 5px;
}

#mc_embed_signup {
	background: none!important;
	max-width: 100%;
}

#mc_embed_signup .mc-field-group-cust {
    clear: left;
    position: relative;
    padding-bottom: 3%;
    min-height: 50px;
}

#mc_embed_signup .mc-field-group-cust input, #mc_embed_signup .mc-field-group input.email {
    display: block;
    width: 100%;
    padding-top: 8px!important;
    padding-bottom: 8px!important;
    text-indent: 2%;
}


#mc_embed_signup .mc-field-group-cust select {
    display: inline-block;
    width: 99%;
    padding: 5px 0;
    margin-bottom: 2px;
	height: 40px;
}

#videoPop .modal-content {
    background: none!important;
    border: none;
}

#videoPop button {
    font-size: 3em;
    position: fixed;
    color: #fff!important;
    right: 30px;
    top: 30px;
    background: none;
    border: none;
}

.vidthumb {
	position: relative;
}

.vidthumb i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 3em;
    color: #fff;
}

.vidthumb a {
    position: relative;
    display: inline-block;
}

.vidthumb span {
    content: '';
    width: 100%;
    height: 100%!important;
    background: rgba(0,0,0,0.25);
    left: 0;
    top: 0;
    position: absolute;
}

.modal .btn-close {
    position: absolute;
    z-index: 99999;
    right: 20px;
    top: 20px;
    color: #fff !important;
	font-size: 1.5em;
}

.multicol.modal img {
    margin-bottom: 0;
}

.modal #carouselThumbs h3 {
    position: absolute;
    bottom: 0;
    padding: 10px 15px;
    margin-bottom: 0;
    width: 100%;
    background: rgba(256, 256, 256, 0.75);
    font-size: 1em;
    font-family: 'Bembo Italic';
}

/* IMAGE CAPTIONS */

#imgblock {
	position: relative;
}

h3.caption {
    position: relative;
    width: 90%;
    margin: 10px 0 0;
    font-size: 1rem;
}
/* SHOWROOM */

#showroom p {
    margin-bottom: 0;
}

/* BLOG */

#posts {
	position: relative;
	z-index: 1;
}

#post img, #post .wp-caption {
	max-width: 100%;
	height: auto;
}

.feat {
	padding: 20px;
	background: #fff;
	display: block;
}

.feat, .post a {
	text-decoration: none;
}

.feat h2, .post h3 {
	margin-bottom: 0;
}
.feat h2 {
	font-size: 1.75em;
}

/* FOOTER */

#mc_embed_signup label {
    font-family: "Futura", serif;
    font-size: 1em !important;
    font-weight: 100 !important;
    padding-bottom: 3px !important;
}

.foottitle {
    font-size: 1em;
    font-family: 'Futura', serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}

footer .menu {
	padding-left: 0;
	list-style: none;
}

ul#menu-legal li {
    display: inline-block;
	padding-left: 10px;
	margin-left: 5px;
	border-left: thin solid #808080;
	line-height: 1em;
}

.menu-legal-container {
	padding-left: 5px;
    display: inline-block;
}

#mc_embed_signup input.email {
	background: none;
	border: none;
	border-bottom: thin solid #000;
	border-radius: 0!important;
    font-family: "Futura", sans-serif!important;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.9em!important;
	padding: 0!important;
	width: 100%!important;
}

#mc_embed_signup input, #mc_embed_signup .mc-field-group-cust select {
	background: none!important;
	border: none!important;
	border-bottom: thin solid #000!important;
	border-radius: 0!important;	
}

#copyright {
    font-family: "Bembo Italic", serif;
	color: #808080;
	font-size: 0.8em;
}
footer a {
	color: #808080!important;
	text-decoration: none;
}

footer .menu a {
	color: #808080!important;
}
footer {
	background: #fff;
}

@media screen and (min-width:768px) {
	#carouselLogo, #TFcarousel .carousel-inner, #TFvideo, #TFcarousel .carousel-item {
		height: 100vh;
	}
	.sticky-top, .sticky-lg-top {
	top: 120px;
}
.tax-product_cat ul.products li.product, .tax-product_cat ul.products li.product, .search ul.products li.product {
	width: 40%!important;
}
.tax-product_cat ul.products li.product:nth-of-type(4n), .tax-product_cat ul.products li.product:nth-of-type(2n), .search ul.products li.product:nth-of-type(2n) {
	float:right;
}
.tax-product_cat ul.products li.product:nth-of-type(4n), .tax-product_cat ul.products li.product:nth-of-type(4n), .search ul.products li.product:nth-of-type(4n) {
	float:left;
}
.tax-product_cat ul.products li.product:nth-of-type(4n), .tax-product_cat ul.products li.product:nth-of-type(2n+1), .search ul.products li.product:nth-of-type(2n+1) {
	margin-left:8%;
}
.tax-product_cat ul.products li.product:nth-of-type(4n), .tax-product_cat ul.products li.product:nth-of-type(4n+1), .search ul.products li.product:nth-of-type(4n+1) {
	margin-left:0%;
}
h2.woocommerce-loop-product__title {
    max-width: 65%;
    text-align: left;
}	
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .search ul.products li.product h3 {
	padding-left: 1em;
	}	
	#doubImg .col-md-5 {
		width: 46%;
	}
	#cally.hide #callPop {
		display: none;
	}
	#cally #callPop {
		display: inline-block;
	}	
	#prodContent .entry-summary {
		overflow-y: auto;
	}
	.p-10 {
		padding: 0 5%;
	}
	body.headroom--pinned nav#header, body.headroom--pinned header#header {
	    transform: translateY(0%);
	}
	body.headroom--unpinned nav#header, body.headroom--unpinned header#header {
	    transform: translateY(calc(-100%));
	} 	 
	nav#header {
		background: rgba(256,256,256,0);
	}
	.headroom--not-top nav#header {
		background: rgba(256,256,256,0.8);
	}	
	.home.headroom--top .navbar-brand {
		opacity: 0;
	}
	.headroom--unpinned .sticky-top, .headroom--unpinned .sticky-lg-top {
		top: 40px;
	}	
	.headroom--unpinned .navbar-toggler:not(:disabled):not(.disabled) {
		top: 40px;
	}
	.headroom--top button.headWhite .animated-bar span {
	    background: #fff;
	}
	.headroom--top .headWhite ul#contact > a, .headroom--top .headWhite ul#contact svg, .headroom--top .headWhite ul#contact i, .headroom--top .headWhite  ul#contact a {
    	color: #fff!important;
	}	
	.headroom--unpinned .notice {
		margin-top: 0;
	}
	.multi.carousel-inner .carousel-item-end.active,
    .multi.carousel-inner .carousel-item-next {
      transform: translateX(20%);
    }
    
    .multi.carousel-inner .carousel-item-start.active, 
    .multi.carousel-inner .carousel-item-prev {
      transform: translateX(-20%);
    }

	.multi.carousel-inner .col {
		margin: 5px;
	}
	.multi.carousel-inner .carousel-item-end,
	.multi.carousel-inner .carousel-item-start { 
	  transform: translateX(0);
	}	
	.multi.carousel-inner > .item {
	    position: relative;
	    display: none;
	    -webkit-transition: 0.6s ease-in-out left;
	    -moz-transition: 0.6s ease-in-out left;
	    -o-transition: 0.6s ease-in-out left;
	    transition: 0.6s ease-in-out left;
	}
	#multiCarousel .carousel-control-next, #multiCarousel .carousel-control-prev {
		width: 50px;
		color: #000;
		font-size: 2.25em;
	}
	#multiCarousel .carousel-control-prev {
		left: -30px;
	}
	#multiCarousel .carousel-control-next {
		right: -30px;
	}
	.term-ex-display-sale.woocommerce ul.products li.product, .term-ex-display-sale.woocommerce-page ul.products li.product, .term-shop.woocommerce ul.products li.product, .term-shop.woocommerce-page ul.products li.product {
    	float: left;
    	margin: 0 .5% 2.992em;
    	padding: 0;
   		position: relative;
   		width: 32.33%!important;
	}
	.term-ex-display-sale h2.woocommerce-loop-product__title, .term-shop h2.woocommerce-loop-product__title {
	    max-width: 50%;
	}	

}

/* =========================================
   LIVE SITE PATCH FROM STAGING
   Safe additions / tweaks only
   ========================================= */

button,
.button,
.btn,
input[type="submit"],
input[type="button"],
input[type="reset"],
a.button,
.wc-block-components-button:not(.is-link) {
	text-decoration: none;
}

.btn-primary,
.wc-block-components-button:not(.is-link) {
	text-decoration: none;
}

#shop th.label,
#shop td.value {
	font-weight: 100;
}

.variations label {
	font-size: 0.8em;
	color: #000;
	margin-bottom: 5px;
}

#shop .qty {
	display: inline-block;
	margin-bottom: 15px;
	background: #eee;
	border: none;
}

.cart-icon {
	position: relative;
	display: inline-block;
}

.cart-icon i {
	font-size: 0.9rem;
}

.cart-count {
	position: absolute;
	top: -8px;
	right: -10px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	line-height: 1;
}

.wc-block-components-form .wc-block-components-checkout-step {
	padding: 0;
	margin: 0;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
	font-weight: 600;
}

.wc-block-checkout__sidebar {
	padding: 1rem;
}

.wp-block-woocommerce-checkout-order-summary-block {
	padding:  0;

}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    box-shadow: none;
    background: #000;
    color: #fff;
    padding-top: 4px;
}

.wc-block-components-address-address-wrapper,
.wc-block-components-radio-control--highlight-checked {
	border-radius: 6px;
}

.wc-block-components-address-card, .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted, .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {
	background: #ececec;
}

@media screen and (max-width:991px) {
	#feat_img {
		height: 500px;
	}
}
@media (max-width: 1999px) {
	#contactMob {
	    position: absolute;
	    right: 15px;
	    top: 15px;
	}
}
@media screen and (max-width:767px) {
	.entry-summary .btn {
		width: 100%;
	}
	#carouselLogo, #TFcarousel .carousel-inner, #TFvideo, #TFcarousel .carousel-item {
		height: 60vh;
	}	
	#TFcarousel {
		margin-top: 70px;
	}		
	input#product-search-field-0 {
	    font-size: 1.5em;
	}
	.sticky-top {
		position: relative!important;
	}
	ul#contact a {
		margin-right: .35em
	}	
	#contact .fa-search {
		margin-right: 5px;
	}	
	.term-ex-display-sale.woocommerce ul.products li.first, .term-ex-display-sale.woocommerce-page ul.products li.first, .term-shop.woocommerce ul.products li.first, .term-shop.woocommerce-page ul.products li.first {
		clear: none
	}
	.woocommerce div.product div.images .flex-control-thumbs li {
		width: 23%;
		margin: 1%;
	}
	.woocommerce div.product div.images .flex-control-thumbs {
		margin: 1% 0;
	}
	#mc_embed_signup input.button {
		margin: 0 auto!important;
	}
	.sidebar {
 		width: 100vw;
		left: -100vw;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 46%!important;
		margin: 2%;
		margin-bottom: 1em;
	}	
	#mc_embed_signup_scroll {
	    text-align: center;
	}
	#searchy.hide #searchPop, #cally.hide #callPop, #searchy2.hide #searchPop {
	    display: none;
	}
	#searchy #searchPop, #cally #callPop, #searchy2 #searchPop {
		display: block;
	    position: fixed;
	    top: 0%;
	    left: 0;
	    width: 100vw;
	    height: calc(100vh - 20%);
	    background: #fff;
		z-index: -1;
	}
    .product-search {
        position: absolute !important;
        background: #fff ! Important;
        left: 0;
        top: 40%;
        padding: 0 40px !important;
    }
	.search-close {
		padding: 0;
	}
	.finishMenu {
		display: none;
	}
	#contact i {
	    font-size: 1em;
	    margin: 0;
	}
	.p-10 {
		padding: 0 10%;
	}	
	nav#header {
		background: rgba(256,256,256,0.8);
	}
	.single-product nav#header {
		background: rgba(256,256,256,0);
	}
	.single-product.headroom--not-top nav#header {
		background: rgba(256,256,256,0.8);
	}		
	#bypass a {
		border: thin solid #000;
		padding: 0.5em 0.75em;
		margin: 0 0.5em 1em 0
	}
	#bypass a.btn-ani::after {
		display: none;
	}

	.woocommerce-cart .quantity .qty {
	    float: right;
	}
	.woocommerce-cart td.product-quantity {
    	float: left;
    	display: block;
    	width: 100%;
	}
	.pswp__caption {
	    display: none;
	}
#heroBanner {
    height: 100vw;
}	
	#heroBanner .bgcover {
		min-height: 50vh;
	}

	#contacTab {
		display: none;
	}
	h3.caption {
		font-size: 0.8em;
	}
	#thumbModal .img-caption {
    	bottom: auto;  
		position: relative;
	}
}

@media (min-width: 992px) {
	.wp-block-woocommerce-checkout-order-summary-block {
		background: #ececec;
	}
  #thumbModal .modal-dialog {
    height: 100vh;
    margin: 0 auto;
    display: flex;
    align-items: center;
    max-width: min(1200px, 96vw);
  }

  #thumbModal .modal-content {
    border: 0;
    height: auto;
    max-height: 100%;
  }

  #thumbModal .modal-body {
    padding: 0 !important;
    overflow: hidden;
  }

  #thumbModal .thumbHold {
    box-sizing: border-box;
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #thumbModal .modalImg {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: calc(100vh - 5rem) !important;
    object-fit: contain;
  }
}

@media (max-width: 767px) {
  .products-list .product-item a:hover img,
  .products-list .product-item a:focus img {
    transform: none !important;
    opacity: 1 !important;
  }

  .products-list .product-item a:hover .hover-image,
  .products-list .product-item a:focus .hover-image {
    opacity: 0 !important;
    visibility: hidden !important;
  }
	.multi.carousel-inner .carousel-item-end.active,
    .multi.carousel-inner .carousel-item-next {
      transform: translateX(33%);
    }
    
    .multi.carousel-inner .carousel-item-start.active, 
    .multi.carousel-inner .carousel-item-prev {
      transform: translateX(-33%);
    }	
	.multi.carousel-inner .carousel-item-end,
	.multi.carousel-inner .carousel-item-start { 
	  transform: translateX(0);
	}		
}