/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/
Description: Astra is fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. 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 and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL & 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 WooCommerce ready theme that you can use for building any kind of website!
Version: 3.7.3
Requires at least: 5.3
Tested up to: 5.8.1
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */

form.search-form label {
    width: 100%;
}
form.variations_form
{
	display:none !important;
}
table#tbl_product_type
{
	border: 0px !important;
	margin:0em !important;
}
table.table
{
	margin:0em !important;
}

.entry-summary > p.price
{
	display:none;
}

.entry-summary > h1.entry-title
{
	text-align:center !important;
}
td#tbl_product_type
{
	border: 0px !important;
}
.cms-why-us ul {
    padding: 0px;
}
.cms-why-us ul li {
	position: relative;
    display: inline-flex;
	width: 50%;
    float: left;
    list-style: none;
}

.cms-why-us ul li i {
    font-size: 18px;
}
.cms-why-us .why-label {
    padding-left: 10px !important;
	display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
    cursor: pointer;
    font-size: 15px;
    user-select: none;
}
.cms-why-us .why-hover {
    position: absolute;
    left: -10px;
    top: -6px;
    width: 100%;
    box-sizing: border-box;
    background: #e4faad;
    padding: 5px 20px;
    border: 1px solid #fff;
    display: none;
    z-index: 2;
    font-size: 12px;
}

#primary
{
	width:100% !important;
	margin: 1em 0 !important;
}
.widget-area
{
	display:none !important;
}

p{
    margin-bottom: 6px;
}

form.fca_eoi_form.fca_eoi_layout_16.fca_eoi_layout_postbox{
	padding: 0px;
}

form.fca_eoi_layout_16 div.fca_eoi_layout_inputs_wrapper{
    padding: 0px !important;
}

.fca_eoi_layout_privacy_copy_wrapper.fca_eoi_form_text_element {
    display: none;
}

.product-variation-display-section.table-responsive{
    width: 100%;
    overflow-x: auto;
}

/* .product-variation-display-section .product_type tbody tr:first-child{
    display: grid;
} */

.p_image .product_img {
    text-align: center;
}

/* .block .table-bordered thead tr:first-child{
    display: contents !important;
} */

.fca_eoi_form_wrapper.fca_eoi_layout_postbox_wrapper.fca_eoi_layout_1_wrapper{
    display: none;
}

.yith-wcwl-add-to-wishlist{
    display: none;
}

.variation-product-title, .product-price span span bdi{
    font-size: 16px !important;
    font-weight: 400;
}
.variation-product-title{
    text-align: center;
}
.product-colum{
    text-align: center;
}

.widget_media_image{
    width: 100%;
}

#media_image-7, #media_image-5, #media_image-6, #media_image-4{
    text-align: center;
}

.site-footer-above-section-1.site-footer-section.site-footer-section-1 {
    justify-content: left;
}

.footer-social-inner-wrap.element-social-inner-wrap.social-show-label-false.ast-social-color-type-custom.ast-social-stack-none.ast-social-element-style-filled {
    text-align: end;
}

input[type=search]:focus {
    outline: unset;
}

.aws-container .aws-show-clear .aws-search-field {
    padding-left: 12px;
}

#ast-scroll-top {
    background-color: #7dbc90 !important;
}

strong a, .posted_in a, .woocommerce-cart-form__cart-item .product-name {
    color: #7dbc90 !important;
}

.astra-shop-summary-wrap a{
    color: #000000 !important;
}

.astra-shop-summary-wrap a:hover{
    color: #ffffff !important;
}

.star-rating::before {
    color: #7dbc90 !important;
}

.single_add_to_cart_button .fa-shopping-cart, .wp-block-latest-posts li a:hover, 
.wp-block-latest-comments__comment-meta a:hover, .wp-block-archives li a:hover,
.wp-block-categories li a:hover
{
    color: #000000;
}

.single_add_to_cart_button:hover .single_add_to_cart_button .fa-shopping-cart, 
.term-description p a, .woocommerce-Tabs-panel p a strong, 
.wp-block-latest-comments__comment-meta a, .wp-block-archives li a, .wp-block-categories li a, 
.ast-archive-title
{
    color: #7dbc90;
}

.woocommerce-products-header .page-title{
    color: #7dbc90;
}
.ast-shop-product-out-of-stock{
    color: #7dbc90;
}

ul.page-numbers{
    border-color: #7dbc90 !important;
}

.woocommerce-message, .woocommerce-info {
    border-top-color: #7dbc90;
}
.woocommerce-message::before, .woocommerce-info::before {
    color: #7dbc90;
}

.offer{
    border: 1px solid #74ae85 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    background: #7dbc90;
}

.woocommerce .star-rating, .woocommerce .comment-form-rating .stars a, 
.woocommerce .star-rating::before, .read-more a, 
.wp-block-latest-posts li a{
    color: #7dbc90;
}

.woocommerce #reviews {
    display: block;
}

.ast-separate-posts{
    padding: 0px !important;
}
 
.entry-meta, .entry-meta * {
    line-height: 1.45;
    color: #7dbc90;
}

.ast-blog-featured-section {
    margin: 0px;
}

.wp-block-group{
    padding: 0px !important;
}

.single .post-navigation a {
    color: #7dbc90;
}

.single .ast-author-details .author-title {
    color: #7dbc90 !important;
}

.logged-in-as a{
    color: #7dbc90;
}

.elementor-clearfix p a{
    color: #7dbc90;
}
p.comment-form-cookies-consent {
    margin-top: 97px !important;
}

/*.post-type-archive-product .products.columns-2, .post-type-archive-product form.woocommerce-ordering, .post-type-archive-product p.woocommerce-result-count {
    display: none;
}
*/

.wpb-woo-products-slider.grid_no_animation figcaption {
    background-color: #ffffff;
}

.owl-carousel .owl-stage {
    display: flex;
}
.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
    border: 1px solid;
}

.file-btn span.woocommerce-input-wrapper {
    display: block;
    border: 2px dotted #A5A5C7;
    padding: 10px;
    width: 50%;
}
.file-btn .wooccm-file-button {
    width: auto !important;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.footer-subscribe form {
    position: relative;
}
.footer-subscribe .fca_eoi_layout_email_field_wrapper.fca_eoi_layout_field_wrapper {
    width: 100%;
}
.footer-subscribe input.fca_eoi_form_button_element {
    position: absolute;
    right: 0;
    width: 140px !important;
    top: 0;
}


/*.show_mega_menu_block {
    display: none;
}*/
.show_mega_menu_block ul li a {
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    padding: 5px 0 5px 5px;
    border: 1px solid transparent;
    position: relative;
    line-height: 1.4em;
    width: 100%;
    display: inline-block;
    text-align: left;
}
.show_mega_menu_block ul li a:hover,
.show_mega_menu_block ul.parent-category li a.parent-category-a:hover {
    color: #19bcbc;
}
.show_mega_menu_block .single-menu-column:nth-child(even) {
    background-color: #fafafa;
}
.show_mega_menu_block .single-menu-column {
    padding-top: 15px;
    padding-bottom: 15px;
}
.show_mega_menu_block ul.parent-category li a.parent-category-a {
    color: #ff9f41;
    font-weight: 800;
}
.show_mega_menu_block ul.parent-category li a.parent-category-a:after {
    content: "";
    opacity: 1;
    position: absolute;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #1fc0a0;
    margin-left: 6px;
    margin-top: 0;
    top: calc(50% - 5px);
}
.show_mega_menu_block {    
    background-color: #fff;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 6px 12px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 6px 12px 0 rgba(0,0,0,.1);
    /* overflow: hidden; */
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    visibility: hidden;
    width: calc(100% - 29px);
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: none;
}
.show_mega_menu_block.show {
	margin-top:-10px;
    visibility: visible;
    display: block;
    z-index: 9;
}
.show_mega_menu_block ul.parent-category {
    margin: 0;
    list-style: none;
}
.show_mega_menu_block ul.list-unstyled {
    margin: 0;
    list-style: none;
}
.col-sm-3.single-menu-column {
    padding: 15px;
}


.product_type .added_to_cart.wc-forward {
    display: inline-block; 
}
.product_type span.woocommerce-Price-amount.amount {
    font-size: 15px;
    font-weight: normal;
}

@media (min-width: 768px) {
    .col-sm-3 {
        width: 25%;
        float: left;
    }
}
@media only screen and (max-width: 1220px) {
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
        max-width: 100%;
        margin: 0px 20px;
    }
}

@media only screen and (max-width: 1200px) {
    p.comment-form-cookies-consent {
        margin-top: 0px !important;
    }
}
@media only screen and (max-width: 767px) {
    .show_mega_menu_block {
        width: 100%;
        top: -10px;
    }
}
@media only screen and (max-width: 600px) {

    .image-tr{
        display: grid;
    }

    

    .block{
        padding: 2px;
    }

    .offer{
        font-size: 12px;
    }
  }

  @media only screen and (max-width: 544px) {
    #fca_eoi_form_12910 .fca_eoi_layout_16.fca_eoi_layout_postbox div.fca_eoi_layout_email_field_wrapper {
        width: 270px !important;
    }
    .site-footer-above-section-1.site-footer-section.site-footer-section-1 {
        justify-content: center;
    }

    .footer-social-inner-wrap.element-social-inner-wrap.social-show-label-false.ast-social-color-type-custom.ast-social-stack-none.ast-social-element-style-filled {
        text-align: center;
    }

    .site-above-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-2-equal.ast-builder-grid-row-tablet-2-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack{
        padding: 20px;
    }

    .site-primary-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-4-equal.ast-builder-grid-row-tablet-4-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack{
        padding: 30px 20px;
    }

    .site-footer-section .footer-widget-area-inner .widget_nav_menu h2,
    .site-footer-section .footer-widget-area-inner .astra-widget-address h2{
        font-weight: 500;
        margin: 20px 0px 0px 0px;
    }

    /* .site-footer-section .footer-widget-area-inner .widget_nav_menu h2, 
    .site-footer-section .footer-widget-area-inner .astra-widget-address h2, 
    .site-footer-section .footer-widget-area-inner .astra-widget-address .address .widget-address .widget-address-field,
    .site-footer-section .footer-widget-area-inner .astra-widget-address .address .widget-address-field, 
    .site-footer-section .footer-widget-area-inner .widget_nav_menu .menu-information-container .menu li, 
    .site-footer-section .footer-widget-area-inner .widget_nav_menu .menu-best-selling-container .menu li, 
    .site-footer-section .footer-widget-area-inner .widget_nav_menu .menu-categories-container .menu li
    {
        text-align: initial;
    } */
  }

  @media only screen and (max-width: 340px) {

    .ast-container {
        padding: 0px 10px;
    }
   
  }