/**
Theme Name: Astra Royal
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-royal
Template: astra
*/


/** To fix "Show Password" buttons */
.woocommerce form .password-input, .woocommerce-page form .password-input {
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
}
.woocommerce form .password-input input[type=password], .woocommerce-page form .password-input input[type=password] {
padding-right: 2.5rem;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
position: absolute;
right: 0.7em;
top: 0.7em;
cursor: pointer;
}
.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
font-family: dashicons;
speak: never;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
margin-left: 0.618em;
content: "\f177";
text-decoration: none;
}


/** To fix quantity selectors on multiple lines */
.woocommerce-js .quantity.buttons_added {
  display: inline-flex !important;
}


/** To fix large store spacing 
.woocommerce-js ul.products li.product a.ast-loop-product__link {
    height:10px !important
}*/


/** To fix Add Address margin */

.form_option_billing .form_option_shipping {
	margin: auto !important;
}


/** To show Cart icon when empty */
.wfc-open-cart-button[aria-hidden="true"].at-bottom { 
transform: none; 
}


/** To fix address font */
.thwma-add-adr.add-address button {
    font-family: Roboto, Arial, sans-serif !important;
}

.thwma-thslider-viewport {
    font-family: Roboto, Arial, sans-serif !important;
}

span.thwma-cart-modal-title {
    font-family: Roboto, Arial, sans-serif !important;
}

.thwma-adr-box.address-box {
    font-size: 16px !important;
}

.th-del-acnt {
	margin: 10px !important;
}



/** Remove "out of stock" overlay */
.product-inner .out-of-stock-badge {
	display: none !important;
}

.ast-shop-product-out-of-stock {
	display: none !important;
}


/** Remove original price */
.woocommerce-js ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
    display: none !important;
}


@media (min-width:1025px) {
    .woocommerce ul.products {
  		display: grid;
  		grid-template-columns: repeat(auto-fit, minmax(115px, 140px));
  		gap: 20px;
  		justify-content: space-evenly;
	}
}

/** Remove sale card */
.ast-onsale-card {
	display: none !important;
}