/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme for the Astra theme.
Author: Your Name
Author URI: https://yourwebsite.com/
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/*@import url("../astra/style.css");*/

.web-yellow{
    color: #ed7e1b !important;
}
.footer-bottom p {
    MARGIN: 0;
}
ul.list-part {
    list-style: none;
    margin: 0;
    padding-top: 20px;
}
.contact-form textarea{
	height: 120px;
}
ul.products.elementor-grid.columns-4 li {
    text-align: center !important;
    border: 1px solid #cacaca;
}
h2.woocommerce-loop-product__title {
    color: black !important;
}
a.ast-on-card-button.ast-select-options-trigger.product_type_simple {
    display: none !important;
}
.woocommerce-product-gallery__image {
	border: 1px solid #c4c4c4;
}
img.wp-post-image {
    border: 1px solid #d5d5d5;
}
.b-ul{
	margin-left: 10px;
}
/* .b-ul li{
	list-style: none;
} */
td.woocommerce-product-attributes-item__value p a {
    pointer-events: none;
    text-decoration: none !important;
}
.tab-btn.active {
    background: #1573b4;
    color: #fff;
    border-radius: 15px;
}
.tab-buttons {
    list-style: none;
    padding: 0;
    display: flex;
    margin-bottom: 10px;
    margin-left: 0;
}
.tab-buttons  .tab-btn {
  
    border-radius: 15px;
}
.custom-tabs {
    border: 1px solid #ddd;
    padding: 13px;
     margin-top: 0px;
}
#breadcrumbs a {
    text-decoration: none !important;
}
.carrer-form textarea{
	height: 110px;
}
span.sku_wrapper.detail-container {
    display: none !important;
}
.single-post strong {
    color: #1573b4;
}