/*
Theme Name:   astra child theme
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   Write here the author's blog or website url
Template:     astra
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  astra-child
*/

/* Write here your own personal stylesheet */
/*.woocommerce .products .product a img {
	width:50%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}*/

.compat-table {
	display:table;
	width:100%;
}

.compat-table > div {
	display:table-row;
}

.compat-table > div > div {
	display:table-cell;
    border: 1px solid #DDD;
    padding: 5px 10px;
}

@media (max-width: 768px) {
	.ast-left-sidebar #content>.ast-container {
		display:block;
	}
}

@media (max-width: 544px){
.ast-separate-container #secondary{
    padding-top: 5px;
    padding-bottom: 0px;
	}
}
.iconic-woothumbs-thumbnails__slide {
	opacity:0.6;
}

iconic-woothumbs-thumbnails__slide--active {
	opacity:1;
}

iconic-woothumbs-thumbnails__slide--active img {
	border:1px solid #CCC;
}

.woocommerce .woocommerce-ordering select{
	display:none;
}

.btn_buy_on_amazon {
    display: inline-block !important;
    vertical-align: top;
    background-color: #f08804 !important;
    width: auto;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.woocommerce div.product form.cart {
    display: inline-block;
}

.astra-shop-summary-wrap .add_to_cart_button {
	display:block !important;
}
.main-header-bar{
	background-color: #232F3E;
}
/*.menu-text{
	color: #fff;
}*/
@media (max-width: 768px) {
  	.menu-text{
		color: #3e3e3e;
	}
}
.ast-site-header-cart .ast-woo-header-cart-info-wrap{
	color: #fff;
}
@media (max-width: 768px) {
  	.ast-site-header-cart .ast-woo-header-cart-info-wrap{
		color: #3e3e3e;
	}
}

/*скрывает крестик в фильтре категорий*/
.select2-selection__clear{
	display:none;
}

/*без прозрачности миниатюры в карточке товара*/
.iconic-woothumbs-thumbnails__slide{
	opacity:1
}

#select2-product_cat-result-kw72-bestsellers{
	display:none;
}

input[type="button"]{
	background-color:#eaeaea;	
	padding: 4px;
	line-height:4px
}
input[type="button"]:hover,input[type="button"]:active,input[type="button"]:focus{
	background-color:#eaeaea;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th
{
	font-weight:400;
}