/*
Theme Name: Astra Child
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.8.10.1738647698
Updated: 2025-02-04 05:41:38

*/
/* Start Homepge */
 .custom-product-section {
 	display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    border: 1px solid #0ec9ac;
 }
.pb-tabcon .custom-product-section{
	 border: none !important;
}
 .purchase-section {
 	grid-column: span 2;
 }

 .left-column {
 	flex: 1;
 	padding-right: 20px;
 }

 .beginner-label {
 	color: #000;
 	margin-bottom: 10px !important;
 }

 .product-title {
 	color: red;
 	font-size: 24px;
 	font-weight: bold;
 }

 .product-desc {
 	font-size: 16px;
 }

 select#variation-select {
 	padding: 10px;
	background-position: 94% 50% !important;
 }

 .custom-product-section .more-details-btn {
 	background: #0ec9ac;
 	color: white;
 	padding: 6px 14px;
 	border-radius: 26px;
 	font-family: 'Inter';
 	font-size: 16px;
 	font-weight: 400;
 	display: inline-block;
 	width: 22%;
 	text-decoration: none !important;
 	text-align: center;
 }

 .right-column {
 	flex: 1;
 	text-align: right;
 }

 .product-image {
 	max-width: 100%;
 	border-radius: 10px;
 }

 .purchase-section {
 	display: flex;
 	align-items: center;
 	gap: 20px;
 	padding-top: 50px;
 }

 .custom-product-section .product-title {
 	font-family: "Ropa Sans", Sans-serif;
 	font-size: 25px;
 	line-height: normal;
 }

 .custom-product-section label {
 	position: absolute;
 	top: -26px;
 	left: 0px;
 }

 .custom-product-section .variselc,
 .custom-product-section .pb-qlt {
 	position: relative;
 }

 .custom-product-section .add-to-cart:hover,
 .custom-product-section .more-details-btn:hover {
 	background: #0ec9ac !important;
 	color: #fff !important;
 }

 .custom-product-section .add-to-cart {
 	background: #0ec9ac;
 	cursor: pointer;
 	color: #fff;
 	padding: 12px 14px;
 	border-radius: 26px !important;
 	font-family: 'Inter';
 	font-size: 16px;
 	display: inline-block;
 	width: 22%;
 	text-decoration: none !important;
 	text-align: center;
 }

.pb-custom-filter {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
	align-items: end;
}

.pb-custom-filter button {
    background: none;
    box-shadow: none !important;
    font-size: 16px;
    padding: 14px 10px;
    border: 1px solid #0ec9ac;
    color: #0ec9ac;
    font-weight: 400;
	width:100%;
}
.pb-custom-filter button:hover{
 	background: #0ec9ac;
	color: #fff;
}
.pb-custom-filter label{
	color: #1c043f;
}
.pb-custom-filter optiom{
	font-size: 16px;
}
.cusfilter select {
    padding: 10px !important;
}
.pb-custom-filter .cusfilter select {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #1c043f;
    color: #1c043f;
    font-size: 16px;
}
/* End homepage */
.pb-tabcon .e-con-inner {
    background: #fff;
    padding-left: 30px !important;
	padding-right: 30px !important;
}
.pb-tabcon .e-n-tabs {
    gap: 0px !important;
}
.pb-tabcon h2 span {
    background: #D6D6D6 !important;
    padding: 10px;
    border-radius: 17px;
	z-index: 1;
	position: relative;
}
.pb-tabcon .left-column, .pb-tabcon .right-column, .pb-tabcon a.more-details-btn {
    display: none;
}
.pb-tabcon .custom-product-section {
    box-shadow: none;
    display: grid;
}

.pb-tabcon h4 {
    background: #1c043f;
    color: #fff !important;
    max-width: fit-content;
    padding: 8px;
    font-size: 16px !important;
    border-radius: 12px;
}
.pb-tabcon h2::after {
    content: '';
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
    border-top: 6px solid #d6d6d6;
    border-bottom: 2px solid #d6d6d6;
    padding: 2px;
}
.pb-tabcon h2 {
	position: relative;
	font-size: 26px;
}
.pb-tabcon button {
    color: #0ec9ac !important;
    border-radius: 10px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border: 4px solid #00000000 !important;
    border-bottom: none !important;
    box-shadow: -0.87px -0.5px 1px rgba(0, 0, 0, 0.09) !important;
}
.pb-tabcon button:hover {
    border-color: #00000000 !important;
	border: 4px solid #0ec9ac !important;
    border-bottom: none !important;
}
.pb-tabcon [aria-selected="true"] {
    border: 4px solid #0ec9ac !important;
    border-bottom: none !important;
}
.purchase-section select, .purchase-section input#quantity {
    border-radius: 10px;
    border: 1px solid #1c043f;
    color: #1c043f;
}

.purchase-section label {
    color: #1c043f !important;
}
.pb-tabcon button#add-to-cart-btn {
    color: #fff !important;
}
.pb-tabcon iframe {
    overflow: auto !important;
    height: 950px !important;
}
.pbcart-notification {
    font-size: 16px;
    color: #000;
    text-align: end;
    grid-column: span 2;
    padding-top: 10px;
}
.product-desc {
    color: #000;
    font-size: 16px !important;
}
.custom-product-section .topbar {
    grid-column: span 2;
}
.pb-tabcon .topbar {
    display: none;
}
.sub-menu li {
    background: #000 !important;
}
@media only screen and (max-width: 767px){
	.pb-tabcon .e-n-tabs-heading {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		overflow: scroll !important;
		max-width: 100% !important;
	}
	 .elementor-widget-n-tabs .e-n-tab-title-text {
		width: max-content !important;
		max-width: 100% !important;
	}
	.pb-tabcon h2 span {
		font-size: 20px;
	}
	.pb-tabcon h2::after {
		display:none;
	}
	.pb-tabcon .e-con-inner {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.custom-product-section {
		grid-template-columns: 1fr !important;
	}
	.right-column {
		display: none !important;
	}
	.purchase-section {
		display: flex;
		flex-direction: column;
	}
	.purchase-section a, .purchase-section button {
		width: 75% !important;
	}
	.custom-product-section label {
        position: relative !important;
        top: unset !important;
    }
	.pb-custom-filter {
		grid-template-columns: 1fr !important;
	}
}