/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* INDEX */
/* 01 - Pre Index Styles */
/* 02 - Single Product Page */
/* 03 - Compare Page */
/* 04 - Size Guide */
/* 05 - Cart */
/* 06 - Navigation Menu */
/* 07 - Premium Surfaces */
/* 08 - Shop */
/* 09 - Mobile Navigation Menu */
/* 10 - About Lucius */
/* 11 - Contact Us */
/* 12 - Checkout */
/* 13 - Miscellaneous */
/* 14 - Pre-Footer */
/* LAST - GO-LIVE */

table.woodmart-sizeguide-table {  }

header .info-box-wrapper h4.info-box-title { margin-bottom: 0px; font-size: 13px; line-height: 15px;}
header .info-box-wrapper .info-box-inner { margin-bottom: 0px; font-size: 12px; line-height: 13px;}
header .info-box-wrapper .box-btn-hover .info-btn-wrapper { padding-top: 0; }
header .whb-general-header-inner .whb-col-center .whb-space-element { width: 30%!important; } 
header .whb-general-header-inner .whb-col-center .box-icon-align-top .box-icon-wrapper { margin-bottom: 3px; margin-top: -15px; }
.whb-general-header-inner .woodmart-info-box .info-box-title {
	margin-bottom: 0px;
	line-height: 1.2;
}

.woodmart-product-categories .wc-default-cat {display: inline-block; } /* default-cat */
.woodmart-sticky-social { opacity: 0.5; transition: opacity 0.3s ease; } 
.woodmart-sticky-social:hover { opacity: 1; } 
.woodmart-product-categories > li.cat-link, .woodmart-product-categories > li.cat-item { background-color: rgba(0, 0, 0, 0.5); }



.page-title.color-scheme-light .entry-title { text-shadow: 1px 1px 10px #000000; }

/* promo-popup with background image || wp-admin/post.php?post=212&action=edit&lang=en */
.mfp-wrap .woodmart-promo-popup { background-image: url('http://s3-us-west-2.amazonaws.com/lucius-hudson-bucket/wp-content/uploads/2018/11/22170702/suscribe-to-lucius-hudson-newsletter.png'); background-size: cover; position: relative;}

.mfp-wrap .woodmart-promo-popup:after {
	background-image: url(http://s3-us-west-2.amazonaws.com/lucius-hudson-bucket/wp-content/uploads/2018/11/22180749/mailchimp-logo-white.svg);
	display: block;
	content: '';
	position: absolute;
	bottom: 30px;
	right: 30px;
	height: 80px;
	width: 80px;
	z-index: 1;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.3;
	background-color: rgba(255, 255, 255, 0.2);
	background-position: center;
}
.mfp-wrap .woodmart-promo-popup .color-scheme-light input[type=email]{ border-color: rgba(255,255,255,0.65); background-color: rgba(0,0,0,0.6); }

.home-slider .woodmart-text-block { text-shadow: 1px 1px 5px #000; }
.home-slider .btn-color-white { text-shadow: 1px 1px 5px #000; box-shadow: 1px 1px 5px #000; }
.owl-nav>div[class*=prev] {left: 60px; }
.owl-nav>div[class*=next] {right: 60px; }

a.btn-with-b { font-weight: 300; }
a.btn-with-b > b { font-weight: 700; letter-spacing: 1px;}
#woodmart-main-slider_wrapper .metis.tparrows.tp-leftarrow { left: 3%!important; }
#woodmart-main-slider_wrapper .metis.tparrows.tp-rightarrow { left: 97%!important; }

/* 02 - Single Product Page */
.swatches-select .active-swatch {
	outline: 2px dotted rgba(0, 0, 0, 0.5);
	outline-offset: 3px;
}
.swatches-select .colored-swatch, .swatches-select .image-swatch {
	width: inherit;
	height: inherit;
	border-bottom: inherit;
	border-radius: 0;
	background:none!important;
	font-size: inherit;
}

/* 03 - Compare Page */
.woodmart-compare-table .woodmart-compare-row.compare-basic .woodmart-compare-col.compare-field { 
	background-image: url('http://s3-us-west-2.amazonaws.com/lucius-hudson-bucket/wp-content/uploads/2019/03/27204017/Lucius-Hudson-Inc.-Just-Hudson.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: #f7f7f7;
}
.woodmart-compare-table .woodmart-compare-col {
	border: 1px solid rgba(129,129,129,0.2);
}
.woodmart-compare-table .compare-basic-content {
	width: 100%;
}
.woodmart-compare-table .woodmart-compare-col .product-image {
	border-top: 1px solid rgba(129,129,129,0.2);
}
.woodmart-compare-remove { 
	margin-bottom: 0!important;
}

/* 04 - Size Guide */
table.woodmart-sizeguide-table { 
	font-size: 10px;
	line-height: 1;
}

table.woodmart-sizeguide-table td {
	padding: 8px 8px;
}

.woodmart-sizeguide-title {
	font-size: 20px;
	margin-bottom: 10px;
}

.woodmart-sizeguide-content:empty {
	display: none;
}


.woodmart-sizeguide-table tr:first-child td {
	font-size: 12px;
	font-weight: 600;
}

.woodmart-sizeguide-table tr td { 
	width: 60px;
}

#woodmart_sizeguide > div.responsive-table > table > tbody > tr > td:nth-child(5) {
    font-weight: bolder;
    color: blue;
}


/* 05 - Cart */
#shipping_method label { font-weight: 700; font-size: 115%; }
.woocommerce-cart .cart-data-form.col-lg-7,
.woocommerce-cart .cart-data-form.col-xl-8 { flex: 0 0 100%!important; max-width: 100%!important; margin-bottom: 3em!important; } 
.woocommerce-form-login-toggle>.woocommerce-info { margin-bottom: 0 !important; }
.cart-totals-section h2 { border-bottom: 2px solid rgba(119,119,119,.17); padding-bottom: 10px;  }
.cart-totals-section .order-total th, .woocommerce-checkout-review-order-table .order-total th{ text-transform: lowercase; }
.cart-totals-section .order-total th:before, .woocommerce-checkout-review-order-table .order-total th:before { content: "Sub"; display: inline; text-transform: capitalize; }
.cart-totals-section .cart-subtotal, .cart-totals-section .shipping { display: none; }
.cart-totals-section .shop_table:after { 
	display: block;
	margin-left: 10px;
	content: "Shipping and Packing will be BLA BLA BLA";
	margin-bottom: 1em;
	-webkit-user-select: all;  -moz-user-select: all;  -ms-user-select: all;  user-select: all;
}
tr.cart_item li > span.item-variation-name { font-size: 11px; text-transform: uppercase; }
tr.cart_item li > span.item-variation-value > p { font-size: 12px; }
tr.cart_item li.variation-Height > span,
tr.cart_item li.variation-Height > span > p,
tr.cart_item li.variation-Width > span,
tr.cart_item li.variation-Width > span > p,
tr.cart_item li.variation-Depth > span,
tr.cart_item li.variation-Depth > span > p { display: inline; }
tr.cart_item li.variation-Height > span > p,
tr.cart_item li.variation-Width > span > p,
tr.cart_item li.variation-Depth > span > p { margin-left: 3px; }
tr.cart_item li.variation-Height > span > p:after,
tr.cart_item li.variation-Width > span > p:after,
tr.cart_item li.variation-Depth > span > p:after { content: '“ Inches'; -webkit-user-select: all;  -moz-user-select: all;  -ms-user-select: all;  user-select: all; display: inline; margin-left: 5px; }
tr.cart_item li[class^="variation-"] > span > p { font-weight: 700; color: black; margin-top: 0; }

/* 06 - Mini Cart */
li.mini_cart_item li > span.item-variation-name { font-size: 11px; text-transform: uppercase; }
li.mini_cart_item li > span.item-variation-value > p { font-size: 12px; }
li.mini_cart_item li.variation-Height > span,
li.mini_cart_item li.variation-Height > span > p,
li.mini_cart_item li.variation-Width > span,
li.mini_cart_item li.variation-Width > span > p,
li.mini_cart_item li.variation-Depth > span,
li.mini_cart_item li.variation-Depth > span > p { display: inline; }
li.mini_cart_item li.variation-Height > span > p,
li.mini_cart_item li.variation-Width > span > p,
li.mini_cart_item li.variation-Depth > span > p { margin-left: 3px; }
li.mini_cart_item li.variation-Height > span > p:after,
li.mini_cart_item li.variation-Width > span > p:after,
li.mini_cart_item li.variation-Depth > span > p:after { content: '“ Inches'; display: inline; margin-left: 5px; }
li.mini_cart_item li[class^="variation-"] { margin-bottom: 5px; }
li.mini_cart_item li[class^="variation-"] > span > p { font-weight: 700; color: black; margin-top: 0; margin-bottom: 5px; }


/* 06 - Navigation Menu */
#dropdown-hybrid h4 span.break { display: block; }

/* 07 - Premium Surfaces */
.premium-surface-item > a { display: block; cursor: zoom-in; }
.premium-surface-item > a:hover { cursor: zoom-in; }

/* 08 - Shop */
form.woocommerce-ordering,
.quick-shop-form table.variations td.label { display: none; } 

.quick-shop-wrapper .woocommerce-variation-add-to-cart { margin-left: 0; margin-right: 0; }
.products.elements-grid .woodmart-hover-base .wrapp-swatches { padding: 0 10px; min-height: 40px; }
.quick-shop-wrapper .quick-shop-form { padding-top: 20px; }
.quick-shop-wrapper table.variations { margin-bottom: 0; }
.quick-shop-wrapper table.variations tr { margin-bottom: 12px; }
.quick-shop-wrapper table.variations select { height: 32px; }
.quick-shop-wrapper .single_variation_wrap .single_add_to_cart_button { padding: 8px 20px; }

/* 09 - Mobile Navigation Menu */
.site-mobile-menu li a { min-height: 45px; }

/* 10 - About Lucius */
#about-production-team img{
  -webkit-filter: grayscale(1); /* Webkit */
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* W3C */
}

/* 11 - Contact Us */
.contact-us-header {
	width: 100%;
	height: 300px;
	background-image: url('http://s3-us-west-2.amazonaws.com/lucius-hudson-bucket/wp-content/uploads/2020/05/Lucius-Hudson-Location-map-background.png');
	background-size: auto 300px;
	background-position: center;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-us-header:nth-child(1) {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	-ms-grid-row-align: auto;
		align-self: auto;
}

/*
	Legacy Firefox implementation treats all flex containers
	as inline-block elements.
*/

@-moz-document url-prefix() {
	.flex-container {
		width: 100%;
		-moz-box-sizing: border-box;
	}

}
.contact-us-title-with-background{
	position: relative;
}

.contact-us-title-with-background:after {
	content: "";
	display: block;
	position: absolute;
	width: 70px;
	height: 95px;
	right: 15px;
	top: -30px;
	background-image: url('http://s3-us-west-2.amazonaws.com/lucius-hudson-bucket/wp-content/uploads/2020/05/Lucius-Hudson-Inc.-Just-Hudson.png');
	background-size: cover;
}

/* 12 - Checkout */
.thwmscf-buttons input { margin-left: 12px; }
.thwmscf-tab-panels {padding: 10px 30px 0 30px; }
#thwmscf-tab-panel-0 {padding-bottom: 30px; margin-bottom: 12px;}
.woocommerce-checkout .login.hidden-form { margin-bottom: 0; margin-top: 15px; padding: 30px 30px 20px 30px;}
.woocommerce-checkout .login.hidden-form > p:first-child{ 
	font-family: Poppins, Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.woocommerce-checkout .login.hidden-form > p:first-child:before,
.woocommerce-checkout .login.hidden-form > p:first-child:after { 
	content: "";
    flex: 1 0 0;
    border-bottom: 1px solid rgba(129,129,129,.2);
}
.woocommerce-checkout .login.hidden-form > p:first-child:before { margin-right: 20px; }
.woocommerce-checkout .login.hidden-form > p:first-child:after { margin-left: 20px; }
.woocommerce-billing-fields { margin-top: 10px; }
.woocommerce-checkout .select2 { width: 100% !important; }
div#thwmscf-tab-panel-2 {padding-bottom: 12px; }
.woocommerce-shipping-fields {padding-top: 15px; border-top: none; }
#thwmscf-tab-panel-3 {padding-bottom: 15px; padding-top: 10px; }
#thwmscf-tab-panel-4 {padding-bottom: 30px; padding-top: 15px; }
h3#order_review_heading { text-align: left; }
.woocommerce-NoticeGroup-checkout, form.checkout>.woocommerce-NoticeGroup {padding-right: 0px; padding-left: 0px; }
.woocommerce-checkout .woocommerce [role=alert] {margin-bottom: 15px; }
.woocommerce-shipping-totals.shipping th:after{ content: "/Packing"; display: inline; -webkit-user-select: all;  -moz-user-select: all;  -ms-user-select: all;  user-select: all; }
.statement strong { color: #2d2a2a; }
.woocommerce-form-login-toggle>.woocommerce-info .showlogin { margin-left: 0; line-height: 2; }
form.woocommerce-checkout input#billing_first_name,
form.woocommerce-checkout input#billing_last_name,
form.woocommerce-checkout input#shipping_first_name,
form.woocommerce-checkout input#shipping_last_name{
    text-transform: capitalize;
}
form.woocommerce-checkout input[type=text],
form.woocommerce-checkout input[type=email],
form.woocommerce-checkout input[type=number],
form.woocommerce-checkout input[type=url],
form.woocommerce-checkout input[type=tel],
form.woocommerce-checkout input[type=date],
form.woocommerce-checkout textarea {
	font-weight: 700;
	color: #000;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered { color: #000; font-weight: 700; }
#select2-billing_country-container[title^="Select"],
.select2-selection__placeholder{ color: rgb(117, 117, 117)!important; font-weight: 400!important; }

form.woocommerce-checkout input:-webkit-autofill { color: #000!important; -webkit-text-fill-color: #000; }

form.woocommerce-checkout input::-webkit-input-placeholder { font-weight: 400; }
form.woocommerce-checkout input::-moz-placeholder { font-weight: 400; }
form.woocommerce-checkout input:-ms-input-placeholder { font-weight: 400; }
form.woocommerce-checkout input:-moz-placeholder { font-weight: 400; }
form.woocommerce-checkout textarea::-webkit-input-placeholder { font-weight: 400; }
form.woocommerce-checkout textarea::-moz-placeholder { font-weight: 400; }
form.woocommerce-checkout textarea:-ms-input-placeholder { font-weight: 400; }
form.woocommerce-checkout textarea:-moz-placeholder { font-weight: 400; }

.woocommerce-invalid .select2-container--default .select2-selection--single, .woocommerce-invalid input:not(:focus) {
    border-color: #e0b252;
}
.clarification {  margin-top: 10px; margin-bottom: 15px; }
.clarification > h3 { display: inline; color: #e0b252; margin-right: 10px; }

.wooccm-additional-fields h3 { 
    display: block;
    margin-bottom: 5px;
    color: #464646;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    font-family: inherit;
}
.wooccm-additional-fields span.woocommerce-radio-wrapper > * { display: inline !important; }
.wooccm-additional-fields span.woocommerce-radio-wrapper > br { display: none !important; }
.wooccm-additional-fields span.woocommerce-radio-wrapper > label { margin-right: 15px; }
.woocommerce-order-details__title { font-size: 22px; }
.woocommerce-table--order-details tfoot tr:last-child > th { text-transform: lowercase; }
.woocommerce-table--order-details tfoot tr:last-child > th:before { content: "Sub"; display: inline; text-transform: capitalize; -webkit-user-select: all;  -moz-user-select: all;  -ms-user-select: all;  user-select: all;  }
#thwmscf-tab-panel-3 .wooccm-type-heading h3,
#thwmscf-tab-panel-3 .wooccm-type-radio > label { font-weight: 700; }
#thwmscf-tab-panel-3 .wooccm-type-heading h3 { margin-bottom: 12px; }

/* 13 - Miscellaneous */
.mailchimp-newsletter input,
.mailchimp-newsletter label { float: left; margin-bottom: 25px;}
.mailchimp-newsletter input { margin-right: 12px; margin-top: 5px; }
.breadcrumbs { text-shadow: 0 0 7px #000000; }

/* 14 - Pre-Footer */
#pre-footer h4.woodmart-title-container { text-shadow: 0 0 7px #FFFFFF; }
#pre-footer .title-after_title { color: white; text-shadow: 0 0 7px #000000; }
#pre-footer input[type=email] { background-color: #FFFFFF; }

/* LAST - GO-LIVE */
/* Hidden elements */
.social-login-title, 
.woodmart-social-login 
{ display: none; }