/* 
Theme Name:		 vault-child
Theme URI:		 http://childtheme-generator.com/
Description:	 vault-child is a child theme of Vault, created by ChildTheme-Generator.com
Author:			 codenot.studio
Author URI:		 http://childtheme-generator.com/
Template:		 vault
Version:		 1.0.0
Text Domain:	 vault-child
*/


/*
    Add your custom styles here
*/


.wc-block-product-categories-list {
	padding: 0 !important;
}

.wc-block-product-categories-list li {
	list-style: none !important;
}

.wc-block-product-categories-list .plus-button {
	width: 24px;
	height: 24px;
	font-size: 20px;
	margin-right: 10px;
	background: #ea982a;
	cursor: pointer;
	color: #fff;

}

.wc-block-product-categories-list a {
	font-size: 16px !important;
}

.wc-block-product-categories-list .wc-block-product-categories-list-item>a {
	font-weight: 500;
}

.wc-block-product-categories-list--depth-1 {
	display: none;
	padding-top: 14px !important;
	padding-bottom: 10px !important;
	padding-left: 34px !important;
}

.woocommerce-shop .uicore.uicore-page-title .uicore-overlay {
	background-color: rgb(29 36 45 / 50%);
}

#primary>article {
	margin: 0 !important;
}

.videos-tab {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.videos-tab iframe {
	display: block;
	width: 100%;
}

@media (max-width: 991px) {
	.videos-tab {
		grid-template-columns: 1fr;
	}
}

.dimensions-more a {
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: underline;
}

.specs-table {
	border-collapse: collapse;
	width: 100%;
	color: #000000 !important;
}

.specs-table th,
.specs-table td {
	text-align: center !important;
	padding: 8px !important;
	border: 1px solid #ddd !important;
}

.specs-table th {
	background-color: #f2f2f2 !important;
	font-weight: bold !important;
	color: #000 !important;
}

.specs-table tr:nth-child(even) {
	background-color: rgba(255, 255, 255, 0.85) !important;
	color: #000000 !important;
}

.woocommerce div.product .woocommerce-tabs .panel table.specs-table th {
	font-weight: bold !important;
}

.uicore-body-content .uicore-asside-cart {
	background: #ffffff;
	box-shadow: -3px 0px 20px rgb(0 0 0 / 30%);
	color: #000000;
}

body .uicore-body-content .uicore-asside-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li *,
body .uicore-body-content .uicore-asside-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li span.quantity .woocommerce-Price-amount bdi {
	color: #000 !important;
}

.uicore-body-content .uicore-asside-cart {
	max-width: 480px;
}

.uicore-body-content .uicore-asside-cart .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a.remove {
	color: #000 !important;
	font-size: 24px;
	line-height: 1;
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}