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

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", 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: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-primary-color: #f6931e;
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #f4a646;
	--btn-accented-bgcolor-hover: #f6931e;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.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(246,147,30);
	background-image: none;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://trokot.com.au/wp-content/uploads/2020/02/3-Series-BMW.jpg);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #000000;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@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);
}
}


.composite_form:not(.paged) .component .component_inner {
    padding-bottom: 0px !important;
}

/* Bundle Layout CSS*/
			small.tax_label {
				display: block;
			}

			.bundle_page_right_column_css_section  p.price {
				font-size:large!important;
			}

			.bundle_page_right_column_css_section h4.bundled_product_title.product_title {
				font-size: medium!important;
				margin-bottom: 5px!important;
			}

			/* Selection Short Description
			.bundle_page_right_column_css_section .bundled_product_excerpt.product_excerpt {
				display: none!important;
			}
			*/

			.bundle_page_right_column_css_section ul.bundled_products li.bundled_product {
				text-align: left!important;
				display: flex!important;
			}


			.bundle_page_right_column_css_section ul.products.bundled_products.columns-3 {
				padding: 0;
			} 


			.bundle_page_right_column_css_section .bundled_product.bundled_product_summary.product {
				border-radius: 5px;
				border-width: 2px;
				border-color: #f1f1f1;
				border-style: solid;
				/*padding-top: 15px;
				padding-bottom: 15px;*/
				padding-left: 15px;

			}

			.bundle_page_right_column_css_section .bundle_button {
				padding-bottom: 15px;
			}

			.bundle_page_right_column_css_section li.bundled_product.bundled_product_summary.product.bundled_item_optional {
				list-style: none!important;
				margin-top: 10px!important;

			}

			.bundle_page_right_column_css_section h4.bundled_product_title.product_title {
				align-self: center;
				width: 100%;
			}


			.bundle_page_right_column_css_section .details {
				align-self:center;
				width: 200%;
				margin-left: 5%;

			}

			.bundle_page_right_column_css_section input.bundled_product_checkbox {
				float: right;
				transform: scale(2);
				transform-origin: right;
				-webkit-transform-origin-x: 40px;
			}

			.notifications-sticky div.wpcf7-response-output, .notifications-sticky .mc4wp-alert, 
			.notifications-sticky :is(.woocommerce-error,.woocommerce-message,.woocommerce-info), 
			.notifications-sticky .yith_ywraq_add_item_product_message {
				position: inherit!important;

			}

			.bundled_product_summary .bundled_product_title a.bundled_product_permalink {
				display:none;
			}
	
/* Stock Status popup*/
		.bundled_product p.stock, .bundled_item_cart_details p.stock {
			margin:0em!important
			}

		.bundled_item_optional .bundled_item_cart_content--populated:before {
			height:0rem!important
		}


/* Please Choose at least 1 item. Notification */
		/*x button*/
		.notifications-sticky :is(.woocommerce-error, .woocommerce-message, .woocommerce-info)::after {
			display: none;
		}
		/*makes unclickable*/
		.bundle_error .woocommerce-info{
			pointer-events: none;
		}

.awdr_discount_bar_content {
    font-weight: bold;
    text-align: center;
}