@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//24tuned.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.6") format("woff2");
}

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #111111;
	--wd-text-font-size: 15px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: 111111;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: #d50000;
	--wd-alternative-color: rgb(53,172,248);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #d50000;
	--btn-default-bgcolor-hover: rgb(213,0,0);
	--btn-accented-bgcolor: #00b900;
	--btn-accented-bgcolor-hover: #009600;
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(0,150,0);
	--notices-success-color: #fff;
	--notices-warning-bg: rgba(255,102,0,0.91);
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(0,0,0);
	background-image: none;
	background-attachment: inherit;
	background-position: center center;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #0a0a0a;
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 800;
	color: rgb(0,0,0);
}
html .page-title .wd-breadcrumbs a, html .page-title .wd-breadcrumbs span, html .page-title .yoast-breadcrumb a, html .page-title .yoast-breadcrumb span {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 200;
	text-transform: lowercase;
}
.product-wrapper p.stock.wd-style-default:is(.in-stock) {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: rgb(10,150,10);
}
.product-wrapper p.stock.wd-style-default.in-stock:before {
	color: rgb(0,150,0);
}
p.stock.out-of-stock.wd-product-stock {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: rgb(221,66,66);
}
.widget_shopping_cart_content .amount {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: rgb(0,0,0);
}
.woocommerce-cart .amount {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: rgb(0,0,0);
}
.woocommerce-checkout .amount {
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: rgb(0,0,0);
}
.product-labels .product-label.new {
	background-color: rgb(0,150,0);
	color: rgb(255,255,255);
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	background-color: rgba(0,144,227,0.99);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 768.98px) {
	:root {
		--wd-text-font-size: 13px;
	--wd-widget-title-font-size: 13px;
	}
	html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
		font-size: 18px;
	}
	html .page-title .wd-breadcrumbs a, html .page-title .wd-breadcrumbs span, html .page-title .yoast-breadcrumb a, html .page-title .yoast-breadcrumb span {
		font-size: 12px;
	}
	.product-wrapper p.stock.wd-style-default:is(.in-stock) {
		font-size: 12px;
	}
	p.stock.out-of-stock.wd-product-stock {
		font-size: 12px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 5px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.product-image-summary .entry-title {
font-weight: 600;
font-size: 28px;
line-height: 1.2;
}

.tabs-layout-tabs .tabs {
	text-align: left;
}

.tabs-layout-tabs #tab-additional_information .shop_attributes {
margin: 0; 
max-width: 650px;
}

ul.usp-productpage li {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.usp-productpage {
  margin: 2em 0;
}

ul.usp-productpage li {
  margin: 1em;
}

ul.usp-productpage li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #00b900;
}

.wpce-product-terms-list-table tfoot {
    display: none;
}

#wpcf7-f369-p3047-o1 input[type="submit"],
#wpcf7-f369-p3047-o1 input[type="button"] { 
background-color:#d50000;
color: #ffffff
}

#wpcf7-f608-p996-o1 input[type="submit"],
#wpcf7-f608-p996-o1 input[type="button"] { 
background-color:#d50000;
color: #ffffff
}

.pi-edd {
	text-align: left;
}

.single-post .wd-meta-author,
.wd-meta-reply,
.wd-meta-date {
    display: none;
}

.single-product-content table:not( .has-background ) th {
    background-color: #f8f8f8;
    font-size: 14px
}

.single-product-content table:not( .has-background ) tbody td {
    background-color: #fdfdfd;
}

.single-product-content table:not( .has-background ) tbody tr:nth-child(2n) td, 
.single-product-content fieldset, 
.single-product-content fieldset legend {
    background-color: #fbfbfb;
}

.single-product-content h4.bundled_product_title {
    font-weight: 400;
    font-size: 16px;
}

.single-product-content  .bundled_item_qty_col div.quantity {
    font-size: 14px;
}

.single-product-content div.quantity input[type=number] {
  margin:0 -3px
}

.wpce-filter-widget-inner .wpce-field .select2-container .select2-selection--single {
background: white;
}

.validation_message.woocommerce-info
{display:none!important}

.product-label.attribute-label:not(.label-with-img) {
	background-color: #FF6600;
	color: #ffffff;
}

.whb-header .wd-header-cart.wd-design-5 .wd-cart-number {
    background-color: #000000;
}

.search-results .page-title {
display: none;
}

body.search .page-title,
body.search-no-results .page-title {
display:none;
}

.woocommerce-mini-cart__buttons .btn-cart {
    color: #000000;
    background-color: #ffffff;
  border:2px solid black;
}

.woocommerce-mini-cart__buttons .btn-cart:hover {
    color: black;
    background-color: #f2f2f2;
  border:2px solid black;
}

p.stock.wd-style-default.in-stock::before {
  color: #009600;
}


.cart-actions .button[name="apply_coupon"] {
    color: black;
    background-color: white;
  border:2px solid black;
}
.cart-actions .button[name="apply_coupon"]:hover {
    color: #000000;
    background-color: #f5f5f5;
  border:2px solid black;
}
.cart-actions .button[name="update_cart"] {
    color: black;
    background-color: #ffffff;
  border:2px solid black;
}
.cart-actions .button[name="update_cart"]:hover {
    color: #000000;
    background-color: #f5f5f5;
  border:2px solid black;
}

body .product-list-item .product-wrapper {
		display: flex;
		align-items: center;
    flex-wrap: nowrap;
}

body .product-list-item .product-element-top {
		flex: 0 0 30%;
    margin-bottom: 0 !important;
    margin-right: 15px;
}

body .product-list-item .product-list-content {
		flex: 1 1 auto;
		text-align: start;

}
body .product-list-item .product-wrapper .wd-add-btn a {
	width: 50px;
	height: 35px;
}

body .product-list-item .product-wrapper .wd-add-btn-replace .add-to-cart-loop:before {
    transform: translateY(0) translateZ(0);
}

body .product-list-item .product-wrapper .wd-add-btn a span {
		display: none;
}

body .product-list-item .product-wrapper .wd-add-btn {
	text-align: right;

}

body .product-list-item .product-wrapper .wd-add-btn a {
	width: 50px;
	height: 35px;
}

body .product-list-item .product-wrapper .wd-add-btn-replace .add-to-cart-loop:before {
    transform: translateY(0) translateZ(0);
}

body .product-list-item .product-wrapper .wd-add-btn a span {
		display: none;
}

body .product-list-item .product-wrapper .wd-add-btn {
	text-align: right;
}

.pi-edd{
    font-size:13px;
		font-weight: 700;
}

button.single_add_to_cart_button.button.alt {
    text-transform: capitalize;
}

.single-breadcrumbs-wrapper .wd-breadcrumbs a {
    text-transform: capitalize;
}

span.breadcrumb_last {
    display: none;
}

.single-product .product_meta .posted_in {
    display: none;
}

body .product-list-item .product-wrapper {
	flex-direction: row;
}

body .product-list-item .product-element-top {
	margin-right: 0 !important;
}

body .product.product-list-item .wd-add-btn {
	justify-content: end;

	}

form.cart {
	padding-top: 15px;
}

div.wd-post-date.wd-style-with-bg{
        display: none;
}

.wd-product-stock.stock.wd-style-default.available-on-backorder {
display: none !important;
}

.single-product .button.wd-wtl-unsubscribe {
    background-color: white;
    border: 2px solid #333;
		color: #000000;
	
}
.single-product .summary-inner .out-of-stock {
    margin-top: 20px;
}

.wd-progress-bar div.progress-bar {
	background-color: #35acf8;
}

div.wd-shipping-progress-bar.wd-style-bordered .wd-free-progress-bar {
	border: 2px solid var(--brdcolor-gray-300);
}

body .yoast-breadcrumb {
	font-size: 12px;
}

div.wd-post-date.wd-style-with-bg{
	display: none;
}@media (max-width: 576px) {
	body .product-labels .product-label.attribute-label:not(.label-with-img) {
    font-size:6px;
}

.bundle_form .bundled_product.product {
     display: flex;
   margin-left: -30px !important;
}
table.bundled_products .bundled_product_summary td.bundled_item_details_col .details {
     margin-right: -35px;
}

.bundled_product_summary .bundled_product_images img {
   width: 60%;
}

body .product-list-item:not(:last-child) .product-wrapper {
    padding-bottom: 30px;
    border-bottom: 1px solid;
    border-bottom-color: var(--brdcolor-gray-300);
}
}

