/*
* Theme Name: Purelabs
* Template: blocksy
* Author: Azhar Khan
* Version: 1.0.0
*/

nav .sub-menu{
	padding: 15px;
}
.heading h2{
  font-size: 2.3rem;
  font-weight: 700;
}
.products .product > figure{
    background: #f6f6f6;
    border-radius: 6px;
}

[data-products] .woocommerce-loop-product__title, [data-products] .woocommerce-loop-category__title {
    --theme-font-weight: 600;
    --theme-font-size: 17px;
}

.products.columns-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns on desktop */
    grid-gap: 20px; /* Adjust gap as needed */
}

.wp-block-list li {
    margin-bottom: 10px;
}
.wp-block-list li::marker{
	font-weight: 600;
}
footer .textwidget li{
	margin-bottom: 8px;
}
footer a{
	color: var(--theme-palette-color-5);
}
footer .widget-title{
  font-size: 20px;
}


.woocommerce-MyAccount-navigation ul li a{
	background: #f6f6f6;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a{
	color: #FFF;
}
.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}
.page-id-4084.logged-in .elementor-4084 .elementor-element.elementor-element-3080ed0{
	--content-width: 1280px;
}




.custom_pay_wrapper {
    padding: 30px 20px;
    background: #00CFC8;
    margin: 0 auto;
    max-width: 680px;
    text-align: center;
    color: #FFF;
    border-radius: 10px;
}
.custom_pay_wrapper h2{
  font-size: 30px;
    color: #FFF;
}
.custom_pay_wrapper h4{
  font-size: 22px;
  color: #FFF;
}
.custom_pay_wrapper h4{
  font-size: 18px;
  color: #FFF;
}
