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

.top-header ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.top-header ul li {
    list-style: none;
    display: inline-block;
    padding-right: 20px;
}

.top-header ul li a {
    display: flex;
    gap: 10px;
    color: #fff;
}

.contactfrm {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.contactfrm .contactfrminner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.contactfrm .contactfrminner.half {
    flex-basis: 48.5%;
}
.contactfrm .contactfrminner.full {
    flex-basis: 100%;
}
.contactfrm .contactfrminner input, .contactfrm .contactfrminner textarea {
    padding: 31px 20px !important;
    border-radius: 10px;
    border: 1px solid rgb(9 73 119 / 10%);
    color: #000 !important;
}
.contactfrm .contactfrminner select {
    border-radius: 10px;
    border: 1px solid rgb(9 73 119 / 10%);
    color: #000 !important;
	    min-height: 64px;
}
.contactfrm .contactfrminner p {
    margin-bottom: 0px;
}
.contactfrm .contactfrminner input::placeholder, .contactfrm .contactfrminner textarea::placeholder {
  color: #7a7a7a;
	font-size:16px;
	line-height:26px;
  opacity: 1;
}

.contactfrm .contactfrminner input::-ms-input-placeholder, .contactfrm .contactfrminner textarea::-ms-input-placeholder { /* Edge 12-18 */
  color: #000;
	font-size:16px;
	line-height:26px;
  opacity: 1;
}
.contactfrm .contactfrminner textarea {
    max-height: 180px;
}
.contactfrm .contactfrminner.submit input {
    padding: 18px 52px !important;
	border-radius: 50px;
    color: #fff !important;
    background: #05529B;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.contactfrm .contactfrminner.submit input:hover
{
	opacity:0.8;
}
.productsinner ul.products li {
    background: #05529B10;
    border-radius: 30px;
}

.productsinner .astra-shop-thumbnail-wrap a img {
    width: 100%;
    height: 350px !important;
    object-fit: contain;
    background: #F9FAFC;
    border-radius: 30px 30px 0px 0px;
}
.productsinner .astra-shop-summary-wrap {
    padding: 30px;
}

.productsinner h2.woocommerce-loop-product__title {
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.productsinner a.button.product_type_simple {
    background-color: #05529B;
    font-family: "Open Sans", Sans-serif;
    font-weight: 400;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #05529B;
    border-radius: 50px 50px 50px 50px;
}

.productsinner a.button.product_type_simple:hover {
    background: transparent;
    color: #05529B;
}

.productsinner h2.woocommerce-loop-product__title {
    padding-bottom: 10px;
}
.productsinner .astra-shop-summary-wrap span.ast-woo-product-category {
    background: #fff;
    padding: 5px 12px;
    font-size: 12px !important;
    line-height: 24px;
    border-radius: 50px;
    width: auto !important;
    min-width: auto !important;
    max-width: max-content;
    color: #000;
    border: 1px solid #ddd;
}

.productsinner .ast-woo-product-category {
    margin-bottom: 10px !important;
}
.productsinner ul.page-numbers {
    text-align: center;
}