#main-wrap {
	position: relative;
}

.wp-picker-holder {
	position: relative;
}

section {
	padding: 40px 0;
}

.backdrop {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #0000007d;
	z-index: 999;
	display: none;
}

/* TOP BAR **********************************/
.top-bar ul li {
	display: inline-block;
	list-style: none;
	padding: 0;
}

.top-bar-content {
	position: relative;
}

.top-bar-contact {
	display: inline-block;
}

.top-bar-contact ul,
.top-bar-social ul {
	margin: 0;
}

.top-bar-contact ul li {
	position: relative;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
}

.top-bar-contact ul li:before {
	position: absolute;
	right: 0;
	top: 8px;
	content: "";
	width: 2px;
	height: 15px;
	background-color: rgba(255, 255, 255, 0.12);
	transform: skew(-25deg);
}

.top-bar-contact ul li:last-child:before {
	content: none;
}

.top-bar-contact ul li:hover i,
.top-bar-contact ul li:hover a {
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.top-bar-contact ul li i {
	color: #fdd034 !important;
}

.top-bar-contact ul li a {
	color: #fdd034;
	font-weight: 400;
	font-size: 12px;
	padding: 8px;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.top-bar-social {
	display: inline-block;
	float: right;
}

.top-bar-social ul li a {
	padding: 6px 10px;
	display: inline-block;
	color: #fdd034;
}

.top-bar-social ul li a:hover {
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* MAIN HEADER **********************************/
header.main-header .branding {
	padding: 2% 5%;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

header.main-header {
	width: 100%;
	background: #a1bf46;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.08);
	position: relative;
}

header.main-header:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(11, 11, 11, 0.3);
}

header .sticky-wrapper {
	position: relative;
	min-height: 90px;
	margin-bottom: -45px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	z-index: 3;
	background: #fff;
}

header .mobile-navigation-header .sticky-wrapper {
	min-height: 74px;
}

header.main-header .sticky {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	z-index: 9999999999;
}

header.main-header .is-sticky .sticky {
	z-index: 999 !important;
}

header.main-header .is-sticky .sticky:before {
	content: "";
	position: absolute;
	top: 0;
	right: -50%;
	width: 50%;
	background: #a1bf46;
	height: 100%;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

header.main-header .is-sticky .sticky:after {
	content: "";
	position: absolute;
	top: 0;
	left: -50%;
	width: 50%;
	background: #a1bf46;
	height: 100%;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

header.main-header .header .main-nav ul.menu-main-nav {
	margin: 0;
	height: 100%;
}

header.main-header .header .main-nav li.home i {
	font-size: 22px;
	line-height: 32px;
	width: 21px;
	text-align: center;
}

header.main-header .header .main-nav li.header-search-icon i {
	font-size: 18px;
}

header.main-header .header .main-nav ul.menu-main-nav li {
	display: inline-block;
	list-style: none;
	position: relative;
	z-index: 1;
	height: 100%;
	padding: 5px 2px;
}

header.main-header .header .main-nav ul.menu-main-nav li a {
	padding: 21px 5px;
	display: block;
	z-index: 2;
	position: relative;
	line-height: 38px;
	height: 100%;
	color: #fff;
	font-size: 15px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

header.main-header .header .main-nav ul.menu-main-nav li:hover a {
	color: #fff;
}

header.main-header .header .main-nav ul.menu-main-nav li:before {
	content: "";
	width: 100%;
	height: 2px;
	background: transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
}

header.main-header .header .main-nav ul.menu-main-nav li:hover:before {
	content: "";
	height: 6px;
	background: #fdd034;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

header.main-header
	.header
	.main-nav
	ul.menu-main-nav
	li.menu-item-has-children:hover:before {
	content: "";
	background: transparent;
}

header.main-header
	.header
	.main-nav
	ul.menu-main-nav
	li.menu-item-has-children:after {
	content: "\f0d7";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 600;
	position: absolute;
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(255, 255, 255, 0.41);
	font-size: 12px;
}

header.main-header
	.header
	.main-nav
	ul.menu-main-nav
	li.menu-item-has-children
	ul.sub-menu
	li.menu-item-has-children:after {
	content: "\f0d7";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 600;
	position: absolute;
	top: 50%;
	bottom: auto;
	right: 5px;
	left: auto;
	transform: translateY(-50%) rotate(-90deg);
	color: rgba(255, 255, 255, 0.41);
	font-size: 12px;
}

header.main-header
	.header
	.main-nav
	ul.menu-main-nav
	li.menu-item-has-children
	ul.sub-menu
	li.menu-item-has-children
	ul.sub-menu
	li.menu-item-has-children:after,
header.main-header
	.header
	.main-nav
	ul.menu-main-nav
	li.menu-item-has-children
	ul.sub-menu
	li.menu-item-has-children
	ul.sub-menu
	li.menu-item-has-children
	ul.sub-menu
	li.menu-item-has-children:after {
	content: none;
}

header.main-header .header .main-nav ul.menu-main-nav li ul.sub-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	overflow: hidden;
	background: #fff;
	min-width: 160px;
	top: 200%;
	left: 50%;
	pointer-events: none;
	transform: translateX(-50%);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

header.main-header
	.header
	.main-nav
	ul.menu-main-nav
	li
	ul.sub-menu
	li
	ul.sub-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	overflow: hidden;
	min-width: 160px;
	top: 0;
	left: 120%;
	transform: none;
	pointer-events: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

header.main-header
	.header
	.main-nav
	ul.menu-main-nav
	li
	ul.sub-menu
	li
	ul.sub-menu
	li
	ul.sub-menu {
	display: none;
}

header.main-header .header .main-nav ul.menu-main-nav li ul.sub-menu:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(11, 11, 11, 0.3);
}

header.main-header .header .main-nav ul.menu-main-nav li:hover ul.sub-menu {
	visibility: visible;
	opacity: 1;
	top: 100%;
	background: #a1bf46;
	overflow: unset;
	pointer-events: auto;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.08);
}

header.main-header
	.header
	.main-nav
	ul.menu-main-nav
	li
	ul.sub-menu
	li:hover
	ul.sub-menu {
	visibility: visible;
	opacity: 1;
	left: 100%;
	overflow: unset;
	pointer-events: auto;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.08);
}

header.main-header
	.header
	.main-nav
	ul.menu-main-nav
	li
	ul.sub-menu
	li
	ul.sub-menu
	li:hover
	ul.sub-menu {
	visibility: visible;
	opacity: 1;
	left: 100%;
	overflow: unset;
	pointer-events: auto;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.08);
}

header.main-header .header .main-nav ul.menu-main-nav li ul.sub-menu li {
	width: 100%;
	text-align: center;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
}

header.main-header .header .main-nav ul.menu-main-nav li ul.sub-menu li a {
	color: #fff;
	padding: 5px 20px;
	display: inline-block;
	white-space: nowrap;
	width: 100%;
}

header.main-header
	.header
	.main-nav
	ul.menu-main-nav
	li
	ul.sub-menu
	li
	a:hover {
	color: #fff;
}

header.main-header .header .main-nav ul.menu-main-nav li ul.sub-menu li:before {
	content: "";
	background: transparent;
}

header.main-header .header .main-nav ul.menu-main-nav li ul.sub-menu li:hover {
	background: #a1bf46;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.main-nav {
	font-size: 0;
	height: 100%;
	background: #a1bf46;
	padding: 0;
}

header .branding .logo img {
	max-width: 100%;
	width: auto;
	max-height: 70px;
}

header .branding .logo img.template-logo {
	max-height: 70px;
	margin: 6px 0;
}

/* MOBILE HEADER ******************************/
.mobile-header {
	position: relative;
	z-index: 9;
	background: #fff;
	border-bottom: 2px solid #a1bf46;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.main-menu-mobile {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	overflow-y: scroll;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: auto;
	right: 0;
	padding-top: 100px;
	background: #fff;
	z-index: 2;
}

.main-menu-mobile.menu-mobile-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.branding-mobile {
	padding: 15px 20px;
}

.branding-mobile .logo-mobile {
	height: 100%;
}

.branding-mobile .logo-mobile a img {
	max-width: 100%;
	width: auto;
	padding: 0;
	max-height: 70px;
}

.main-menu-mobile ul.menu-mobile {
	padding: 0 30px;
}

.main-menu-mobile ul.menu-mobile li {
	list-style: none;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid rgba(221, 221, 221, 0.3);
}

.main-menu-mobile ul.menu-mobile li a {
	color: #fff;
}

.main-menu-mobile ul.menu-mobile li.menu-item-has-children {
	position: relative;
}

.main-menu-mobile ul.menu-mobile li.menu-item-has-children i {
	position: absolute;
	top: 7px;
	right: 6px;
	color: #fff;
	font-size: 20px;
	background: #a1bf46;
	width: 28px;
	height: 28px;
	line-height: 29px;
	text-align: center;
}

.main-menu-mobile
	ul.menu-mobile
	li.menu-item-has-children
	i.fa-angle-up:before {
	background: rgba(11, 11, 11, 0.3);
	height: 100%;
	display: block;
	line-height: 26px;
}

.main-menu-mobile ul.menu-mobile li ul.sub-menu li {
	border: none;
}

.main-menu-mobile ul.menu-mobile li ul.sub-menu,
.main-menu-mobile ul.menu-mobile li ul.sub-menu li ul.sub-menu {
	visibility: hidden;
	opacity: 0;
	height: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.main-menu-mobile ul.menu-mobile li ul.show_submenu_mobile {
	visibility: visible;
	opacity: 1;
	display: block;
	height: auto;
	position: relative;
	background: #fff3;
	padding: 0 0 0 15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.main-menu-mobile
	ul.menu-mobile
	li
	ul.show_submenu_mobile
	li
	ul.show_submenu_mobile {
	visibility: visible;
	opacity: 1;
	display: block;
	height: auto;
	position: relative;
	background: #fff3;
	padding: 0 0 0 15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.main-nav-hamburger {
	text-align: right;
	padding: 15px 0;
}

.main-nav-hamburger button {
	background: transparent;
	border: none;
	background-image: none;
	box-shadow: none;
	padding: 15px 15px 10px 15px;
}

.hamburger.is-active:hover,
.hamburger:hover {
	opacity: 1;
}

.main-menu-mobile ul.menu-mobile li.toggle_search_mobile {
	background: #a0bf46;
	padding: 0;
	margin-top: 15px;
}

li.toggle_search_mobile #searchsubmit {
	padding: 5px 10px;
}

/* SEARCH BOX ******************************************************/
#show-search-input {
	display: none;
	position: absolute;
	top: 100px;
	right: -10px;
	width: 350px;
	z-index: 1;
	background: #a1bf46;
	border-left: 3px solid #fff;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

#show-search-input form {
	padding: 6px 14px;
}

form#searchform input[type="text"] {
	padding: 4px;
}

#show-search-input input[type="text"],
.searchform-mobile input[type="text"] {
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	background: transparent;
	border: none;
	outline: none;
	font-family: "Raleway", sans-serif;
	padding: 12px 10px;
}

#searchsubmit {
	color: #fff;
	padding: 0 10px;
	text-transform: uppercase;
	border: 2px solid transparent;
	background: transparent;
	background-image: none;
	font-size: 18px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#show-search-input input::placeholder,
.contact-form textarea::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
}

#show-search-input input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

#show-search-input input::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff;
}

.searchform-mobile input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
}

.searchform-mobile input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.searchform-mobile input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff;
}

/* SLIDER ************************************/
.slider-area {
	position: relative;
	height: 699px;
	padding: 0;
}

.image-holder {
	background-size: cover;
	width: 100%;
	height: 699px;
	display: inline-block;
	background-position: center center;
	margin: 0;
}

.slide-overlay {
	position: absolute;
	width: 100%;
	top: 50%;
	display: block;
	z-index: 5;
	transform: translateY(-50%);
}

.slide-overlay h3 {
	font-size: 50px;
	padding: 10px 0;
	color: #fff;
}

.slide-overlay p {
	color: #fff;
}

.text-content-wrapper {
	color: #fff;
}

.slider-area .owl-dots {
	display: none;
}

.owl-nav button {
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.slider-area:hover .owl-nav button {
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.owl-nav button.owl-prev {
	position: absolute;
	top: 40%;
	color: #fff !important;
	left: 2%;
	font-size: 20px !important;
}

.owl-nav button.owl-next {
	position: absolute;
	top: 40%;
	color: #fff !important;
	right: 2%;
	font-size: 20px !important;
}

.owl-nav button.owl-prev:active,
.owl-nav button.owl-next:active,
.owl-nav button.owl-prev:focus,
.owl-nav button.owl-next:focus {
	box-shadow: none;
	text-decoration: none;
	border: none;
	outline: none;
}

.slide_button {
	padding: 20px 0;
}

a.custom_style {
	position: relative;
	color: #000 !important;
	padding: 8px 30px;
	border: 2px solid #fdd034 !important;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a.custom_style:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fdd034 !important;
	border: 2px solid transparent;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a.custom_style:hover span {
	color: #fff;
}

a.cat_pop.custom_style:hover {
	color: #000;
}

a.custom_style:hover:after {
	background: #a1bf46;
	width: 0;
	border: 2px solid transparent;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a.custom_style:hover {
	border: 2px solid #a1bf46;
}

a.custom_style span {
	position: relative;
	z-index: 2;
}

/* ABOUT US **********************************/
section.about_us {
	padding: 40px 0 60px;
}

section .section_title h2 {
	font-size: 40px;
	padding-bottom: 40px;
	padding-top: 0;
	line-height: 35px;
}

section.about_us img.imgAboutUs {
	width: 100%;
}

.about_us .imgAboutUs-bg {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 100%;
}

section.about_us .about_text a {
	border: 2px solid #a1bf46;
	padding: 5px 20px;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

section.about_us .about_text a:hover {
	background: #a1bf46;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

section.about_us .about_text p {
	margin-bottom: 10px;
}

section.about_us .about_text p:last-child {
	margin-bottom: 0;
}

/* SERVICES **********************************/
section.services {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-bottom: 40px;
	padding-top: 40px;
}

.service_img .shine img {
	width: 100%;
}

section.services {
	background: #f5f5f5;
}

.service_title {
	position: relative;
	border: 1px solid #e8e8e8;
	color: #243747;
}

.service_title h3 {
	font-size: 20px;
	padding: 10px 0;
}

.service_title:before {
	content: "";
	background: #a1bf46;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	z-index: 1;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.service_link .service_title:before {
	background: #fdd034 !important;
}

.service_link:hover .service_title:before {
	height: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #fdd034;
}

.service_link:hover .service_title {
	border: none;
}

.service_link:hover .service_title h3 {
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.service-box-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 320px;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.service_link:hover .service-box-image {
	opacity: 0.7;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a.service_link {
	display: block;
	margin-bottom: 30px;
}

/* PRODUCTS SECTION ********************************/
section.products {
	padding-bottom: 40px;
}

section.products h3.widget-title {
	font-size: 20px;
	text-align: center;
	background: #a1bf46;
	color: #fff;
}

.product_content {
	margin-bottom: 10px;
}

.product_content .product_item_title a {
	display: block;
	font-size: 16px;
	border: 1px solid rgba(221, 221, 221, 0.56);
	border-top: none;
	background: #f5f1f1;
	padding: 10px;
	line-height: 1.2;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.product_content .product_item_title a.featured {
	background: #1088a1 !important;
	color: #fff;
}

.product_content:hover .product_item_title a.featured {
	background: #0e6273 !important;
}

.product_content:hover .product_item_title a {
	background: #a1bf46;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.product_content .product_item_image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 240px;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.product_content .product_item:hover .product_item_image {
	opacity: 0.7;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.product_price {
	position: absolute;
	top: 10px;
	left: 16px;
	padding: 10px 20px;
	pointer-events: none;
}

.product_price:before {
	content: "";
	background: #a1bf46;
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.product_price span.show_price {
	color: #fff;
	font-size: 15px;
	position: relative;
}

/* CATALOG STYLE 2 *****************************/
.products-catalog-title h3 {
	background: #a0be46;
	color: #fff;
}

ul.catalog-list {
	margin: 0;
	text-align: left;
	padding: 0 0 0 5px;
	background: #fbfbfb;
	border: 1px solid #ddd;
}

ul.catalog-list ul.children {
	margin: 0;
	text-align: left;
	padding: 0 0 0 10px;
}

ul.catalog-list li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid rgba(221, 221, 221, 0.3);
}

ul.catalog-list li ul.children li:last-child {
	border: none;
	padding: 10px 0 0;
}

ul.catalog-list li:hover {
	background: transparent;
}

ul.catalog-list li a {
	position: relative;
	display: block;
	padding-right: 22px;
}

ul.catalog-list li ul.children li a:before {
	content: "\f105";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 600;
	padding-right: 5px;
	color: #5d5c5c;
	font-size: 12px;
}

ul.catalog-list li ul.children li ul.children li a:before {
	content: "\f101";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 600;
	padding-right: 5px;
	color: #5d5c5c;
	font-size: 12px;
}

ul.catalog-list li a.cat_arrow_open:after {
	content: "\f107";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 600;
	position: absolute;
	top: 0;
	right: 3px;
	color: #ffffff;
	font-size: 12px;
	background: #a0be46;
	padding: 2px 7px;
}

ul.catalog-list li a.cat_arrow_close:after {
	content: "\f106";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 600;
	position: absolute;
	top: 0;
	right: 3px;
	color: #ffffff;
	font-size: 12px;
	background: #a0be46;
	padding: 2px 7px;
}

/* SEPARATOR ********************************/
section.separator .separator_text h3 {
	color: #fff;
}

section.separator .separator_button {
	padding: 20px 0;
}

/* CONTACT ***********************************/
section.contact {
	padding: 40px 0 40px;
	background: #fdd034 !important;
	position: relative;
}

section.contact:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(11, 11, 11, 0.3);*/
}

section.contact a {
	color: #243747;
	font-size: 16px;
	margin: 3px 0 0 15px;
	line-height: 20px;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

section.contact a:hover {
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

section.contact ul {
	margin: 0;
}

section.contact ul li {
	list-style: none;
	line-height: 20px;
	display: flex;
	align-items: center;
}

section.contact ul li i.fa-phone {
	transform: rotate(90deg);
	padding-bottom: 0;
}

section.contact ul li i {
	font-size: 40px;
	color: #243747;
}

section.contact h3 {
	padding: 20px 0 10px;
	color: #fff;
}

section.contact .contact_box {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* FOOTER **********************************/

.footer_index_form span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	position: absolute;
	width: 240px;
	left: 30%;
	top: 28px;
}

.footer_index_form p span.ajax-loader {
	visibility: hidden;
	display: inline-block;
	background: url(../../assets/loader.gif) center center / contain no-repeat;
	width: 25px;
	height: 25px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 150px;
}

.footer_index_form .wpcf7-response-output {
	color: #000;
	width: 100%;
	margin: 20px auto 0px;
	padding: 10px;
}

.footer_index_form input,
.footer_index_form textarea {
	border: 1px solid #d2cfcf;
	background-color: #f5f5f5;
	outline: none;
	resize: none;
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	line-height: 17px;
	padding: 12px 20px;
	font-size: 17px;
	color: #2b2b2b;
}

.footer_index_form input {
	height: 49px;
}

.footer_index_form textarea {
	height: 195px;
}

.footer_index_form input[type="submit"] {
	padding: 10px 40px;
	border: 1px solid #2b2b2b30;
	border-bottom: 2px solid #a1bf46;
	background: transparent;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}

.footer_index_form input[type="submit"]:hover {
	background-color: rgba(11, 11, 11, 0.3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer_index_form input[type="text"],
.footer_index_form input[type="email"],
.footer_index_form textarea {
	color: #2b2b2b;
}

.footer_index_form input::placeholder,
.footer_index_form textarea::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #a1bf46;
	opacity: 1; /* Firefox */
}

.footer_index_form input:-ms-input-placeholder,
.footer_index_form textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #a1bf46;
}

.footer_index_form input::-ms-input-placeholder,
.footer_index_form textarea::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #a1bf46;
}

.footer_index_form .form_field {
	margin-bottom: 24px;
}

.footer_index_form p:nth-child(6) {
	margin-bottom: 5px !important;
}

.cf_box_title {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	padding: 50px 0 40px;
}

.cf_box_title h3 {
	font-size: 40px;
}

.footer_index_form span.wpcf7-form-control-wrap {
	position: relative;
	display: block;
}

.footer_index_form span.wpcf7-form-control-wrap.your-name:after {
	content: "\f007";
}

.footer_index_form span.wpcf7-form-control-wrap.your-email:after {
	content: "\f0e0";
}

.footer_index_form span.wpcf7-form-control-wrap.telefon:after {
	content: "\f095";
}

.footer_index_form span.wpcf7-form-control-wrap.your-name:after,
.footer_index_form span.wpcf7-form-control-wrap.your-email:after,
.footer_index_form span.wpcf7-form-control-wrap.telefon:after {
	font-family: "Font Awesome\ 5 Free";
	font-weight: 600;
	position: absolute;
	top: 9px;
	right: 35px;
	font-size: 22px;
	color: #a1bf46;
	opacity: 0.5;
	pointer-events: none;
}

.footer .contact_content {
	padding: 40px 0 0 0;
	position: relative;
	text-align: left;
}

.footer .contact_content h3 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
}

.footer .contact_content p {
	margin: 0;
	padding: 20px 0;
	color: #fff;
	font-weight: 700;
}

.footer .contact_content p a {
	color: #fff;
}

.footer .contact_content p a:hover {
	color: #525252;
}

.address_icon:after {
	content: "\f14e";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 500;
	position: absolute;
	top: 10px;
	left: -100px;
	font-size: 90px;
	color: #ffffff1f;
}

.phone_icon:after {
	content: "\f095";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 600;
	position: absolute;
	top: 20px;
	left: -80px;
	font-size: 70px;
	color: #ffffff1f;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.social_icon:after {
	content: "\f500";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 600;
	position: absolute;
	top: 10px;
	left: -120px;
	font-size: 90px;
	color: #ffffff1f;
}

.footer {
	margin: 0;
	color: #fff;
	background: #a1bf46;
	padding-bottom: 0;
}

.social-footer {
	padding-top: 20px;
}

.social-footer li {
	list-style: none;
	display: inline-block;
}

.social-footer li a {
	font-size: 30px;
	padding-right: 10px;
	color: #fff;
}

/*****************************************************/
.sub-footer {
	position: relative;
	background: #a1bf46;
}

.sub-footer p.copyright {
	margin: 0;
	padding: 0;
	color: #fff;
	margin-bottom: 10px;
}

.sub-footer p a {
	color: #fff;
}

.sub-footer p a:hover {
	color: #000;
}

.sub-footer p {
	display: inline-block;
	padding: 0 30px;
	margin-bottom: 10px;
}

.footer_social_icons {
	padding: 20px 0 0;
}

.footer_social_icons ul.social_icons li {
	list-style: none;
	display: inline-block;
	padding: 0 10px;
}

.footer_social_icons ul.social_icons li i {
	font-size: 20px;
	color: #fff;
}

/* GOOGLE MAP ************************************************/
section.map {
	padding: 0;
	height: 350px;
}

.map_content iframe {
	width: 100% !important;
	height: 350px !important;
}

/* PAGE STYLES ***********************************************/
section.custom-page-content {
	box-shadow: none;
	padding: 40px 0 40px;
}

section.custom-page-content img {
	border: 1px solid #ddd !important;
	padding: 2px;
	max-width: 100%;
}

.custom-page-box p {
	font-weight: 400;
}

.single_page_style-content {
	width: 100%;
	height: 250px;
	position: relative;
}

.single_page_style-content-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}

.single_page_style-content-title h1 {
	font-size: 40px;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: 0;
	padding: 50px 0 10px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.contact_box ul.contact_address_list li.contact_work_hours {
	line-height: 25px;
}

.contact_box ul.contact_address_list li.contact_work_hours i {
	float: left;
}

.custom-page-content section.products ul li:before {
	display: none;
}

#requestOffer {
	padding-top: 40px;
	border-top: 1px solid #ddd;
	margin-top: 40px;
	width: 100%;
}

.requestOffer_form {
	width: 100%;
}

#requestOffer a i {
	font-size: 12px;
	margin-left: 3px;
}

#requestOffer span.requestOffer_title {
	display: block;
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 30px;
}

a#open_requestOffer {
	display: inline-block;
}

a#open_requestOffer:hover {
	color: #000;
}

.mod_preview {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999999;
}

/* SEARCH PAGE STYLE *************************************/
.search_page_title {
	border-bottom: 1px solid #ddd;
}

/* PAGE TEMPLATE GENERAL STYLES *************************************/
.tpl-general .custom-page-content {
	height: 100%;
}

.tpl-general .custom-page-content-title {
	border-bottom: 1px dashed #a1bf46;
}

.tpl-general .custom-page-content-title h3 {
	padding: 0 0 10px;
	font-weight: 600;
	color: #a1bf46;
}

.tpl-general .custom-page-content-title h3 span {
	font-weight: normal;
	color: rgb(93, 92, 92);
}

.tpl-general .custom-page-content-desc {
	padding-top: 30px;
}

.tpl-general .custom-page-content-box,
.custom-page-content-image {
	height: 100%;
}

.tpl-general .cpc-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
}

.tpl-general blockquote {
	background: #f2f2f2;
	padding: 20px;
	font-style: italic;
	border: 1px solid #ddd;
	position: relative;
}

.tpl-general blockquote:before {
	content: "\e81d";
	font-family: "fontello";
	font-style: normal;
	position: absolute;
	font-size: 40px;
	color: #a1bf46;
}

.tpl-general blockquote:before {
	top: -25px;
	left: 10px;
}

.gallery dl dt {
	text-align: center;
}

/* PAGE TEMPLATE 1 STYLE *************************************/
.tpl-one .tpl-one-section {
	padding-bottom: 30px;
}

/* PAGE TEMPLATE 2 STYLE *************************************/
section.custom-page-content.tpl-two {
	padding: 40px 0 0;
}

.tpl-two .tpl-two-section-one {
	padding-bottom: 30px;
}

.tpl-two .tpl-two-section-two {
	padding-bottom: 10px;
}

.custom-page-feature-wrapper {
	padding: 20px 20px 0 20px;
	border: 1px solid #f2f2f2;
	margin-bottom: 30px;
	height: 300px;
	max-height: 300px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.custom-page-feature-wrapper:hover {
	box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.custom-page-feature-icon i {
	font-size: 40px;
	color: #a1bf46;
}

.cpf-btn {
	display: block;
	border: none;
	background: none;
	padding: 10px 0 0;
	margin: 0;
	line-height: 1.2;
	color: #a1bf46;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cpf-btn:hover {
	background-color: transparent;
	background-image: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cpf-btn-popup {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background: transparent;
	border: 1px solid #a1bf46;
	color: #a1bf46;
	padding: 5px 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cpf-btn-popup:hover {
	background: #a1bf46;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cpf-btn-hidden {
	visibility: hidden;
	pointer-events: none;
}

.tpl-two .modal-header {
	align-items: center;
}

.tpl-two .modal-header i {
	font-size: 40px;
	color: #a1bf46;
	padding-right: 10px;
}

.tpl-two .modal-title {
	line-height: 1.2;
}

.custom-page-content-carousel,
.custom-page-content-carousel .owl-stage-outer,
.custom-page-content-carousel .owl-stage-outer .owl-stage,
.custom-page-content-carousel .owl-stage-outer .owl-stage .owl-item,
.custom-page-content-carousel
	.owl-stage-outer
	.owl-stage
	.owl-item
	.custom-page-content-carousel-item,
.tpl-two .cpc-carousel-img {
	height: 100%;
}

.custom-page-content-carousel:hover .owl-nav button {
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.custom-page-content-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #a0be46;
}

.custom-page-content-carousel.owl-theme .owl-nav {
	position: unset;
	top: 0;
	margin: 0;
}

.custom-page-content-carousel.owl-theme .owl-nav button.owl-prev {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	color: #fff !important;
	left: 2%;
	font-size: 20px !important;
}

.custom-page-content-carousel.owl-theme .owl-nav button.owl-next {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	color: #fff !important;
	right: 2%;
	font-size: 20px !important;
}

/* PAGE TEMPLATE 3 STYLE *************************************/
.tpl-three-section-one {
	padding-bottom: 40px;
}

/* PRODUCT PAGE TEMPLATE 1 STYLE *************************************/
.breadcrumbs-wrapper {
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.breadcrumbs-content {
	padding: 20px 0;
}

.breadcrumbs-content i {
	font-size: 5px;
	vertical-align: middle;
	margin: 0 10px;
	color: #d0d0d0;
}

.breadcrumbs-content i:last-child {
	visibility: hidden;
}

.breadcrumbs-content i.fa-home {
	font-size: 20px;
	color: inherit;
	visibility: visible;
}

.custom-product-page .product-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 150px;
	height: 100%;
}

.custom-product-page .product-page-content,
.custom-product-page .product-row-image {
	height: 100%;
}

.custom-product-page .product-row-image {
	padding: 5px 10px 5px 0;
}

.custom-product-page hr {
	background-color: transparent;
	margin: 20px 0;
}

.show_price_product_page {
	color: #fff;
	font-size: 20px;
}

.product-page-content .product-row-text strong,
.product-sidebar-main-title strong {
	text-transform: uppercase;
	color: #a1bf46;
	padding: 0 0 10px;
	font-size: 16px;
	font-weight: 500;
}

.product-content-feature h3 {
	color: #000;
}

#accordion .card {
	border: 1px solid #f2f2f2;
	margin-bottom: 10px;
}

#accordion .card-body p {
	margin: 0;
}

#accordion .accordion-title {
	padding: 10px 20px;
	color: #777;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	font-weight: 500;
}

#accordion a[aria-expanded="true"] .accordion-title {
	color: #fff;
}

#accordion .card-header {
	padding: 0;
	overflow: hidden;
	border: none;
}

#accordion .card-header a {
	display: block;
	width: 100%;
	text-align: left;
	background: #fff;
}

#accordion a:after {
	content: "\f055";
	font-family: "Font Awesome\ 5 Free";
	position: absolute;
	right: 20px;
	top: 18px;
	font-weight: 600;
	color: #a1bf46;
}

#accordion a[aria-expanded="true"]:after {
	content: "\f056";
	font-weight: 600;
	color: #fff;
}

.imgFull {
	height: 100%;
}

/* PRODUCT PAGE TEMPLATE 2 STYLE *************************************/
.nav-tabs .nav-link.active {
	color: #fff;
	background-color: #a1bf46;
}

.nav-tabs .nav-link {
	-webkit-border-radius: unset;
	-moz-border-radius: unset;
	border-radius: unset;
}

.nav-tabs {
	border: none;
}

.product-feature-accordion-wrapper {
	margin-top: 40px;
}

.product-feature-accordions .tab-content {
	padding: 20px;
	background: #fbfbfb;
	border: 1px solid #ddd;
	height: 325px;
	position: relative;
}

.product-sidebar-main-title {
	padding-bottom: 8px;
}

/* PRODUCT PAGE TEMPLATE 3 STYLE *************************************/
.product-template-three .cpc-img {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
}

.product-page-content-image {
	height: 100%;
}

.product-template-three .product-page-content {
	padding-bottom: 30px;
}

.product-template-three .product-desc-content strong {
	text-transform: uppercase;
	color: #a1bf46;
	padding: 0 0 10px;
	font-size: 16px;
	font-weight: 500;
}

/* SIDEBAR STYLE *************************************/
section.product-sidebar {
	padding: 8px;
	border: 1px solid #ddd;
	background: #fbfbfb;
}

.product-sidebar span.show_price {
	color: #777;
}

.product-sidebar-wrapper {
	height: 310px;
	overflow: hidden;
	position: relative;
}

.product-sidebar-content-wrapper {
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.product-sidebar-content-wrapper:hover {
	background: #ececec;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.product-sidebar-content {
	padding: 2px 0 2px 10px;
}

.product-sidebar-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 70px;
	height: 100%;
}

/* PRODUCTS PAGINATION ****************************************/
.prod-pagination {
	padding: 20px 0 0;
}

.prod-pagination .page-numbers.current {
	background: #a1bf46;
	color: #fff;
	padding: 5px 8px;
}

.prod-pagination .page-numbers {
	padding: 5px 8px;
	background: #f1f1f1;
}

.prod-pagination .page-numbers.prev,
.prod-pagination .page-numbers.next {
	display: none;
}

.pagination {
	justify-content: center;
}

.justify-products,
.justify-subcats {
	justify-content: center;
}

/* Accesibilitate ***********************************************/
ul.pojo-a11y-toolbar-items li {
	list-style: none;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right {
	right: -220px;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
	right: 220px;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
	width: 220px;
}

#pojo-a11y-toolbar
	.pojo-a11y-toolbar-overlay
	ul.pojo-a11y-toolbar-items
	li.pojo-a11y-toolbar-item
	a {
	font-size: 16px;
}

#pojo-a11y-toolbar
	.pojo-a11y-toolbar-overlay
	ul.pojo-a11y-toolbar-items
	li.pojo-a11y-toolbar-item
	a:hover {
	background: #1088a1;
	color: #fff;
}

#pojo-a11y-toolbar
	.pojo-a11y-toolbar-overlay
	ul.pojo-a11y-toolbar-items
	li.pojo-a11y-toolbar-item
	a
	.pojo-a11y-toolbar-text {
	background: transparent !important;
}

#pojo-a11y-toolbar
	.pojo-a11y-toolbar-overlay
	ul.pojo-a11y-toolbar-items
	li.pojo-a11y-toolbar-item
	a
	.pojo-a11y-toolbar-icon,
#pojo-a11y-toolbar
	.pojo-a11y-toolbar-overlay
	ul.pojo-a11y-toolbar-items
	li.pojo-a11y-toolbar-item
	a
	svg,
#pojo-a11y-toolbar
	.pojo-a11y-toolbar-overlay
	ul.pojo-a11y-toolbar-items
	li.pojo-a11y-toolbar-item
	a
	svg
	path {
	background: transparent !important;
}

#startVoice span.pojo-a11y-toolbar-icon {
	margin-right: 5px;
}

li#menu-item-957 {
	background: #0e6273;
}

/* Arhives */
.product-archive {
	width: 100%;
}
.archive-boxes {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 15px;
	flex-wrap: wrap;
	padding: 30px 0 0;
}
.archive-btn {
	border: none;
	background: #1088a1;
	padding: 15px 30px;
	color: #fff;
	transition: all 0.3s ease;
}
.archive-btn:hover {
	color: #fff;
	background: #0e6273;
}
.modal-header .modal-title {
	padding-left: 30px;
}
