/*!
Theme Name: Digilinkers
Theme URI: http://underscores.me/
Author: Arun Sharma
Author URI: http://www.digilinkers.com
Description: Customised WordPress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: digilinkers_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Digilinkers is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
	
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
	display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*---------------------------------------------------------------------
	Custom CSS
---------------------------------------------------------------------*/

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}


body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	overflow-x:hidden;
}


/*-----------------------------------------------------
	Global
-----------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 700;
}
p {
	color: #000;
}
a:hover{
	text-decoration: none;
}
li{
	list-style-type: none;
}
.c-btn {
	background-color: #071e70;
	color: #fff;
	padding: 0.5rem 2rem;
	border-radius: 10px;
}
.c-btn:hover {
	color: #fff;
	background-color: #04113e;
}
.nexus-btn, .search-submit {
	background-color: #8cc63f;
	color: #fff;
	padding: 0.5rem 2rem;
	border-radius: 0;
}
.nexus-btn:hover, .search-submit:hover {
	color: #fff;
	background-color: #74bb16;
}
.search-submit {
	width: 225px;
    border-radius: 3px;
    border: none;
    margin-top: 15px;
}
.nexus-btn-thin {
	padding: 0.3rem 1.5rem;
}
.mr0 {
	margin: 0;
}
.pd0 {
	padding: 0;
}
.mrt10 {
	margin-top: 10px;
}
.mrt20 {
	margin-top: 20px;
}
.mrt30 {
	margin-top: 30px;
}
.mrt40 {
	margin-top: 40px;
}
.mrb10 {
	margin-bottom: 10px;
}
.mrb20 {
	margin-bottom: 20px;
}
.mrb30 {
	margin-bottom: 30px;
}
.mrb40 {
	margin-bottom: 40px;
}
.pdt10 {
	padding-top: 10px;
}
.pdt20 {
	padding-top: 20px;
}
.pdb10 {
	padding-bottom: 10px;
}
.pdb20 {
	padding-bottom: 20px;
}
.section-entry {
	padding: 5rem 0;
}
.page-section {
	padding: 2rem 0;
}

.relative {
	position: relative;
}
.width100 {
	width: 100%;
}
.txtct {
	text-align: center;
}
.txtrt {
	text-align: right;
}
.txtupr {
	text-transform: uppercase;
}
.dflex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.thin-hd {
	font-weight: 300;
}
.txt-wht {
	color: #fff!important;
}

/*--------------------------------------------------
	Navbar
--------------------------------------------------*/

/* topbar */

.back-top p a {
	color: #fff;
}
.back-top {
    height: 100%;
    background: #000;
    width: 100%;
}
.back-top p {
    color: #fff;
    font-weight: 500;
}
.top-bar1 {
	display: flex;
	align-items: center;
	top: 8px;
	justify-content: center;
} 
.top-bar {
	display: flex;
    position: relative;
	top: 8px;
	align-items: center;
}
.top-bar-social {
    position: relative;
	top: 9px;
}
.contact-social-list {
	display: flex;
    justify-content: end;
}
.contact-social-list i {
	color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    border: 1px solid #9ebe2d;
    text-align: center;
    border-radius: 50%;
    background: #9cbd2e;
}
/* end */

.navbar {
	background-color: #fff!important;
	/* top: 46px; */
}
/* .logged-in .navbar {
	top: 32px;
} */
.logo-img {
	width: 230px;
}
.nav-item {
	padding-left: 2rem;
}
.nav-item a {
	color: #000!important;
	line-height: 50px;
    text-transform: uppercase;
	font-weight: 600;
	display: block;
}
.customNav  {
	background-color: #fff!important;
	-webkit-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
	animation: navSlide 1s ease forwards;
	padding: 0.25rem 1rem;
	top: 0;
}
@keyframes navSlide {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}
.customNav .logo-img {
	width: 180px;
}

.nexus-cart-collaterals-cover {
    padding-left: 35px;
    border: solid 1px #8cc63f5e;
    padding: 13px;
    border-radius: 14px;
}
.checkout-order-review-table th, .checkout-order-review-table td {
    padding: 15px 14px!important;
    border: solid 2px #8cc63f54;
}

@media only screen and (max-width: 1200px) {
	.logo-img {
		width: 190px;
	}
	.nav-item {
		padding-left: 1rem;
	}
	.nav-item a {
		font-size: 15px;
	}
.back-top p {
    color: #fff;
    font-weight: 500;
    font-size: 11px;
}
.goog-te-gadget .goog-te-combo {
    color: #8fb30c !important;
    font-weight: 600;
    font-size: 16px;
    border: none;
    border-radius: 3px;
    background-color: transparent;
}
.contact-social-list i {
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    border: 1px solid #9ebe2d;
    text-align: center;
    border-radius: 50%;
    background: #9cbd2e;
}
.goog-te-gadget {
    font-family: arial;
    font-size: 0;
    color: #666;
    white-space: nowrap;
}
.goog-te-gadget .goog-te-combo {
    color: #8fb30c !important;
    font-weight: 600;
    font-size: 16px;
    border: none;
    border-radius: 3px;
    background-color: transparent;
}
}



@media only screen and (min-width: 992px) {
	.dropdown-mob {
		position: relative;
	}
	.main-navigation ul.sub-menu {
		position: absolute;
		left: -300px;
		width: calc(900px + 4rem);
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		z-index: 1000;
		background-color: #fff;
    	padding: 2rem 2rem 2rem calc(300px + 2rem);
		visibility: hidden;
		opacity: 0;
		box-shadow: 0px 12px 10px 0px rgba(0,0,0,0.2);
    	border-radius: 20px;
	}
	.dropdown-mob:hover ul.sub-menu {
		visibility: visible;
		opacity: 1;
	}
	.main-navigation ul.sub-menu .nav-item {
		padding: 0;
		position: relative;
		width: 300px;
		border-bottom: 1px dotted #cbcbcb;
	}
	.main-navigation ul.sub-menu .nav-item:hover a {
		/* color: #6f6f6f !important; */
		color: #798d01 !important;
	}
	.main-navigation ul.sub-menu .nav-item:hover::after {
		position: absolute;
		content: '';
		left: -300px;
		top: 0;
		height: 200px;
		width: 200px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.solar-pcu::after {
		background: url('https://www.nexussolarenergy.in/wp-content/uploads/2023/12/solar-pcu-1-300x300-1.png');
	}
	.n-type::after {
		top: -50px !important;
		background: url('https://www.nexussolarenergy.in/wp-content/uploads/2023/12/1.jpg');
	}
	.solar-ac::after {
		top: -100px !important;
		background: url('https://www.nexussolarenergy.in/wp-content/uploads/2023/09/ac.png');
	}
	.solar-bat::after {
		top: -150px !important;
		background: url('https://www.nexussolarenergy.in/wp-content/uploads/2023/10/cq4VpwftplID2MchtTB5YlVp31bQWo7fmrC4nVKw-1.png');
	}
	.t-mptt::after {
		top: -200px !important;
		background: url('https://www.nexussolarenergy.in/wp-content/uploads/2023/11/1.jpg');
	}
	.c10-battery::after {
	top: -250px !important;
	background: url('https://www.nexussolarenergy.in/wp-content/uploads/2023/11/Untitled-2-1-300x300.jpg');
	}
	
	.main-navigation ul.sub-menu ul.sub-menu {
		position: absolute;
		left: 300px;
		width: 300px;
		top: 0;
    	padding: 0;
		visibility: hidden;
		opacity: 0;
		box-shadow: none;
		border-radius: 0;
	}
	.main-navigation ul.sub-menu li:hover ul.sub-menu {
		visibility: visible;
		opacity: 1;
	}
	.main-navigation ul.sub-menu ul.sub-menu .nav-item {
		border-bottom: none;
	}
	.main-navigation ul.sub-menu ul.sub-menu .nav-item a {
		font-weight: 500;
		color: #9ab301 !important;
		padding-left: 25px;
		position: relative;
	}
	.main-navigation ul.sub-menu ul.sub-menu .nav-item a::before {
		position: absolute;
		content: '\f054';
		font-family: 'Font Awesome 5 Free';
		left: 0;
		font-weight: 600;
	}
	.main-navigation ul.sub-menu ul.sub-menu .nav-item a:hover {
		color: #798d01 !important;
    	font-weight: 600;
	}
	.card-sm-wrap ul {
		line-height: 38px;
		padding-left: 0;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 991px) {
	.logo-img {
		width: 230px;
	}
	.nav-item {
		padding-left: 2rem;
	}
	/* .nav-item a {
		font-size: 16px;
	} */
	.nav-item a {
		line-height: 40px;
		font-weight: 500;
		font-size: 16px;
		text-transform: capitalize;
	}
	.main-navigation ul.sub-menu {
		background-color: #fff;
    	padding-left: 10px;
	}
	.main-navigation ul.sub-menu .nav-item {
		padding-left: 7px;
		position: relative;
	}
	.main-navigation ul.sub-menu .nav-item::before {
		position: absolute;
		content: '\f054';
		font-family: 'Font Awesome 5 Free';
		left: -10px;
		top: 12px;
    	font-size: 10px;
		font-weight: 600;
		color: #9ab301 !important;
	}
}

@media only screen and (max-width: 767px) {

	.top-bar {
    display: flex;
    position: relative;
    top: 8px;
    align-items: center;
    justify-content: center;
}
.contact-social-list {
    display: flex;
    justify-content: center;
}
	.top-bar-translator {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center!important;
    margin-left: 62px;
    margin-bottom: 14px;
    margin-top: 3px;
}

.goog-te-gadget {
    font-family: arial;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
}
.back-top p {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}
}


/* Submenu */
@media (hover: hover) {
	/* Targets only devices that hover */
	

}


@media (hover: none) {
	/* Targets only devices that don't hover */
}

/*----------------------------------------------------
	Home
----------------------------------------------------*/

.pp-link a {
    color: #000!important;
}
.elementor-widget.solar-module {
	position: absolute;
    top: -45px;
    right: 0;
    width: 200px!important;
}
.elementor-widget.solar-module-lt {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -75px;
    width: 200px!important;
}
.elementor-widget.solar-module-rt {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -75px;
    width: 200px!important;
}
.elementor-widget-wrap>.elementor-element.counter-number {
	/* border: 4px solid #fff; */
    width: 170px;
    height: 170px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bst-products img {
    width: 75%!important;
    margin: 0 auto;
}


.contact-form label, .contact-form input, .contact-form textarea {
	width: 100%;
}

/* shahid */

.wpfFilterContent {
    width: 100%;
    box-sizing: border-box;
    line-height: 37px;
}
.cf7b-row p span {
    font-weight: 400!important;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(3.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #97979794!important;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*.entry-title {*/
/*	color: #fff;*/
/*}*/

.awsm-jobs-archive-title {
    margin-bottom: 30px;
}

.awsm-job-item h2.awsm-job-post-title a {
    font-size: 18px;
    color: #000;
}

.awsm-application-submit-btn {
    background-color: #000;
    color: #fff;
    width: 147px;
}
/*----------------------------------------------------
	Dealer
----------------------------------------------------*/

.dl-card {
	background-color: #f6f6f6;
	padding: 15px;
	box-shadow: 0px 6px 16px -1px rgba(0,0,0,0.2);
}
.map-wrap {
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
}
.map-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.dl-card h4 {
	text-transform: uppercase;
}
.dl-card h6 {
	font-weight: 400;
}

/*----------------------------------------------------
	Search
----------------------------------------------------*/

.search-wrap {
	padding: 3rem 0;
	background-color: #f9f9f9;
}
.search-item-wrapper {
	margin-bottom: 2rem;
}
.search-item-wrap {
	background-color: #fff;
    padding: 20px;
    box-shadow: 0 2px 6px -1px rgba(0,0,0,0.2);
    height: 100%;
    border-radius: 5px;
}
.search-item-wrap h4 {
	font-size: 20px;
    margin-bottom: 15px;
}
.search-item-wrap h4 a {
	color: #2b2b2b;
}
.search-item-wrap p {
	font-size: 15px;
}
.search-thumb-wrap {
	overflow: hidden;
	width: 100%;
	height: 320px;
}
.search-thumb-wrap img {
	width: 300px;
	height: 300px;
	margin: 0 auto 20px;
}
th {
	border: 1px solid black;
  }

  .search-btn {
	background-color: #000;
	color: #fff;
  }
  .search-btn:hover {
	color: #fff;
  }
/*----------------------------------------------------
	Footer
----------------------------------------------------*/


.footer-wrapper {
	background-color: #2e2e2e;
}
.top-footer-wrapper h4{
	color: #fff;
	text-align: center;
}
.bottom-footer-wrapper {
	background-color: #fff;
	padding: 1rem 0;
	text-align: center;
}
.footer-social-list-wrap ul {
	height: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
}
.icon-wrap {
	font-size: 30px;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px!important;
    text-align: center;
}
.links-footer ul {
	display: flex;
	justify-content: center;
	
}
.links-footer ul a {
	color: #fff;
	font-weight: 500;
}
.footer-copyright-text {
	margin-bottom: 0;
	text-align: center;
	font-size: 0.85rem;
	color: #000;
}
.creator-link {
	color: #adc71e;
	font-weight: 600;
}
.creator-link:hover { 
	color: #000;
}
.footer-link-wrapper li a {
    color: #fff;
	line-height: 32px;
}
.whatsapp i {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    background-color: #25d366;
    /* box-shadow: 2px 2px 3px #999; */
    font-size: 30px;
    text-align: center;
    color: #fff;
    z-index: 1;
}
.last-txt {
	color: #fff;
	font-weight:700;
}
.footer-address {
	color: #fff;
}
.white-head {
	color: #fff;
	font-weight:700;
}

.list-text a {
    color: #fff;
    font-size: 15px;
}
.last-txt a {
    color: #fff;
    text-transform: initial;
    font-size: 15px;
}

.btn-submit-franchise {
	background-color: #000;
	color: #fff;
	width: 150px;
	font-size: 22px;

}
.cf7b-group-cf7b-random-name-1 {
	display: flex;
    justify-content: center;
}
.cf7b-row p span {
	font-weight: 600;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(3.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #00000094;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.card-sm-wrap ul {
	line-height: 39px;
	padding-left: 0;
}
.card-sm-wrap p {
	color: #fff;
}

.btn-subscribe {
	width: 100%;
    background-color: #8cc63f;
    color: #fff;
    margin-top: 12px;
	padding: 9px 0;

}
.btn-subscribe:hover {
	color: #fff;
}


.envira-gallery-wrap .envira-gallery-public .envira-gallery-item img {
    float: none;
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    opacity: 0.6!important;
}

.envira-gallery-wrap .envira-gallery-public .envira-gallery-item img:hover {
    float: none;
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    opacity: 1!important;
}

.info-number-wrap {
	background-color: #222222;
    border: solid #fff 1px;
    padding: 17px 17px;
}
.info-number-wrap a {
	color: #fff;
}

#fixed-social{
position: fixed;
    top: 573px;
    z-index: 99999;
    left: 0;
 }
 
 #fixed-social a {
	color: #fff;
    display: block;
    height: 50px;
    position: relative;
    text-align: center;
    line-height: 50px;
    width: 50px;
    margin-bottom: 1px;
    z-index: 2;
 }
 #fixed-social a:hover>span{
	 visibility: visible;
   left: 41px;
   opacity: 1;
 } 
 #fixed-social a span {
	 line-height: 50px;
	 left: 60px;
	 position: absolute;
	 text-align: center;
	 width: 120px;
	 visibility: hidden;
	 transition-duration: 0.5s;
	 z-index: 1;
	 opacity: 0;
 }
  .fixed-support{
	background-color: #8cc63f;

  }
  .fixed-support span{
	 background-color: #000;
  }
.post-thumbnail img {
	height: 100%;
	width: 100%;
}

.enquiry-btn button {
    margin-top: 25px;
    background-color: #8cc63f;
    color: #fff;
    padding: 6px 33px;
}

.enquiry-btn button:hover {
	color: #fff;
}
.cat-links {
    display:none!important;
}
.tags-links {
    display:none!important;
}

.tagged_as {
    display:none;
}
.woocommerce-products-header__title  {
    color:#fff;
}

.my-cl a {
    color:#8cc63f;
    font-weight:600;
}

  .skiptranslate span {
      display:none;
  }
  
  .goog-te-gadget {
   color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
     color: #8fb30c !important;
    font-weight: 600;
    font-size: 19px;
    border:none;
    border-radius:3px;
    background-color:transparent;
}

.top-bar-translator {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: right;
}

.inclusive-tax {
    font-size: 12px;
    color: #555;
    font-style: italic;
    margin-top: 2px;
    display: block;
}

.single-product .inclusive-tax {
    font-size: 14px;
    color: #444;
    font-weight: 500;
    margin-left: 5px;
}

.elementor-15 .elementor-element.elementor-element-9080239 .ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price span {
    color: #444444;
    display: none;
}
