.xaddons-templates-toolbar {
	margin-bottom: 20px;
}
.xaddons-templates-wrapper .elementor-templates-modal__header {
	padding: 0;
}
.elementor-templates-grid {
	display: grid;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.elementor-templates-grid .xaddons-template {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
}
.xaddons-template-thumb img {
  width: initial;
  max-width: 100%;
}
.xaddons-template {
	padding: 10px;
	background: #fff0;
	border: 1px solid #cccccc0a;
}
.elementor-template-library-template-name {
	color: #333;
	font-weight: 600;
}
.elementor-templates-modal__header__menu-area {
  display: flex;
  align-items: center;
  gap: 8px;
}
.elementor-templates-modal__header__menu-area span {
	background: #0006;
	padding: 5px 15px;
	cursor: pointer;
	color: #fff;
	border-bottom: 2px solid transparent;
}
.elementor-templates-modal__header__menu-area .xaddons-tab.active {
	color: #fff;
	opacity: 1 !important;
	border-bottom-color:#FC6761;
}
.xaddons-template-body {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 10px;
	width: 100%;
	color: #fff;
}
.xaddons-template:hover .xaddons-template-body {
	opacity: 1;
	visibility: visible;
}
.elementor-add-section-area-button.xaddons-inline-btn {
	background: #FC6761 !important;
}