/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.woocommerce a.button, .woocommerce button.button {
	border: 2px solid white;
	border-color: #fff!important;
}
.woocommerce-cart .cart-collaterals .cart_totals>h2, .woocommerce-cart .cart-collaterals .cross-sells>h2 {
	background-color: transparent;
}
.woocommerce table.shop_table thead, .woocommerce-page table.shop_table thead {
	background-color: transparent;
}
.woocommerce-page.woocommerce-checkout #payment div.payment_box, .woocommerce.woocommerce-checkout #payment div.payment_box {
	background-color: black;
	color: white;
	border: 2px solid white;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

selector select {
    width: 100%;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    border: 2px solid #fff;
    border-radius: 5px;
}
.select2-container .select2-dropdown {
	 	width: 100%;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    border: 2px solid #fff;
    border-radius: 5px;
}
.widget_product_categories .select2-container--default .select2-selection--single {
	 	width: 100%;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    border: 2px solid #fff;
    border-radius: 5px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #313131!important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	    background-color: black;
    color: white;
}
.select2-container--open .select2-dropdown--below {
	border-top: 2px solid white!important;
    border-top-left-radius: 5px!important;
    border-top-right-radius: 5px!important;
}
.product-categories .cat-parent {
	position: relative;
}
.product-categories .cat-parent .children {
	display: none;
	position: absolute;
	z-index: 2;
    background-color: black;
    width: 200px;
    text-align: left;
}
.product-categories .cat-parent:hover .children {
	display: block;
}
.product-categories .cat-parent:hover .children li {
	display: block;
	text-align: left;
}
.product-categories .cat-parent:hover .children li a {
	font-family: 'Roboto';
	font-size: 16px;
	border-bottom: none!important;
}


.woocommerce ul.product-categories>li ul li:before {
	display: none!important;
}

/* mobile product cats list */

.mobile-cats  .product-categories .cat-parent .children {
	display: none;
	position: relative;
	z-index: 2;
    background-color: black;
    width: unset;
    text-align: left;
    margin-left: 0;
}

.mobile-cats  .product-categories .cat-parent .children li {
    padding: 5px 0;
}

.mobile-cats h5 {
	color: #fff;
	margin-top: 20px;
	border-bottom: 1px solid #fff;
}

.mobile-cats  .product-categories ul {
	list-style: square!important;
}
.mobile-cats  .product-categories li {
	list-style: square;
	font-size: 16px;
}
.woocommerce ul.product-categories>li {
	padding: 5px 0;
}

.woocommerce .product .cart .quantity.buttons_added {
	margin-bottom: 0;
}
.woocommerce div.product .stock {
	color: #fff;
}
.woocommerce form .quantity .minus{
    border-radius: 5px 0 0 5px;
} 
.woocommerce form .quantity .plus {
    border-radius:  0 5px 5px 0;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    border: 2px solid #fff;
    border-radius: 5px;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
     border-top: 1px solid #fff;
}

.woocommerce a.button, .woocommerce button.button {
    border-color: #fff;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: black;
    color: #fff;
    border-top: 3px solid #fff!important;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.wp-playlist-light {
	background-color: #000!important;
	color: #fff!important;
}

.wp-playlist .wp-playlist-current-item img {
	display: none!important;
}
.wp-playlist-light .wp-playlist-caption {
	color: #fff!important;
}

.wp-playlist-playing .wp-playlist-caption {
	color: #000!important;
}

