:root {
	--main-color: #f1c400;
	--dark-color: #3F3B38;
	--smooth-color: #f9f9f9;
}

[type=submit] {
	border: 1px solid var(--dark-color);
	color: var(--dark-color);
}
[type=submit]:hover, [type=submit]:focus {
	background-color: var(--dark-color);
}

.stock.in-stock {
	color: var(--v-green);
}

.dgwt-wcas-stock{text-align:center}
.dgwt-wcas-pd-addtc-form{justify-content:center}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	padding: 1rem;
	/* clip-path: polygon(0 0, calc(100% - 44px) 0, 100% 39px, 100% calc(100% - 39px), calc(100% - 44px) 100%, 0 100%); */
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
	color: #000000;
}

.woocommerce ul.products li.product {
	transition: 0.5s ease;
}
.woocommerce ul.products li.product:hover {
	transform: translateY(-20px);
	background: #3f3b380c;
}

.woocommerce ul.products li.product img {
	height: 300px !important;
	max-width: 100%;
	object-fit: scale-down;
}



/* Product gallery */

.woocommerce-product-gallery__image--placeholder img {
	max-height: 300px !important;
	width: auto !important;
	margin: auto;
}



/* Product gallery thumbs */
.single-product div.product div.images .flex-control-thumbs {
	display: flex;
	flex-direction: row;
	gap: 10px;
	overflow-y: auto;
	scrollbar-width: none;
}
.single-product div.product div.images .flex-control-thumbs li {
	width: 100%;
}
.single-product div.product div.images .flex-control-thumbs li img {
	height: 80px;
	width: 80px;
	margin: auto;
	object-fit: scale-down;
	border: 1px solid #cecece;
}

/* Product gallery nav */
.flex-direction-nav {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9;
	display: flex;
	gap: 10px;
}
.flex-direction-nav a {
	padding: 10px;
	color: var(--smooth-color);
	background-color: var(--dark-color);
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
	max-height: 50vh !important;
	width: auto !important;
	margin: auto;
}

@media screen and (max-width: 768px) {
	/* .woocommerce div.product div.summary {
		clear: both;
	} */
}

@media screen and (min-width: 768px) {
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		width: 64%;
	}
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		width: 32%;
	}

	/* Product gallery main */
	.single-product .woocommerce-product-gallery {
		display: flex;
		flex-direction: row-reverse;
		gap: 10px;
		align-items: center;
		justify-content: center;
	}
	/* .single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper { */
	.single-product .woocommerce-product-gallery .flex-viewport {
		flex: 1;
		height: 60vh !important;
	}
	.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
		display: flex;
		align-items: center;
	}
	.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
		max-height: 60vh !important;
	}

	.single-product div.product div.images .flex-control-thumbs {
		flex-direction: column;
	}
}

section.related.products {
	clear: both;
}

/* Product Filters */
.berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter {
	display: flex;
	gap: 10px;
}
.berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy span {
	display: none;
}
.berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter ul {
	padding: 0;
}
.berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter li a {
	border: 1px solid var(--dark-color);
	padding: 3px 10px;
	border-radius: 30px;
}
.berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter .bapf_sfa_unall li a .fa-times::before {
	content: '\f2ed';
}


.woocommerce .woocommerce-breadcrumb {
	white-space: nowrap;
	overflow: auto hidden;
	scroll-behavior: smooth;
}

.woocommerce.home-col-products ul.products li.product img {
	height: 100px !important;
}
.woocommerce.home-col-products h2.woocommerce-loop-product__title {
	font-size: .9rem !important;
}
.woocommerce.home-col-products ul.products li.product,
.woocommerce-page.home-col-products ul.products li.product {
	padding: 0;
}

.home-accessories-side-img {
	clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}

/* WC order page */
@media only screen and (min-width: 768px) {
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		width: 100%;
	}
	
	#customer_details {
		width: 35%;
		display: inline-block;
	}

	.order-review-wrapper {
		width: 60%;
		float: right;
	}

	.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
		width: 68%;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals,
	.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
		width: 30%;
	}
}
@media only screen and (max-width: 768px) {
	#order_review_heading {
		margin-top: 50px;
	}

	#billing_first_name_field,
	#billing_last_name_field,
	#shipping_first_name_field,
	#shipping_last_name_field {
		width: 100%;
	}
}

/* Quantity */
.woocommerce .quantity {
	float: left;
	margin-right: 10px;
}
.woocommerce .quantity .qty {
	padding: 3px;
}
.woocommerce .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button {
	opacity: 1;
}
.woocommerce ul.products li.product .button.add_to_cart_button,
.summary .button.add_to_cart_button {
	margin-top: 0;
	font-size: .9em;
}

.woocommerce #payment #place_order,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	background-color: var(--dark-color);
	color: #fff;
}

.woocommerce #payment #place_order {
	width: 100%;
}
.woocommerce #payment #place_order:hover {
	background-color: var(--main-color);
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover {
	background-color: var(--main-color);
}

.woocommerce .added_to_cart.wc-forward {
	display: block;
}

#customer_login {
	display: flex;
	gap: 50px;
}

@media screen and (max-width: 768px) {
	#customer_login {
		flex-direction: column;
	}
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	margin-right: 10px;
	font-family: 'FontAwesome';
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding: 5px;
	display: block;
	font-size: 16px;
	color: #424242;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
	content: "\f0e4";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
	content: "\f291";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
	content: "\f015";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
	content: "\f007";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	content: "\f08b";
}