/**
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
*/
.btn-tailwind {
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  border: 1px solid transparent;
  padding: 0.75rem 1.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn-tailwind:focus {
  outline-offset: 4px;
}

.site-above-header-wrap {
  padding: 0;
  max-width: 100vw;
}

.ast-header-html-1,
.ast-header-html {
  width: 120vw;
}

.ast-header-html-1 {
  position: relative;
  animation: slideToLeft 24s linear infinite;
}
.site-above-header-wrap:hover .ast-header-html-1 {
  animation-play-state: paused;
}

@keyframes slideToLeft {
  0% {
    left: 100%;
  }
  100% {
    left: -80%;
  }
}

@media (max-width: 767px) {
  .ast-header-html-1 {
		white-space: nowrap;
    animation: slideToLeft 20s linear infinite;
  }
	
	@keyframes slideToLeft {
		0% {
			left: 50%;
		}
		100% {
			left: -110%;
		}
	}
}


.site-footer-section .widget-title,
.site-footer-section a {
  font-size: 1rem;
  color: #212121;
}

.site-footer-section li {
  margin-bottom: 1em;
}

#block-23,
#block-21,
#block-26,
#block-27 {
  margin-bottom: 0;
}

button, .ff-btn {
  border-radius: 25px !important;
  background-color: #FF7A3D !important;
  color: white !important;
}

button:hover,
.ff-btn:hover {
  color: white;
  background-color: #FF5100 !important;
}

#block-24 .wp-block-columns {
  display: inline-flex;
}

@media (max-width: 767px) {
  #block-24 .wp-block-column {
    flex-wrap: unset;
  }
}

.slide-search,
.ast-header-account-link {
  position: relative;
  display: inline-block;
  cursor: help;
}

.slide-search::after,
.ast-header-account-link::after {
  content: attr(data-text);
  position: absolute;
  z-index: 1;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.slide-search:hover::after,
.ast-header-account-link:hover::after {
  opacity: 1;
  visibility: visible;
}

#wps_wpr_order_notice {
  display: none;
}

.woocommerce-cart .woocommerce-cart-form table tbody tr:last-child {
  display: revert;
}

.woocommerce-cart .woocommerce-cart-form table tbody tr:last-child .wp-element-button {
  display: none;
}

.woocommerce-cart .woocommerce-cart-form table tbody tr:last-child .wps_wpr_apply_custom_points {
  display: block;
}

.astra-shop-summary-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

.astra-shop-summary-wrap > a:last-child {
  margin-top: auto;
}

@media (min-width: 768px) {
  li.ast-archive-post {
    padding-left: 90px;
    padding-right: 90px;
  }
}

li.ast-archive-post span.price {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 768px) {
  html {
        max-width: 100vw;
        overflow-x: hidden;
        word-break: break-word;
    }
	.ast-header-html-1,
.ast-header-html {
  width: 100%;
}
}
.woocommerce-variation-availability{
	display:none;
}
.discount-percentage {
	font-size: 0.8rem;
    color: #ffffff;
    background-color: #ff0000;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
}

.wc-block-product-categories-list--depth-0 > .wc-block-product-categories-list-item {
    font-weight: bold;
}
.wc-block-product-categories-list--depth-1 > .wc-block-product-categories-list-item {
    font-weight: normal;
}

@media only screen and (max-width: 768px) {
    .widget.widget_nav_menu .widget-title {
        padding-bottom: 5px;
    }
}

@media only screen and (min-width: 768px) {
    ul.sub-menu{
		list-style-type: none;
	  column-count: 3;
	  column-gap: 20px;
	  width: 50vw !important;
	}
}

.footer-widget-area .widget{
	margin: 0;
}

.ast-builder-menu-1 .menu-item:hover > .menu-link{
	color: #FF7A3D;
	font-weight:700;
}

.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link{
	color: #FF7A3D;
	font-weight:700;
}

header>h1.woocommerce-products-header__title{
	font-size: 3.0rem;
}

@media only screen and (max-width: 768px) {
    header>h1.woocommerce-products-header__title{
		font-size: 2.5rem;
	}
}

.woocommerce.ast-woocommerce-shop-page-list-view .ast-woo-shop-product-description{
	display:none;
}

.ast-read-more-container a{
	border-style: solid;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	color: var(--ast-global-color-5);
	border-color: var(--ast-global-color-0);
	background-color: var(--ast-global-color-0);
	padding-top: 16px;
	padding-right: 32px;
	padding-bottom: 16px;
	padding-left: 32px;
	font-family: inherit;
	font-weight: 600;
	font-size: 12px;
	font-size: 0.8rem;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
}

.d-none{
	display:none;
}

.ast-stock-detail{
	display:none;
}

.slick-current a {
	display: flex;
	justify-content: center;
}

.slick-list{
/* 	min-height: 250px; */
}

.wpgs-for .slick-current{
	min-width: 500px;
}

.woocommerce-account .entry-content .woocommerce h2{
    margin-bottom: 1em;
}

.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 20px !important;
}
@media (max-width: 544px) {
  .astra-cart-drawer.active {
    width: 100%;
  }
}

.list-style-dash {
  list-style-type: none;
}

.list-style-dash li:before {
  content: '\2014';
  position: absolute;
  margin-left: -20px;
}

.show-password-input::after{
font-family: WooCommerce;
speak: never;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
margin-left: 0.618em;
content: "\e010";
text-decoration: none;
}

.show-password-input{
padding-top: 5px;
padding-bottom: 5px;
padding-left: 15px;
padding-right: 15px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shipping_address{
padding-left: 0px;
padding-right: 0px;

}

.target-paragraph{
display:none !important;
}

ul#shipping_method li:not(.elementor-widget-woocommerce-cart #shipping_method li):only-child {
    padding: unset;
    text-indent: 0px;
}
