thumbnail_container.woocommerce .star-rating{
	height: 1.3em;
}
.baucraft_fn_sidebar_page .baucraft_fn_leftsidebar ul.products li.product{
	width: 30.8% !important;
	margin-right: 3.8% !important;
	clear: none !important;
	float: left !important;
}
.baucraft_fn_sidebar_page .baucraft_fn_leftsidebar ul.products li.product:nth-of-type(3n){
	margin-right: 0px !important;
}
.single-product .baucraft_fn_woo_wrap #breadcrumbs{
	justify-content: flex-start;
	margin-bottom: 74px;
}
.woocommerce div.product div.images img{
	border-radius: 5px;
	border: 1px solid var(--baucraft-border-color);
}
.baucraft_fn_product_single{
	width: 100%;
	clear: both;
	padding-top: 0;
}
.woocommerce .woocommerce-breadcrumb{
	display: none;
}
.product_meta{
	padding: 24px 20px 17px;
	border: 1px solid var(--baucraft-border-color);
	position: relative;
	border-radius: 5px;
	margin-bottom: 60px;
}
.single-product-summary-wrap{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.woocommerce div.product div.images{
	width: 60%;
	padding: 0;
	margin: 0;
	margin-bottom: 70px;
}
.woocommerce div.product div.images.woocommerce-product-gallery{
	margin-bottom: 50px;
}
.woocommerce div.product div.summary{
	width: 40%;
	padding-left: 50px;
	margin-bottom: 70px;
}
.woocommerce div.product .product_title{
	margin: 0;
    padding: 0;
    font-family: var(--hff);
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 900;
	margin-bottom: 13px;
}
.frenify_thumb_wrap{
	width: 100%;
	float: left;
	text-align: center;
}
.frenify_thumb_wrap ul{
	padding: 0;
	margin: 20px 0 0 -20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}
.frenify_thumb_wrap ul li{
	width: 50%;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	margin-bottom: 20px;
}
.woocommerce-tabs.wc-tabs-wrapper{
	width: 100%;
}
.single_product_related_wrap{
	width: 100%;
	margin-top: 50px;
}
.tagged_as,
.posted_in,
.sku_wrapper{
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0px;
    display: block;
    vertical-align: middle;
	text-transform: uppercase;
	margin-right: 10px;
	font-weight: 600;
	font-family: var(--hff);
	color:  var(--baucraft-hc);
	margin-bottom: 6px;
}
.tagged_as a,
.posted_in a{
	margin-right: 5px; 
	display: inline-block;
    text-decoration: none;
    line-height: 1;
    letter-spacing: .25px;
    color:  var(--baucraft-hc);
    font-family: var(--hff);
    padding-bottom: 2px;
	text-transform: uppercase;
}
.tagged_as a:hover,
.posted_in a:hover{
	color: var(--baucraft-hhc);
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid var(--baucraft-border-color);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	overflow: visible;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	padding: 0 22px;
	margin: 0;
	border: none;
	background-color: transparent;
	margin-bottom: -1px;
	
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--baucraft-hc);
    font-weight: 900;
    letter-spacing: 0.25px;
	font-family: var(--hff);
    line-height: 1;
    display: block;
    padding: 17px 15px;
	background-image: linear-gradient(var(--baucraft-mc2), var(--baucraft-mc2));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .5s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
	background-size: 100% 2px;
	color: var(--baucraft-hc);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	background-color: transparent;
}
#reviews .comment-reply-title{
    display: block;
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 29px;
	font-family: var(--hff);
	text-align: left;
	text-transform: none;
	color: var(--baucraft-hc);
}
#reviews p.comment-form-comment label,
#reviews p.comment-form-author label,
#reviews p.comment-form-email label,
#reviews p.comment-form-comment label,
#reviews .comment-form-rating label{
	font-size: 18px;
    letter-spacing: 0.25px;
    line-height: 1.2;
    color:  var(--baucraft-hc);
    margin-bottom: 9px;
    font-weight: 500;
    font-family: var(--hff);
    font-style: italic;
}
.woocommerce #review_form #respond p{
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.5;
}
.woocommerce #review_form #respond p:last-child{
	margin-bottom: 0;
}
p.comment-form-author label,
p.comment-form-email label,
p.comment-form-comment label{
	display: block;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.2;
    color: #777;
    margin-bottom: 10px;
}
p.comment-form-author span.required,
p.comment-form-email span.required,
p.comment-form-comment span.required{
	color: #c10a28;
    display: inline-block;
    margin-left: 7px;
    margin-top: -8px;
	position: relative;
}
p.comment-form-author input,
p.comment-form-email input{
	width: 100%;
	background-color: #eee;
}
.woocommerce #respond input#submit{
    font-size: 14px;
	background-color: #eee;
    padding: 1px 25px 0px 25px !important;
    height: 44px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    letter-spacing: .5px;
    line-height: 1;
	
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}
.woocommerce div.product .woocommerce-tabs .panel{
	margin-bottom: 0px;
}
#tab-additional_information{
	padding-top: 46px;
}
.woocommerce div.product p.price{
	margin: 0;
    padding: 0;
    display: block;
    font-family: var(--hff);
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    font-style: italic;
    color: var(--baucraft-hc);
	margin-bottom: 21px;
}
.woocommerce div.product p.price ins{
	font-weight: inherit;
	text-decoration: none;
}
.woocommerce .quantity .qty{
	width: 120px;
	min-width: auto;
	line-height: 1;
	color: var(--baucraft-hc);
	height: 50px;
    padding: 0px 32px !important;
    border: 1px solid var(--baucraft-border-color);
	border-radius: 5px;
	font-size: 18px;
	letter-spacing: 0;
	font-family: var(--hff);
	font-weight: 900;
  	-moz-appearance: textfield;
}
.woocommerce .quantity .fn__qty .qty{
	display: block;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
  	-webkit-appearance: none;
  	margin: 0;
}
.woocommerce div.product form.cart{
	margin-bottom: 0;
}
.woocommerce div.product form.cart div.quantity{
	margin-right: 10px;
	margin-bottom: 10px;
}
.woocommerce-account .woocommerce-info a,
.woocommerce #review_form #respond .form-submit input,
.woocommerce button.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
button.button[name="update_cart"],
.woocommerce-message a.button.wc-forward,
.woocommerce div.product form.cart .button{
	display: block;
    text-decoration: none;
    position: relative;
    padding: 0 39px;
    line-height: 48px;
    height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    border: 1px solid var(--baucraft-mc2);
    background-color: var(--baucraft-mc2);
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .5px;
    font-family: var(--hff);
    font-weight: 700;
	transition: .3s;
}
.woocommerce-account .woocommerce-info a:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce button.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
button.button[name="update_cart"]:hover,
.woocommerce-message a.button.wc-forward:hover,
.woocommerce div.product form.cart .button:hover{
	background-color: transparent;
    color: var(--baucraft-hc);
    border-color: var(--baucraft-border-color);
}
.woocommerce #reviews #comments ol.commentlist{
	padding: 0px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
	padding: 0px;
	width: 80px;
	height: 80px;
	border: none;
	top: 0px;
	
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
}
.woocommerce .woocommerce-product-rating .star-rating{
	margin-right: 20px;
	margin-bottom: 20px;
}
a.woocommerce-review-link{
	display: inline-block;
	text-decoration: none;
	line-height: 1;
	letter-spacing: .25px;
	font-size: 14px;
	color: var(--baucraft-hc);
	font-family: var(--hff);
	font-weight: 500;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .5s;
	padding-bottom: 2px;
}
a.woocommerce-review-link:hover{
	background-size: 100% 1px;
}
.woocommerce #reviews #comments ol.commentlist li{
	border: none;
	padding: 0;
	margin-bottom: 18px;
	padding-top: 20px;
}
.woocommerce #reviews #comments ol.commentlist li:last-child{
	margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li:last-child .comment-text{
	padding-bottom: 0;
	border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
	border: none;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
	padding: 0;
	margin: 0;
	margin-left: 110px;
	border-bottom: 1px solid var(--baucraft-border-color);
	padding-bottom: 23px;
}
.single_product_related_wrap h2{
	display: block;
    margin: 0;
    padding: 0;
    font-weight: 500;
    margin-bottom: 29px;
    color: var(--baucraft-hc);
}
.woocommerce div.product form.cart .variations tr{
	border: none;
}
.woocommerce div.product form.cart .variations td.label{
	padding: 10px 20px 10px 0px;
	line-height: 1;
	vertical-align: middle;
}
.woocommerce div.product form.cart .reset_variations{
	position: relative;
	text-decoration: none;
	color: #777;
}
.woocommerce div.product form.cart .woocommerce-variation-description p{
	line-height: 1.7;
    font-size: 14px;
    letter-spacing: 0px;
    color: #777;
	margin-bottom: 5px;
}
.woocommerce div.product form.cart .variations{
	margin-bottom: 20px;
}
.woocommerce .woocommerce-variation-price{
	margin-bottom: 0;
}
.woocommerce-variation.single_variation{
	display: none;
    padding: 10px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}
.woocommerce table.shop_attributes{
	border: none;
}
.woocommerce table.shop_attributes tr{
	border: 1px solid #e5e5e5;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th{
	border: 1px solid #e5e5e5;
	padding: 15px 10px;
	line-height: 1;
	vertical-align: middle;
	color: #777;
	font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes p{
	padding: 0;
	margin: 0;
}
.woocommerce .fn_cart-empty{
	max-width: 650px;
	padding: 100px 50px 70px 50px;
    position: relative;
    text-align: left;
    border: 1px solid #e5e5e5;
	background-color: #e9eff4;
	margin-top: 75px;
}
.woocommerce .fn_cart-empty:after{
	content: '';
	width: 110px;
    height: 110px;
    display: inline-block;
    line-height: 110px;
    font-size: 60px;
	top: 0px;
	left: 55px;
	margin-top: -55px;
    color: #333;
	position: absolute;
	background-color: #e9eff4;
	border: 1px solid #e5e5e5;
	
    -webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
}
.woocommerce .fn_cart-empty:before{
	width: 40px;
	height: 40px;
	content: '';
	
	left: 90px;
	top: -22px;
	position: absolute;
	z-index: 22;
	
	background-image: url(../../framework/img/cart.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.woocommerce .fn_cart-empty span{
	line-height: 1.7;
    letter-spacing: 0px;
    color: #777;
} 
.woocommerce .fn_cart-empty a.button{
	display: inline-block;
	text-decoration: none;
	line-height: 1;
	letter-spacing: 0px;
	margin-left: 10px;
	padding: 0;
	background: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
	height: auto;
	color: #d24e1a;
	
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
	
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.woocommerce .fn_cart-empty a.button:hover{
	background-color: transparent;
}
.woocommerce a.remove{
	background-color: #000;
	color: transparent !important;
	font-size: 14px;
	padding: 0;
	width: 20px;
	height: 20px;
	font-weight: 600;
	position: relative;
}
.woocommerce a.remove:after{
	content: '';
    background-color: #fff;
    width: 2px;
    height: 10px;
    position: absolute;
    left: 9px;
    top: 5px;
    transform: rotate(135deg);
    border-radius: 3px;
}
.woocommerce a.remove:before{
	content: '';
    background-color: #fff;
    width: 2px;
    height: 10px;
    position: absolute;
    left: 9px;
    top: 5px;
    transform: rotate(45deg);
    border-radius: 3px;
}
.woocommerce a.remove:hover{
	background-color: #000;
}
.woocommerce-page table.cart td.actions .coupon{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.woocommerce-cart table.cart td.actions .coupon .input-text#coupon_code{
	width: 100%;
    color: var(--baucraft-hc);
    height: 60px;
    background-color: #eee;
    padding: 0 20px;
    border-radius: 60px;
    outline: none;
    max-width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    font-style: italic;
    font-family: var(--hff);
    border: 4px solid #000;
	min-width: 0;
}
.woocommerce .coupon .button{
	height: 60px;
    background-color: #fff !important;
    color: #000 !important;
    font-family: var(--hff);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    outline: none;
    border-radius: 60px;
    margin-left: 10px;
    padding: 0 30px;
    border: 4px solid #000;
    cursor: pointer;
	min-width: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.woocommerce .coupon .button:after{
	display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: '';
    background: var(--baucraft-mc1);
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.woocommerce .coupon .button:hover:after{
	right: auto;
	left: 0;
	width: 0;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
    border: 2px solid var(--baucraft-border-color);
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 20px;
}
.woocommerce-cart table.cart td.actions input[type=submit]{
    font-size: 14px;
    padding: 1px 20px 0px 20px !important;
    height: 44px;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    letter-spacing: .5px;
    line-height: 1;
    color: #fff;
	
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}
.woocommerce table.shop_table td{
	border: none;
	margin: 0;
    padding: 0;
    font-family: var(--hff);
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    font-style: italic;
    color: var(--baucraft-hc);
}
.woocommerce table.shop_table tr,
.woocommerce table.shop_table{
	border: none;
	border-collapse: collapse;
}
.woocommerce table.shop_table tr,
.woocommerce table.shop_table td{
	border-bottom: 2px solid var(--baucraft-hc);
}
.woocommerce table.shop_table th{
	border: none;
	padding: 20px 12px;
	background-color: #000;
	color: #fff;
}
.woocommerce table.shop_table td{
	padding: 20px 12px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals{
	width: 100%;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img{
	max-height: 50px;
	width: auto;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
	margin-top: 68px;
}
.woocommerce table.shop_table{
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.woocommerce-page .cart-collaterals .cart_totals h2{
	font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0px;
    margin-bottom: 23px;
	font-weight: 600;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th{
	border-top: none;
}
.cart-subtotal th,
.woocommerce table.shop_table tbody:first-child tr:first-child th{
	border-bottom: 2px solid #333 !important;
	border-top: none !important;
}
.woocommerce-checkout-review-order-table{
	margin-bottom: 55px !important;
}
.woocommerce .baucraft-fn-wrapper{
	overflow: hidden;
}
.baucraft_fn_woo_myaccount{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.baucraft_fn_woo_myaccount > div{
	width: 100%;
	float: none;
	clear: both;
	position: relative;
	z-index: 5;
}
.baucraft_fn_woo_myaccount .inner{
	border: 2px solid var(--baucraft-border-color);
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-radius: 5px;
}
.baucraft_fn_woo_myaccount .uneditable-input,
.baucraft_fn_woo_myaccount textarea,
.baucraft_fn_woo_myaccount input[type=number],
.baucraft_fn_woo_myaccount input[type=email],
.baucraft_fn_woo_myaccount input[type=url],
.baucraft_fn_woo_myaccount input[type=search],
.baucraft_fn_woo_myaccount input[type=tel],
.baucraft_fn_woo_myaccount input[type=color],
.baucraft_fn_woo_myaccount input[type=text],
.baucraft_fn_woo_myaccount input[type=password],
.baucraft_fn_woo_myaccount input[type=datetime],
.baucraft_fn_woo_myaccount input[type=datetime-local],
.baucraft_fn_woo_myaccount input[type=date],
.baucraft_fn_woo_myaccount input[type=month],
.baucraft_fn_woo_myaccount input[type=time],
.baucraft_fn_woo_myaccount input[type=week]{
	background-color: #f5f5f5;
}
.woocommerce-account .baucraft_fn_woo_myaccount .woocommerce-MyAccount-navigation,
.woocommerce-account .baucraft_fn_woo_myaccount .woocommerce-MyAccount-content{
	opacity: 1;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
	opacity: 0;
	width: 30%;
	border-right: 2px solid var(--baucraft-border-color);
	padding: 50px 0px;
}
.woocommerce-account .woocommerce-MyAccount-content{
	opacity: 0;
	width: 70%;
	padding: 60px 20px;
	position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
	margin: 0;
	list-style-type: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
	display: block;
	padding: 0px 20px;
	width: 100%;
	margin: 2px 0px;
}
.woocommerce-account .woocommerce-MyAccount-navigation a{
	display: block;
    line-height: 40px;
    position: relative;
    color: var(--baucraft-hc);
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: var(--hff);
    font-weight: 500;
	padding: 0 20px;
	border-radius: 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover{
	background-color: #efefef;
	color: var(--baucraft-hc);
}
.woocommerce-account .woocommerce-MyAccount-content p{
    letter-spacing: 0px;
    color: #777;
	clear: none;
}
.woocommerce-account .woocommerce-MyAccount-content p a{
	text-decoration: none;
	line-height: 1.7;
	letter-spacing: 0px;
	position: relative;
	font-weight: 500;
	color: var(--baucraft-hc);
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .5s;
}
.woocommerce-account .woocommerce-MyAccount-content p a:hover{
	background-size: 190% 2px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
	border: 4px solid #000;
	clear: both;
	margin: 10px 0px;
	border-radius: 10px;
	min-height: 35px;
	background-color: #fff;
	color: #000;
	line-height: 1.7;
	font-family: var(--hff);
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background-color: transparent;
}

.woocommerce table.cart td.actions .coupon input[type="submit"]{height: 40px;}

.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message{
	margin: 10px;
}
.woocommerce-account .addresses .title h3{
	font-size: 20px;
}
.woocommerce-account .addresses .title .edit{
	text-decoration: none;
	color: #777;
	border-bottom: 1px solid #777;
}
.woocommerce-account .addresses .title .edit:hover{
	border-bottom-color: transparent;
}
.woocommerce-account address{
	line-height: 1.6;
    font-size: 15px;
    letter-spacing: 0px;
    color: #777;
}
.woocommerce-Addresses{
	margin-top: 40px;
}
.woocommerce-error a,
.woocommerce-info a,
a.woocommerce-privacy-policy-link,
.woocommerce-message a{
	text-decoration: none;
	padding-bottom: 1px;
	display: inline-block;
	color: var(--baucraft-hc);
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .5s;
}
a.woocommerce-privacy-policy-link:hover,
.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover{
	background-size: 100% 2px;
}
.woocommerce form .form-row label{
	font-size: 18px;
	letter-spacing: 0.25px;
	line-height: 1.2;
	color: var(--baucraft-hc);
	margin-bottom: 9px;
	font-weight: 500;
	font-family: var(--hff);
	font-style: italic;
}
.woocommerce .baucraft_fn_woo_myaccount form .form-row input.input-text,
.woocommerce .baucraft_fn_woo_myaccount form .form-row textarea{
	margin-bottom: 20px;
}
.woocommerce .baucraft_fn_woo_myaccount form legend{
	display: block;
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 20px;
	color: #777;
}
.woocommerce form.login{
	padding: 0px;
	border: none;
	float: left;
	
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}
.woocommerce-checkout-review-order input#place_order{
    background-color: transparent;
    border: 1px solid #ccc;
    color: #555;
}
.woocommerce-checkout-review-order input#place_order:hover{
	border-color: #000;
	color: #000;
	background-color: #f5f5f5;
}
.baucraft_fn_woo_login{
	width: 100%;
	float: left;
	clear: both;
}
.baucraft_fn_woo_login  form.login{margin: 0px;}
.baucraft_fn_woo_login > div{
	max-width: 650px;
}
.baucraft_fn_woo_login_inner{
	width: 100%;
	float: left;
    position: relative;
    text-align: center;
	padding: 50px;
	padding-top: 70px;
}
.baucraft_fn_woo_login_inner p a{
	display: inline-block;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0px;
    font-size: 14px;
    position: relative;
    padding: 0;
    background: none;
    font-weight: 600;
	color: #000;
	text-transform: uppercase;
	
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
	
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.baucraft_fn_woo_login_inner p a:hover{
	border-bottom-color: transparent;
	text-decoration: underline;
}
.baucraft_fn_woo_login_inner > div p{
	width: 50%;
	float: left;
	padding-right: 20px;
	margin-bottom: 20px;
	text-align: left;
	color: #555;
}
.baucraft_fn_woo_login_inner > div p:first-child{
	width: 100%;
	margin-bottom: 40px;
	padding: 0;
}
.woocommerce-LostPassword.lost_password{
	margin-top: 10px;
}
.woocommerce form.login .form-row{
	width: 50%;
	padding: 0;
	margin: 0;
	clear: none;
	float: left;
	text-align: left;
	margin-bottom: 20px;
	padding-right: 20px;
}
.woocommerce form.login input.button{
    font-size: 14px;
    padding: 1px 20px 0px 20px !important;
    height: 44px;
    text-transform: capitalize;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    letter-spacing: .5px;
    line-height: 1;
    color: #fff;
    background-color: #000;
	
    -webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
	
    -webkit-box-shadow: 1px 1px 3px rgba(235,16,16,0.3);
    -moz-box-shadow: 1px 1px 3px rgba(235,16,16,0.3);
    box-shadow: 1px 1px 3px rgba(235,16,16,0.3);
}
.woocommerce form .form-row .required{
	text-decoration: none;
}
.woocommerce form .form-row{
	margin-bottom: 16px;
}
.woocommerce #customer_details,
.woocommerce #order_review{
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 50px;
	background-color: transparent;
	border: none;
}
.woocommerce #order_review{
	margin-bottom: 145px;
}
.woocommerce #customer_details{
	margin-bottom: 63px;
}
.woocommerce p.stars.selected a.active~a::before,
.woocommerce .star-rating::before,
.woocommerce p.stars a::before{
	color: #aaa;
}
.woocommerce p.stars:hover a::before,
.woocommerce p.stars.selected a:not(.active)::before,
.woocommerce p.stars.selected a.active::before,
.woocommerce .star-rating span::before{
	color: #000;
}
h3#order_review_heading{
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0px;
    margin-bottom: 23px;
    font-weight: 600;
}
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper{
	padding: 20px;
}
.woocommerce-additional-fields__field-wrapper .form-row{
	margin-bottom: 0 !important;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
.woocommerce-additional-fields h3,
.woocommerce-billing-fields h3{
	font-size: 18px;
	color: #fff;
	line-height: 26px;
	padding: 20px;
	background-color: #000;
	margin: 0;
	font-weight: 500;
	float: none;
}
.woocommerce-billing-fields__field-wrapper{
	padding: 20px;
}
.woocommerce form .form-row textarea{
	min-height: 120px;
}
.baucraft_fn_wrapper_all .woocommerce-billing-fields input[type="email"],
.baucraft_fn_wrapper_all .woocommerce-additional-fields textarea,
.baucraft_fn_wrapper_all .woocommerce-billing-fields input[type="tel"],
.baucraft_fn_wrapper_all .woocommerce-billing-fields input[type="text"]{
	background-color: transparent;
	border-radius: 3px;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods{
	padding: 0px;
	border: none;
}
.woocommerce table.my_account_orders .button{
	line-height: 40px;
	color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline-block;
	margin-right: 5px;
}
@media (max-width: 1200px){
	.woocommerce div.product div.summary{padding-left: 0;padding-right: 0;}
	.woocommerce div.product div.summary,
	.woocommerce div.product div.images{width: 100%;clear: both;}
}
@media (max-width: 1040px){
	.product_meta,
	.single_product_related_wrap,
	.woocommerce-tabs.wc-tabs-wrapper{padding-left: 20px;padding-right: 20px;}
}
@media (max-width: 768px){
	.baucraft_fn_woo_myaccount .inner{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.woocommerce form.woocommerce-checkout .form-row{
		width: 100%;
		margin: 0;
		padding: 0;
		margin-bottom: 20px;
	}
	.baucraft_fn_woo_login_inner > div p,
	.woocommerce form.login .form-row{width: 100%;padding: 0;}
	.woocommerce .product-remove{height: 30px;}
	.woocommerce a.remove{float:right;}
	.woocommerce-account .woocommerce-MyAccount-navigation{width: 100%;border: none;border-bottom: 2px solid var(--baucraft-border-color);}
	.woocommerce-account .woocommerce-MyAccount-content{width: 100%;border: none;}
	.frenify_thumb_wrap ul{margin-bottom: 35px;}
	.woocommerce div.product div.summary{padding: 40px 20px;}
	.woocommerce div.product .woocommerce-tabs .panel,
	.product_meta,
	.single-product-summary-wrap{margin-bottom: 50px;}
	.woocommerce table.shop_table{border: none;}
}
@media (max-width: 480px){
	.frenify_thumb_wrap ul li{width: 50%;float: left;}
	.woocommerce div.product div.summary{padding-left: 0;padding-right: 0;}
	.frenify_thumb_wrap ul{margin-bottom: 0;margin-top: 0;}
	.woocommerce #customer_details, .woocommerce #order_review{padding: 40px 20px;}
	.baucraft_fn_woo_login_inner,
	.woocommerce .fn_cart-empty{padding: 100px 20px 50px 20px;}
	.woocommerce-cart table.cart td.actions .coupon .input-text#coupon_code,
	.woocommerce-cart table.cart td.actions .coupon input[type="submit"]{width: 100%;margin-bottom: 10px;}
	.woocommerce-account .woocommerce-MyAccount-content p{width: 100%;padding: 0;}
	.product_meta,
	.single_product_related_wrap,
	.woocommerce-tabs.wc-tabs-wrapper{padding-left: 10px;padding-right: 10px;padding-top: 25px;padding-bottom: 25px;}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{width: 100%;}
	.baucraft_fn_woo .baucraft_fn_wrap_sorting{margin-bottom: 30px;}
	.baucraft_fn_wrap_sorting p.woocommerce-result-count{width: 100%;clear: both;display: block;}
	.baucraft_fn_wrap_sorting form.woocommerce-ordering{float: left;margin-left: 0px;}
}

@media(max-width: 1300px) and (min-width: 1201px){
	.baucraft_fn_sidebar_page .baucraft_fn_leftsidebar ul.products li.product{
		width: 48.1% !important;
	}
	.baucraft_fn_sidebar_page .baucraft_fn_leftsidebar ul.products li.product:nth-of-type(3n){
		margin-right: 3.8% !important;
	}
	.baucraft_fn_sidebar_page .baucraft_fn_leftsidebar ul.products li.product:nth-of-type(2n){
		margin-right: 0px !important;
	}
}
@media(max-width: 550px) and (min-width: 321px){
	.baucraft_fn_sidebar_page .baucraft_fn_leftsidebar ul.products li.product{
		width: 48.1% !important;
	}
	.baucraft_fn_sidebar_page .baucraft_fn_leftsidebar ul.products li.product:nth-of-type(3n){
		margin-right: 3.8% !important;
	}
	.baucraft_fn_sidebar_page .baucraft_fn_leftsidebar ul.products li.product:nth-of-type(2n){
		margin-right: 0px !important;
	}
}
@media(max-width: 320px){
	.baucraft_fn_sidebar_page .baucraft_fn_leftsidebar ul.products li.product{
		width: 100% !important;
		margin-right: 0% !important;
	}
}

.select2-container--default .select2-selection--single{
	background-color: #f5f5f5;
	border-color: #e5e5e5;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
	border-color: #e5e5e5;
	border-radius: 3px;
	height: 28px;
}
.select2-dropdown{
	border-color: #e5e5e5;
}
.woocommerce div.product form.cart .group_table td{
	padding-left: 1em;
	padding-right: 1em;
}
.up-sells.upsells.products h2{
	font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-bottom: 40px;
}
.woocommerce del{
	opacity: .4;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a{
	text-decoration: none;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered{
	height: 40px;
	line-height: 40px;
	color: #777;
	font-size: 14px;
	padding-right: 46px;
}
.woocommerce .select2-results__option{
	font-size: 14px;
}
.woocommerce .select2-container .select2-selection--single{
	height: 40px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 38px;
    background: rgba(0, 0, 0, 0.05);
    width: 38px;
    border-left: 1px solid #e5e5e5;

}
.woocommerce div.product form.cart .group_table td{
	padding-top: .5em;
	padding-bottom: .5em;
	vertical-align: middle;
}
.woocommerce table.shop_table td.product-remove{
	padding-left: 20px;
	border-bottom: 2px solid #000;
}

























.privacy-policy .baucraft_fn_all_pages,
.woocommerce-cart .baucraft_fn_without_sidebar_page .inner{
	margin-bottom: 70px;
}


.baucraft_fn_hidden_info,
.woo__compare{
	opacity: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	outline: none;
	background: none;
	z-index: -999;
	transform: none;
	visibility: hidden;
}

.baucraft_fn_hidden_info{
	z-index: -5555 !important;
	position: absolute !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	margin: 0 !important;
}
.woocommerce.widget_shopping_cart .buttons a{
	line-height: 40px;
	padding:  0 15px;
}







.baucraft_fn_wrap_sorting p.woocommerce-result-count,
.woocommerce-result-count,
.baucraft_fn_wrap_crumb{
	display: none;
}
.baucraft_fn_wrap_sorting form.woocommerce-ordering{
	float: left;
	margin: 0;
	position: relative;
}
.baucraft_fn_wrap_sorting form.woocommerce-ordering:before{
	content: '';
	position: absolute;
	right: 10px;
	top: 18px;
	pointer-events: none;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: var(--baucraft-hc) transparent transparent transparent;
}
.shop_img{
	position: relative;
}
.shop_img:after,
.shop_img:before{
	clear: both;
	display: table;
	content: '';
}
.shop_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.shop_img .img_in{
	margin-bottom: 100%;
}
.woo__item{
	position: relative;
	min-height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.woo__item .img_holder{
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	border: 2px solid var(--baucraft-border-color);
}
.woo__item .title_holder{
	position: relative;
	border: 2px solid var(--baucraft-border-color);
	border-radius: 5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.woo__item .price_holder{
	flex: 0 0 121px;
	border-left: 2px solid var(--baucraft-border-color);
	padding: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	color: var(--baucraft-hc);
	font-size: 18px;
	font-family: var(--hff);
	letter-spacing: 0;
}
.woo__item .price_holder del{
	color: var(--baucraft-bc);
}
.woo__item .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	top: 0px;
	left: 0px;
	z-index: 3;
}
.woocommerce a.added_to_cart,
.woo__item .img_holder .button{
	display: block;
	position: absolute;
	bottom: 16px;
	left: 16px;
	right: 16px;
	z-index: 5;
	background-color: #000 !important;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	font-family: var(--hff);
	text-transform: uppercase;
	letter-spacing: .25px;
	color: #fff;
	font-weight: 600;
	transform: translateY(100px);
	border-radius: 60px;
}
.woocommerce a.added_to_cart{
	transform: translateY(0);
}
.added-to-cart-check .woo__item .img_holder .button{
	display: none;
}
.woo__item .img_holder .button.loading .text{
	display: none;
}
.woocommerce a.added_to_cart:hover,
.woo__item .img_holder .button:hover{
	opacity: .9;
}
.woo__item:hover .img_holder .button{
	transform: translateY(0);
}
.added-to-cart-check .woo__item .cart-loading{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.woo__new .onsale{
	top: 45px !important;
}
.woocommerce a.button.loading::after{
	width: 30px;
    height: 30px;
    display: block;
    border: 2px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-radius: 100%;
    animation: spin 1s linear infinite;
	content: '';
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
}
.woocommerce span.meta_btn,
.woocommerce ul.products li.product .meta_btn{
	margin: 0;
	height: 20px;
	line-height: 20px;
	display: block;
	width: fit-content;
	max-width: 100%;
	text-decoration: none;
	background-color: var(--baucraft-mc1);
	border: none;
	border-radius: 3px;
	font-size: 12px;
	font-family: var(--hff);
	letter-spacing: .5px;
	color: #000;
	font-weight: 600;
	min-height: inherit;
	min-width: 60px;
	text-align: center;
	padding: 0 15px;
	text-transform: uppercase;
	left: 15px;
	top: 15px;
	right: auto;
	position: absolute;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	margin: 0;
	padding: 0 28px;
	font-family: var(--hff);
	font-size: 18px;
	letter-spacing: 0;
	font-weight: 600;
	transition: all .3s ease;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	height: 74px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title span{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2; 
	-webkit-box-orient: vertical;
}
.woocommerce ul.products li.product .price{
	margin: 0;
	padding: 0;
	display: block;
	font-family: var(--hff);
	font-size: 18px;
	line-height: 1.5;
	font-weight: 900;
	font-style: italic;
	color: #000;
}
.woocommerce ul.products li.product .woo__item:hover .button{
	transform: translateY(0);
}

.woocommerce ul.products li.product.added-to-cart-check .woo__item .button{
	display: none;
}
.woocommerce ul.products li.product.added-to-cart-check .woo__item .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woo__item:hover .woocommerce-loop-product__title{
	transform: translateY(100%);
}
.woo__item .title_wrap{
	position: relative;
	overflow: hidden;
	flex: auto;
	height: 74px;
}
.woocommerce ul.products li.product .price ins{
	font-weight: inherit;
	text-decoration: none;
}
.woocommerce ul.products li.product a.added_to_cart,
.woocommerce ul.products li.product .button{
	margin: 0;
	text-align: left;
	font-family: var(--hff);
	color: var(--baucraft-mc2);
	font-size: 16px;
	letter-spacing: 0;
	text-transform: uppercase;
	padding: 0 28px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	font-weight: 900;
	background-color: transparent !important;
	display: block;
	line-height: 74px;
	height: 74px;
	width: 100%;
	transform: translateY(100%);
	white-space: nowrap;
	text-overflow: ellipsis;
}
.woocommerce ul.products li.product.added-to-cart-check .woo__item a.added_to_cart{
	transform: translateY(0);
}
.woocommerce ul.products li.product .button:after{
	z-index: 2;
	position: absolute;
	content: '';
	bottom: 100%;
	left: 0;
	right: 0;
	height: 100%;
}
.woo__item .cart-loading{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	display: block;
	z-index: 5;
	width: 60px;
	height: 60px;
	background-color: #000;
	color: #fff;
	border-radius: 100%;
	transform: translateY(-60px);
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
	pointer-events: none;
}
.woo__item .cart-loading .fn__svg{
	display: block;
	top: 50%;
	left: 50%;
	width: 22px;
	height: 22px;
	margin: -11px 0 0 -11px;
	position: absolute;
}
.woocommerce .woocommerce-ordering select::-ms-expand{
    display: none;
}
.woocommerce .woocommerce-ordering select{
	border: 1px solid var(--baucraft-border-color);
    border-radius: 5px;
    width: 100%;
    display: block;
    background: var(--baucraft-bbc);
    color: var(--baucraft-bc);
    font-family: var(--bff);
    font-size: 16px;
    padding: 9px 20px 9px 20px;
	font-weight: 400;
	line-height: 1;
	height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}
.baucraft_fn_woo .baucraft_fn_wrap_sorting:after,
.baucraft_fn_woo .baucraft_fn_wrap_sorting:before{
	clear: both;
	display: table;
	content: '';
}
.baucraft_fn_woo .baucraft_fn_wrap_sorting{
	margin-bottom:50px;
	width: 100%;
}
ul.products:after,
ul.products:before{
	clear: both;
	display: table;
	content: '';
}
ul.products,
.woocommerce ul.products{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	flex-wrap: wrap;
	margin-left: -50px;
}
ul.products .product{
	margin: 0 !important;
	padding: 0 !important;
	width: 33.3333% !important;
	padding-left: 50px !important;
	margin-bottom: 50px !important;
}
.products.columns-1 .product{width: 100% !important;}
.products.columns-2 .product{width: 50% !important;}
.products.columns-4 .product{width: 25% !important;}
.products.columns-5 .product{width: 20% !important;}
.products.columns-6 .product{width: 16.6666% !important;}
.products.columns-7 .product{width: 14.285714% !important;}
.products.columns-8 .product{width: 12.5% !important;}
.products.columns-9 .product{width: 11.1111% !important;}
.products.columns-10 .product{width: 10% !important;}
@media(max-width: 1200px){
	.products.columns-4 .product,
	.products.columns-5 .product,
	.products.columns-6 .product,
	.products.columns-7 .product,
	.products.columns-8 .product,
	.products.columns-9 .product,
	.products.columns-10 .product{width: 33.3333% !important;}
}
@media(max-width: 1040px){
	.products.columns-3 .product,
	.products.columns-4 .product,
	.products.columns-5 .product,
	.products.columns-6 .product,
	.products.columns-7 .product,
	.products.columns-8 .product,
	.products.columns-9 .product,
	.products.columns-10 .product{width: 50% !important;}
}
@media(max-width: 768px){
	.products.columns-2 .product,
	.products.columns-3 .product,
	.products.columns-4 .product,
	.products.columns-5 .product,
	.products.columns-6 .product,
	.products.columns-7 .product,
	.products.columns-8 .product,
	.products.columns-9 .product,
	.products.columns-10 .product{width: 100% !important;}
}

/* Cart */
.woocommerce table.shop_table{
	margin-right: 5px;
    border: 4px solid #000;
    border-radius: 10px;
    position: relative;
	margin-bottom: 5px;
	border-collapse: separate;
	width: 95%;
	width: calc(100% - 5px);
}
.woocommerce table.shop_table:after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -9px;
    bottom: -9px;
    z-index: -1;
    border-radius: 0 10px 10px;
    border-right: 9px solid #000;
    border-bottom: 9px solid #000;
}


/* WOO Pagination */
.woocommerce nav.woocommerce-pagination{
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	text-align: left;
}
.woocommerce nav.woocommerce-pagination ul{
	margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: -10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
	border: none;
	background: none;
}
.woocommerce nav.woocommerce-pagination ul li{
	margin: 5px 0 5px 10px;
    padding: 0;
	border: none;
	background: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
	text-decoration: none;
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid var(--baucraft-border-color);
    background-color: #fff;
    line-height: 48px;
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
    font-family: var(--hff);
    font-weight: 900;
    letter-spacing: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 5px;
    color: #000;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
	border-color: var(--baucraft-mc1);
    background-color: var(--baucraft-mc1);
	color: #000;
}
.woocommerce nav.woocommerce-pagination ul li .prev,
.woocommerce nav.woocommerce-pagination ul li .next{
	display: none;
}




/* Custom Quantity by frenify */
.fn__qty{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn__qty input{
	flex: 1;
}
.fn__qty .down,
.fn__qty .up{
	position: absolute;
	width: 26px;
	height: 26px;
	top: 50%;
	margin-top: -13px;
	left: 8px;
	border-radius: 100%;
	cursor: pointer;
}
.fn__qty .down:hover:after,
.fn__qty .up:hover:after{
	background-color: #ccc;
}
.fn__qty .down.focused:after,
.fn__qty .up.focused:after{
	background-color: var(--baucraft-mc1);
}
.fn__qty .down:after,
.fn__qty .up:after{
	content: '';
	z-index: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	position: absolute;
	border-radius: 100%;
	transition: all .1s cubic-bezier(.645,.045,.355,1);
}
.fn__qty .up{
	left: auto;
	right: 8px;
}
.fn__qty .down span:after,
.fn__qty .up span:after{
	content: '';
	width: 10px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -5px;
	background-color: var(--baucraft-hc);
	z-index: 3;
}
.fn__qty .up span:before{
	content: '';
	width: 2px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -1px;
	background-color: var(--baucraft-hc);
	z-index: 3;
}





.woocommerce table a{
	background-color: transparent;
	width: auto;
	height: auto;
	display: inline;
}
.cart-subtotal td,
.order-total td,
td.product-price,
td.product-subtotal{
	margin: 0;
    padding: 0;
    font-family: var(--hff);
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    font-style: italic;
    color: #000;
	white-space: nowrap;
}
.order-total td strong{
	font-weight: inherit;
}
.woocommerce table.shop_table td.product-name a{
	margin: 0;
    padding: 0;
    font-family: var(--hff);
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 600;
	background-color: transparent;
	color: #000;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .5s;
}
.woocommerce table.shop_table td.product-name a:hover{
	background-size: 100% 2px;
}

button.button[name="update_cart"]{
	display: inline;
}
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled]{
	padding: 0 30px;
}
.woocommerce-cart .wc-proceed-to-checkout{
	padding-top: 20px;
	padding-bottom: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	margin-bottom: 0;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register,
.woocommerce form .form-row.place-order{
	border: 4px solid #000;
    clear: both;
    margin: 10px 0px;
    border-radius: 10px;
    min-height: 35px;
    background-color: #fff;
    color: #000;
    line-height: 1.7;
    font-family: var(--hff);
}
.woocommerce div.product .woocommerce-product-rating{
	margin-bottom: 7px;
}
.woocommerce-product-details__short-description p{
	margin: 0;
	padding: 0;
	color: var(--baucraft-hc);
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 24px;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description{
	padding-top: 46px;
}
.woocommerce-Tabs-panel--description p{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
	color: var(--baucraft-bc);
	margin-bottom: 17px;
}
.woocommerce-Tabs-panel--description > *:last-child{
	margin-bottom: 0;
}
.woocommerce-Reviews{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.woocommerce #reviews #comments{
	flex: 1;
	padding-right: 26px;
	padding-top: 46px;
}
#review_form_wrapper{
	flex: 1;
	padding-left: 26px;
	padding-top: 46px;
	border-left: 1px solid var(--baucraft-border-color);
}
#reviews .star-rating{
	float: none;
	margin-bottom: 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
	font-size: 14px;
	color: #000;
	font-family: var(--hff);
	font-weight: 600;
	margin-bottom: 24px;
}
.woocommerce-review__author{
	font-size: 17px;
}
.woocommerce-review__published-date{
	font-style: italic;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description p{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
}
.woocommerce .respond_comment{
	background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs .panel h2{
	font-size: 22px;
}
.woocommerce div.product .woocommerce-tabs .panel h2 span:before,
.woocommerce div.product .woocommerce-tabs .panel h2 span:after{
	content: '"';
}
.woocommerce div.product .woocommerce-tabs .panel h1,
.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce div.product .woocommerce-tabs .panel h3,
.woocommerce div.product .woocommerce-tabs .panel h4,
.woocommerce div.product .woocommerce-tabs .panel h5,
.woocommerce div.product .woocommerce-tabs .panel h6{
	display: block;
	margin: 0;
	padding: 0;
	font-weight: 500;
	margin-bottom: 29px;
	color: var(--baucraft-hc)
}
.woocommerce #review_form #respond textarea{
	min-height: 150px;
}



.baucraft_fn_woo_login form.login{
	margin-right: 5px;
	position: relative;
}
.baucraft_fn_woo_login form.login:after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -9px;
    bottom: -9px;
    z-index: -1;
    border-radius: 0 10px 10px;
    border-right: 9px solid #000;
    border-bottom: 9px solid #000;
}
.woocommerce-LostPassword.lost_password{
	margin-top: 0;
}


.product-categories a:hover{
	background-size: 100% 2px;
}
.product-categories a{
	color: #000;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .5s;
}
.product-categories li{
	border: 4px solid #000;
    border-radius: 10px;
    margin-right: 5px;
    padding: 20px 30px;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: var(--hff);
    font-weight: 600;
    letter-spacing: 0px;
    color: #000;
    font-style: italic;
    position: relative;
}
.product-categories{
	margin: 0;
    list-style-type: none;
}
.product-categories li li{
	padding: 0;
	border: none;
}




.woocommerce-product-search{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
	width: 100%;
}
.woocommerce-product-search button[type=submit]{
	height: 60px;
    background-color: var(--baucraft-mc1);
    color: #000;
    font-family: var(--hff);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    outline: none;
    border-radius: 10px;
    margin-left: 10px;
    padding: 0 30px;
    border: 4px solid #000;
	white-space: nowrap;
}
.woocommerce-product-search input[type=search]{
	width: 100%;
    color: #000;
    height: 60px;
    background-color: #eee;
    padding: 0 20px;
    border-radius: 10px;
    outline: none;
    max-width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    font-style: italic;
    font-family: var(--hff);
    border: 4px solid #000;
}











/* Woocommerce Bar (for horizontal navigation) */
.woo_cart_active .baucraft_fn_woobar{
	opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.baucraft_fn_woobar{
	position: absolute;
    width: 370px;
    top: 100%;
    border: 1px solid var(--baucraft-border-color);
    background-color: var(--baucraft-bg-color);
    right: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .3s ease;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.woo_cart_updating .baucraft_fn_woobar .bar_preloader{
	opacity: 1;
	visibility: visible;
}
.baucraft_fn_woobar .bar_preloader{
	opacity: 0;
    visibility: hidden;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 77;
    background-color: var(--baucraft-bg-color);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.baucraft_fn_woobar .bar_preloader .text{
	display: block;
	font-size: 18px;
	letter-spacing: .25px;
	text-transform: uppercase;
	font-family: var(--hff);
	font-weight: 900;
}
.baucraft_fn_woobar .bar_preloader .icon{
	width: 60px;
	height: 60px;
	display: block;
	border: 4px solid transparent;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-radius: 100%;
	animation: spin 1s linear infinite;
	margin-bottom: 15px;
}
.fn_cartbox_empty{
	text-align: center;
	padding: 40px;
}
.woo_updater .icon_wrapper,
.fn_cartbox_empty .icon_wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 17px;
}
.woo_updater .icon,
.fn_cartbox_empty .icon{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100px;
	height: 100px;
	background-color: #f6f6fb;
	border-radius: 100%;
	color: #000;
}
.woo_updater .fn__svg,
.fn_cartbox_empty .fn__svg{
	width: 40px;
	height: 40px;
}
.woo_updater p,
.fn_cartbox_empty p{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: var(--baucraft-hc);
}
.woo_updater a,
.fn_cartbox_empty a{
	font-size: 16px;
}
.woo_updater{
	position: absolute;
	padding: 40px;
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.fn_cartbox_item{
	margin-bottom: 20px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	transition: all .3s ease;
}
.fn_cartbox_item:last-child{
	margin-bottom: 0;
}
.fn_cartbox_item_img{
	margin-right: 20px;
}
.fn_cartbox_item_img img{
	width: 70px;
	min-width: 70px;
	height: 70px;
	object-fit: cover;
	border: 1px solid var(--baucraft-border-color);
}
.fn_cartbox_item_title{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.fn_cartbox_item_heading{
	font-size: 16px;
	font-family: var(--hff);
	font-weight: 600;
	padding-right: 15px;
	margin-bottom: 3px;
}
.fn_cartbox_item_heading a{
	color: var(--baucraft-hc);
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 90%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .5s;
}
.fn_cartbox_item_heading a:hover{
	background-size: 100% 1px;
}
.fn_cartbox_item_price{
	font-size: 16px;
	font-weight: 400;
}
.fn_cartbox_delete_item{
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 0;
	width: 10px;
	height: 10px;
	display: block;
}
.fn_cartbox_delete_item:before{
	content: '';
	position: absolute;
	width: 13px;
	height: 1px;
	background-color: var(--baucraft-hc);
	transform: rotate(45deg);
	left: 50%;
	top: 50%;
	margin: -1px 0 0 -7px;
	margin: -0.5px 0 0 -6.5px;
}
.fn_cartbox_delete_item:after{
	content: '';
	position: absolute;
	width: 13px;
	height: 1px;
	background-color: var(--baucraft-hc);
	transform: rotate(-45deg);
	left: 50%;
	top: 50%;
	margin: -1px 0 0 -7px;
	margin: -0.5px 0 0 -6.5px;
}
.fn_cartbox_top{
	padding: 40px;
	max-height: 360px;
	position: relative;
}
.fn_cartbox_footer:after{
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	height: 40px;
	backdrop-filter: blur(4px);
}
.fn_cartbox_footer{
	position: relative;
}
.fn_cartbox_subtotal{
	background-color: #f6f6fb;
	border-top: 1px solid var(--baucraft-border-color);
	border-bottom: 1px solid var(--baucraft-border-color);
	padding: 8px 40px 5px;
	text-align: center;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-family: var(--hff);
	color: var(--baucraft-hc);
	line-height: 25px;
}
.fn_cartbox_subtotal .fn_left{
	margin-right: 6px;
}
.fn_cartbox_links{
	padding: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	column-gap: 10px;
}
.fn_cartbox_links > span{
	flex: 1;
}
.fn_cartbox_links a{
	display: block;
	text-decoration: none;
	padding: 0 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 900;
	border-radius: 5px;
	background-color: var(--baucraft-mc1);
	color: #000;
	font-family: var(--hff);
	text-transform: uppercase;
	height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 41px;
}





@media(max-width: 1200px){
	.single-product-summary-wrap{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
}
@media(max-width: 768px){
	
	.woocommerce div.product .product_title{
		font-size: 30px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li{
		padding: 0;
	}
	.woocommerce #reviews #comments{
		border-right: none;
		padding-right: 0;
	}
	#review_form_wrapper{
		padding-left: 0;
		border-left: none;
	}
	.woocommerce-Reviews{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
}
.wc-block-cart-items,
.wc-block-cart-items tr,
.wc-block-cart-items td,
.wc-block-cart-items th{
	border: none;
}
.wc-block-cart-items a{
	background-color: transparent;
	color: #000;
}
.woocommerce-cart a{
	color: var(--baucraft-hc);
}
.woocommerce-cart table{
	color: var(--baucraft-bc);
}
.woocommerce-cart .wc-block-cart-item__quantity{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.woocommerce-cart .wc-block-components-product-name{
	font-size: 18px;
}
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url]
.woocommerce-checkout .wc-block-components-text-input input[type=email],
.woocommerce-checkout .wc-block-components-text-input input[type=number],
.woocommerce-checkout .wc-block-components-text-input input[type=tel],
.woocommerce-checkout .wc-block-components-text-input input[type=text],
.woocommerce-checkout .wc-block-components-text-input input[type=url]{
	height: auto;
	border-color: var(--baucraft-border-color);
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item,
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items{
	border-bottom-color: var(--baucraft-border-color);
}
.woocommerce-checkout .wc-block-components-totals-wrapper,
.woocommerce-cart .wc-block-components-totals-wrapper,
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td{
	border-top-color: var(--baucraft-border-color);
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){
	border: 2px solid var(--baucraft-border-color);
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover{
	border-color: var(--baucraft-mc1);
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel], 
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url],
.woocommerce-checkout .wc-block-components-text-input input[type=email],
.woocommerce-checkout .wc-block-components-text-input input[type=number],
.woocommerce-checkout .wc-block-components-text-input input[type=tel],
.woocommerce-checkout .wc-block-components-text-input input[type=text],
.woocommerce-checkout .wc-block-components-text-input input[type=url]{
	background-color: var(--baucraft-bg-color);
	color: var(--baucraft-hc);
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-text-input label{
	color: var(--baucraft-bc);
}
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{
	background-color: var(--baucraft-bg-color);
	border-color: var(--baucraft-border-color);
	color: var(--baucraft-bc);
}
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label{
	color: var(--baucraft-bc);
}
.woocommerce-checkout .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after{
	border-color: var(--baucraft-border-color);
}
.woocommerce-checkout .is-large .wc-block-checkout__actions{
	border-top-color: var(--baucraft-border-color);
}
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true]{
	background-color: var(--baucraft-bg-color);
}
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list{
	background-color: var(--baucraft-bg-color);
}
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover,
.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,
.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,
.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,
.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover{
	background-color: var(--baucraft-bbc);
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity{
	border-color: var(--baucraft-border-color);
	box-shadow: none;
	background-color: var(--baucraft-bg-color);
	color: var(--baucraft-hc);
	font-size: 12px;
}
.woocommerce-checkout .wc-block-components-textarea{
	background-color:var(--baucraft-bg-color);
	color: var(--baucraft-hc);
	border-color: var(--baucraft-border-color);
}
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url]{
	height: auto;
}