/*
Theme Name: Astra by Leo Michalopoulos
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; 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 &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; 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!
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
Version: 4.5.2.1703809003
Updated: 2023-12-29 00:16:43

*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
	font-family: "Inter", sans-serif !important;
}

/* GLOBAL ASTRA STYLING */
.form-register label {
	display: block!important;
}

.form-register input {
	padding: 6px 22px!important;
	margin-bottom: 14px!important;
}

.form-login label {
	display: block!important;
}

.form-login input {
	padding: 6px 22px!important;
	margin-bottom: 14px!important;
}

body:not(.logged-in) .ast-site-header-cart {
	display: none;
}

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

tr:nth-child(even) {
	background-color: #f2f2f2; /* Light gray */
}
/* RIGHT SIDE MENU ASTRA MOBILE */

@media only screen and (max-width: 850px) {
	.site-header-primary-section-right {
		display: none !important;
	}
	
	.woocommerce-breadcrumb {
		padding: 14px 0!important;
	}
}

.woocommerce-breadcrumb {
	font-weight: bold;
}

/* END GLOBAL ASTRA STYLING */

/* GTRANSLATE */
.gtranslate_wrapper {
    display: flex;
    gap: 8px;
}

.glink img {
    width: 22px;
}

/* END OF GTRANSLATE */

/* SEARCH BAR */
.dgwt-wcas-search-wrapp {
	width: 350px;
	max-width: 350px;
}

/* END OF SEARCH BAR */


/* PRODUCT PAGE */
.products li {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 10px !important;
}

.astra-shop-summary-wrap a {
    text-decoration: none !important;
}

.sku {
    color: #3b3b3b;
    font-size: 14px;
    font-weight: bold;
}


.astra-shop-thumbnail-wrap a {
    text-decoration: none !important;
}

.astra-shop-summary-wrap span {
    font-size: 16px;
}

#generate_pdf {
	margin-top: 8px !important;
	margin-bottom: 8px !important;
	padding: 8px 0;
	background-color: transparent;
	color: black;
	padding: 0;
	font-weight: bold;
	display: block;
	text-align: start !important;
}

.woocommerce-product-attributes-item__label {
	width: 250px !important;
}

/* FILTERS */
.wpc-term-item-content-wrapper {
	font-size: 85%;
}

.wpc-filter-title {
	font-size: 98%
}

.wpc-filter-chips-list {
	display: none!important;
}

/* NEW PRODUCT LABEL */
.new-label-svg {
    position: absolute;
    top: 8px;
    right: 8px;
}

/* END OF PRODUCT PAGE */


/* SINGLE PRODUCT PAGE */
.woocommerce-product-details__short-description {
    font-size: 14px !important;
}

.woocommerce-product-details__short-description li {
    font-size: 14px !important;
}

.woocommerce-breadcrumb {
    font-size: 14px;
}

.single-product-category {
    font-size: 14px;
}

.woocommerce-product-details__short-description ol {
    padding-left: 0 !important;
}

.price-without-vat,
.price-with-vat {
    font-size: 19px;
    padding: 0;
    font-weight: 500;
}


.price {
    line-height: 1.2;
	margin-bottom: 10px !important;
}


.btn-nrglabel {
	background-color: transparent !important;
	padding: 0 !important;
	text-align: start;
}

.btn-nrglabel img {
	width: 65% !important;
}

.product_meta span {
	display: none!important;
}

.product-sku {
	font-weight: bold!important;
}

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

/* END SINGLE PRODUCT PAGE */



/* FOOTER */
.custom-footer-menu {
    margin-bottom: 4px;
}

.custom-footer-menu a {
    color: black !important;
}

/* END FOOTER */

/* HomePage */
.selected-categories_card {
    background-color: #f2f2f2;
    border-radius: 10px;
    box-shadow: 8px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

.carousel-control-prev,
.carousel-control-next{
	width: 5% !important;
	background-color: transparent !important;
}

.carousel-control-prev:hover {
	background-color: transparent !important;
}

.carousel-control-prev:focus {
	background-color: transparent !important;
}
/* End of HomePage */