/**
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
*/

/* Користувацькі стилі */
/*Search Form border*/
#ast-desktop-header .search-form {
    border: 1px solid #0095b6;
}

@media (max-width: 544px) {
    .ast-header-search form.search-form .search-field, .ast-header-search .ast-dropdown-active.ast-search-menu-icon.slide-search input.search-field, .ast-mobile-header-content .ast-search-menu-icon .search-form {
            border-color: lightgray;
    }
}

/*Hide fields from checkout page*/
.wc-block-components-address-form__country  {
    display: none;
}

/*Hide filename, file size and downloads count for downloadable through Download Monitor plugin*/
.download-button small {
    display: none !important;
}

/*Font size decrease of the product description*/
.woocommerce-tabs.wc-tabs-wrapper{
    font-size: small;
}

/*Font size decrease of the category description and add top border*/
.term-description{
    font-size: small;
    border-top: 1.5px solid #eaeaea;
    padding-top: 10px;          /* adds space between the line and the content */
}

.term-description > h3{
    padding: 10px; 
}

/*Make row height in the archive display the same size*/
@media (min-width: 769px) { /* Apply only on larger screens */
    /* Limit title height if titles are very long */
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        min-height: 4em; /* Adjust for 2-3 lines */
        line-height: 1.4;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Limit to 2 lines */
        -webkit-box-orient: vertical;
    }
}

/*Add border to product picture at the archive page*/
#main div ul li.ast-article-post{
  border: 1.5px solid #eaeaea;
}

.astra-shop-summary-wrap{
    padding-bottom: 10px;
}

.term-description > h3{
    padding: 10px 0px;
}

/*Replace table to divs for product shipping, payments and warranty at product page*/
.shipping-payment-warranty-wrapper{
    display:flex;
    flex-wrap: wrap; /* Allows items to wrap onto a new line when needed */
}

.products-shipping, .products-payment, .products-warranty{
    flex:1;
    flex-basis: 33.33%;
}

/* Media query for screens smaller than 600px */
@media screen and (max-width: 600px) {
  .products-shipping, .products-payment, .products-warranty {
    flex-basis: 100%; /* On small screens: 1 item per line */
  }
}
/*End replace table to divs*/

