/* 
Theme Name:		 Barbecue Child
Theme URI:		 https://themes.workdo.io/wordpress/toaster/barbecue/
Description:	 Barbecue Child is a child theme of Barbecue.
Author:			 WorkDo 
Author URI:		 https://workdo.io/
Template:		 barbecue
Version:		 4.2
Text Domain:	 barbecue-child
*/


/*
    Add your custom styles here
*/

.a_home_sidebar {
	position: absolute;
	top: 25px;
	left: 5px;
/* 	border: 1px solid #ce2727; */
	background: rgba(0,0,0,.6);
	width: 150px;
	border-radius: 10px;
	padding: 10px 5px;
    backdrop-filter: blur(10px);
	box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.19), 4px 4px 11px rgba(0, 0, 0, 0.23);
}

.a_home_sidebar .product-categories-list li {
	padding-top: 10px;
	padding-bottom: 10px;
}

.a_home_sidebar .product-categories-list a {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}

.a_home_sidebar .product-categories-list a:hover {
	color: #ce2727;
}

.a_home_sidebar a {
	color: #fff;
}

.a_home_sidebar span {
	text-align: center;
}

@media only screen and (max-width: 1599px) {
	.a_home_sidebar {
		width: 80px;
	}
}
    
@media only screen and (max-width: 1515px) {
	.a_home_sidebar {
		display: none;
	}
}



.elementor-top-section.elementor-element.bestsell {
    right: 10%;
}

.img-txt::before {
    top: 0;
}


