/*
 Theme Name:   Greenaura Child
 Theme URI:    https://themewant.com/products/wordpress/greenaura/
 Description:  Greenaura Child
 Author:       ReacThemes
 Author URI:   http://reactheme.com
 Template:     greenaura
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

 .color-primary{
	color:var(--color-primary) !important;
 }

.wp-block-image,
.wp-block-list{
	margin-bottom:30px;
}
.news-details-inner .bs-img{
	text-align:center;
}

.rs-business-hour .rs-business-schedule{
	justify-content: flex-start;
}
.rs-business-hour .rs-business-time{
	margin-left:30px;
}

.rt-blog-slider.slider-style-1 .blog-item .title{
	height:120px;
	overflow:hidden;	
}
.react-button.blog-btn a{
	text-transform: inherit;
}
.react-sideabr .widget.widget_categories{
	margin-top: -40px;
}
.react-sideabr .widget_categories ul li a{
	max-width:calc(100% - 65px);
}
.react-sideabr .widget_categories ul li span{
	width: 60px;
    padding: 15px 5px !important;
    text-align: center;
}
.react-sideabr .tagcloud a,
.news-details-inner .bs-desc p{
	font-size:16px !important;
}

/* Style for quantity selector */
.woocommerce ul.products li.product .add_to_cart_button, 
.woocommerce ul.products li.product .product_type_grouped{
	opacity:1;
	transform:none;
	margin:0 auto;
	position:relative;
	top:0;
	left:0;
	background:var(--color-primary) !important;
	color:#fff !important;
}

.woocommerce ul.products li.product .add_to_cart_button *{
	color:#fff !important;
}

.product-quantity-selector{
    display: flex;
    position: relative;
	height:49px;
	line-height: 49px;
	padding:0 !important;
	max-width:180px;
}
.product-quantity-selector .quantity{
	margin: 0 !important;
    width: 80px;
    text-align: center;
    vertical-align: middle;
}
.woocommerce .product-quantity-selector .qty{
	display:block;
	width:100% !important;
	padding: 0 !important;
    text-align: center;
	height:49px !important;
	line-height: 49px !important;
	appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.product-quantity-selector .qty:focus{
	outline: none;
}
.product-quantity-selector .btn-update-quantity{
	padding:0 17px;
}

body.single-product .entry-summary .product-quantity-selector{
	margin-right:15px;
}
.products .product .product-quantity-selector{
	margin:10px auto 0;
	max-width:160px;
}
.woocommerce-cart-in-form{
	margin:30px 0;
}

.woocommerce-cart-in-form .woo-cart-list{
	padding:0;
	margin:0;
}

.mini_cart_item .btn-go-to-cart{
	background: #ffc107;
    padding: 5px 10px;
    display: inline-block !important;
    font-size: 12px;
}
.woocommerce-mini-cart__buttons.buttons{
	display:grid;
}

.woocommerce ul.products li.product .price{
	color: var(--color-primary);
}

.woocommerce ul.products li.product:hover .price{
	opacity:1;
	transform:none;
}

.rt-product-carousel .swiper-button-prev,
.rt-product-carousel .swiper-button-next{
	width: 40px;
	height: 40px;
	line-height:40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
	top:30%;
    
}

.rt-product-carousel .swiper-button-prev{
	left:-70px;
}
.rt-product-carousel .swiper-button-next{
	right:-70px;
}

.rt-product-carousel .swiper-button-prev::after, 
.rt-product-carousel .swiper-button-next::after{
	font-size:15px !important;
	color:#fff;
}

.price-per-m2{
	color:var(--color-primary);
}

body.woocommerce div.product form.cart .variations select{
	border:1px solid;
	background:#eeeeee;
	appearance: auto;
    -moz-appearance: auto;
    -webkit-appearance: auto;
	padding:7px 10px;
}
.entry-content ul,
.entry-content ol{
	padding-left:0;
	margin:20px 0 20px 20px;
}
.entry-content ul li{
	margin-top:15px;
}
.entry-content ul li:before{
	content: '\e830';
	font-family: "rt-icons";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
	margin-left:-20px;
    margin-right: 15px;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background: var(--color-primary);
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 4px;
}

.entry-summary .single-product-subtitle{
	margin-bottom:30px;
}

@media screen and (max-width:1500px) {
	.rt-product-carousel .swiper-button-prev{
		left:15px;
	}
	.rt-product-carousel .swiper-button-next{
		right:15px;
	}
}


@media screen and (max-width:767px) {
	.single-product div.product form.cart .single_add_to_cart_button{
		font-size:12px;
		padding:0 15px !important;
		min-height:40px;
		line-height: 40px;
	}
	.single-product div.product form.cart .product-quantity-selector .quantity{
		font-size:12px;
		width:60px;
	}

	.product-quantity-selector{
		height:40px;
		line-height:40px;
	}

	.product-quantity-selector .btn-update-quantity{
		padding:0 13px;
	}
	

}