/**
Theme Name: Astra Child
Author: Mayarie Studio
Author URI: https://mayarie.com
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
*/

/*** DISABLE HORIZONTAL SCROLLING ***/
html, body {
	overflow-x: hidden;
}

/*** COMMON CSS ***/

/*** IMAGE HEIGHT RATION ***/
.image-ratio-height .elementor-widget-container {
  padding-bottom: 66%;
}
.image-ratio-height .elementor-widget-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*** Make Gravity form buttom responsive ***/
@media only screen and (max-width: 767px){
.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1 !important;
}
}
.elementor-add-to-cart form.cart div#wc-stripe-payment-request-wrapper, .elementor-add-to-cart form.cart p#wc-stripe-payment-request-button-separator {
    display: none!important;
}
.woocommerce-privacy-policy{
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    background: rgba(0,0,0,.05);
	margin-bottom: 1.618em;
    padding: 1.618em;
	max-height: 200px;
    overflow: auto;
	display:none;
}
.woocommerce-privacy-policy h3 {
    font-size: 21px;
    margin-bottom: 12px;
    font-weight: 700;
}
body.single.single-product.ast-right-sidebar div#secondary {
    display: none;
}
body.single.single-product.ast-right-sidebar #primary {
    border-right: 0px solid #000!important;
    padding-right: 0;
    min-width: 100%;
    padding-top: 70px;
}

.elementor-widget.elementor-widget-menu-anchor {
  top: -130px;
  display: block;
  position: relative;
}

@media only screen and (max-width: 1024px){
.elementor-widget.elementor-widget-menu-anchor {
  top: -105px;
  display: block;
  position: relative;
}
}

@media only screen and (max-width: 767px){
.elementor-widget.elementor-widget-menu-anchor {
  top: -30px;
  display: block;
  position: relative;
}
}