/**

 * Theme Name: E4K Framework
 * Theme URI: http://www.e4k.co
 * Author: E4K Dev Team
 * Author URI: http://www.e4k.co
 * Description: Custom WordPress Theme created by the E4K Development Team. This theme is just a template to help build up the process speed of creating a website. This theme is using WordPress coding standards
 * Version: 
 97.0
 */


/**
|---------------------
| =Global Styles
|---------------------
*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Bebas Neue', sans-serif;
    color: #000;
	font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    cursor: default;
}

p {
    cursor: default;
	font-family: "Barlow", sans-serif;
}

a {
    cursor: pointer;
}

img {
    max-width: 100%
}

h1 { font-size: 2.3em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1.12em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }

ul{
	list-style-type: disc;
}
/**
|---------------------
| =Header
|---------------------
*/

nav.navbar-default {
    /* background-color: #3A3A3A; */
    position: relative;
    padding: 20px 20px;
    /* box-shadow: 1px 0 10px #3A3A3A; */
}

nav.navbar-default ul.nav a {
    color: #000;
    text-transform: uppercase;
    transition: all .5s ease;
    text-shadow: none;
	padding: 10px;
}

nav.navbar-default ul.nav a:hover,
nav.navbar-default ul.nav a:focus {
    background-color: #135b2a;
    color: #fff;
}

nav.navbar-default ul.dropdown-menu {
    background-color: #f0f0f0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .20);
    border: none;
    z-index: 1001;
    left: 50%;
    transform: translate( -50%, 0 );
    padding: 0;
}

nav.navbar-default ul.dropdown-menu a {
    padding: 10px;
    text-align: center;
    min-width: 200px;
    /* border-bottom: 1px solid #cccccc; */
	background: #80b628;
	color: #fff;
	font-size: 20px;
}

nav.navbar-default ul.dropdown-menu li:last-of-type a {
    border-bottom: none;
}

.is_flex {
    display: flex;
    align-items: center;
    position: relative;
	margin-bottom: 15px;
}

div.header_navigation {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}

div.header_navigation a.contact {
    margin-right: 15px;
    color: #3A3A3A;
}

header#navbar-wrapper {
    position: relative;
    z-index: 10001;
	margin-bottom: 25px;
}

.logo_wrap img {
    max-width: 150px;
	height: 80px;
}

div#nav_button {
    position: absolute;
    right: 0;
    font-size: 24px;
    color: #a6ce3a;
    display: none;
}

div#nav_button:hover {
    cursor: pointer;
}

ul#menu-primary {
    margin-right: 20px;
}

nav.navbar-default ul.dropdown-menu {
    background-color: #FFF;
}

nav.navbar-default ul.dropdown-menu li {
    /* padding: 0 20px; */
}

div.social-media div {
    display: inline-block;
    margin-left: 7px;
}

div.social-media * {
    color: #fff;
    font-size: 25px;
}

div.social-media *:hover {
    text-decoration: none;
}

/**
|---------------------
| =Mobile Menu
|---------------------
*/

div#mobile_navigation {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #80b628;
    width: 60%;
    z-index: 9999999;
    height: 100vh;
    transform: translate(100%, 0);
    transition: .3s ease-in-out;
    border-left: 2px solid #FFF;
}

.navMove {
    transform: translate(0%, 0)!important;
}

div.mobile_nav_container {
    margin-top: 85px;
    /*text-align: center;*/
    max-width: 100%;
    overflow: hidden;
}

div.mobile_nav_container ul {
    margin: 0;
}

div.mobile_nav_container ul,
div.mobile_nav_container li {
    width: 100%;
}

div.mobile_nav_container li {
    margin-bottom: 18px
}

div.mobile_nav_container li a {
    color: #FFF;
    font-weight: bold;
    font-size: 24px;
}

div.mobile_contact {
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: center;
}

div.mobile_nav_container li a:hover {
    background-color: transparent!important;
    text-decoration: underline;
}

div#nav_close {
    position: absolute;
    right: 17px;
    top: 38px;
    color: #FFF;
    font-size: 24px;
}

div.mobile_contact a i {
    color: #FFF;
    font-size: 22px;
    margin-right: 10px;
}

@media (max-width: 991px) {
    nav.navbar-default {
        padding: 15px;
    }
    div.header_navigation {
        display: none;
    }
    div#nav_button {
        display: block;
    }
}

/**
|---------------------
| =Footer
|---------------------
*/

footer#main-footer {
    background-color: #135b2a;
    color: #FFF;
}

div.footer_privacy {
    text-align: center;
}

div.footer_privacy p a {
    color: #FFF;
    text-decoration: underline;
}

div.footer_powered p a {
    color: #96CA1E;
}
footer#main-footer h5{
	font-size: 16px;
}

footer#main-footer ul{
	padding-left: 0;
	margin: 0px;
	list-style: none;
}

div.copyright {
    border-top: 1px solid #FFF;
}

@media (max-width: 991px) {
    .footer_copyright,
    .footer_powered {
        text-align: center;
    }
    .footer_copyright p,
    .footer_powered p {
        float: none!important;
    }
}

/*
 * Side details
*/

div.side_phone,
div.side_email {
        position: fixed;
    top: 175px;
    right: 0;
    z-index: 1020;
    padding: 6px 5px 7px 50px;
    background-color: #80b628;
    border: 1px solid #80b628;
    -ms-transform: translateX(100%) translateX(-45px); /* IE 11 */
    -webkit-transform: translate(calc(100% - 45px));
    transform: translate(calc(100% - 45px));
    transition: .5s ease-out;
    display: flex;
    align-items: center;
}

div.side_phone a,
div.side_email a {
	text-decoration: none;
}

div.side_phone {
    top: 222px;
    height: 45px;
}

div.side_email {
    top: 269px;
    height: 45px;
}

.number_icon,
.email_icon{
    position: absolute;
    background-color: #80b628;
    width: 45px;
    height: 45px;
    left: 0;
    top: -1px;
    border: 1px solid #80b628;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 900;
}

div.side_email:hover,
div.side_phone:hover {
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
    transition-timing-function: ease-in-out;
}

div.side_email:hover .email_icon,
div.side_phone:hover .number_icon {
	background: #80b628;
}

div.side_phone h3,
div.side_email h3 {
    margin: 0;
    color: #FFF;
    cursor: pointer;
}

/*
 * Home Styles
*/

div.slider {
    /* margin-bottom: 30px; */
	height: 550px;
}
div.slider .slick-list.draggable {
	margin: 0px;
}

div.slider *:focus {
    outline: none;
}

div.slider-image {
    position: relative;
    overflow: hidden;
}

div.slider-image img {
	height: 550px;
	width: 100%;
    object-fit: cover;
}

div.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background-color: rgba(0,0,0,.3); */
	background: #000;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 35%, rgba(255, 255, 255, 0) 60%);
}

div.slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: left;
    width: 80%;
    text-transform: capitalize;
}

/*slider dots*/
.slick-dots {
	display: flex;
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
}

.slick-dots li button {
	font-size: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	background: transparent;
	border-radius: 50%;
	margin: 0 5px;
}

.slick-dots li.slick-active button {
	width: 20px;
	height: 20px;
	background: var(--hover);
	border-color: var(--hover);
}

div.about-section {
    margin-bottom: 30px;
}

div.about-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div.about-section h2 {
	margin-top: 0;
}

div.services-header {
    text-align: center;
}

div.services-item {
    margin-bottom: 30px;
}

div.services-item a {
    color: #000;
}

div.contact-banner {
    position: relative;
    overflow: hidden;
}

div.contact-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div.contact-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
}

div.contact-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    width: 90%;
    text-align: center;
    font-size: 20px;
}

.btn {
    border: 2px solid #000;
    color: #000;
    background-color: #fff;
    padding: 8px 20px;
    transition: .5s ease-in-out;
}

.btn:hover {
    background-color: #000;
    color: #fff;
}

/* About Page */

div.page-banner {
    position: relative;
    overflow: hidden;
}

div.page-banner img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

div.page-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
}

div.page-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: left;
    width: 80%;
}

div.about-content {
    margin: 30px 0px;
}

div.about-item {
    margin-bottom: 30px;
}

/* Contact Us */

div.contact-page {
    margin: 30px 0px;
}

div.contact-form div.input-field {
    margin-bottom: 15px;
}

div.contact-form div.input-field input {
    border: 2px solid #000;
    padding: 5px 10px;
    width: 100%;
}

div.contact-form div.textarea {
    margin-bottom: 10px;
}

div.contact-form div.textarea textarea {
    border: 2px solid #000;
    padding: 5px 10px;
    width: 100%;
}

div.contact-form div.submit-button {
    text-align: center;
}

div.contact-form div.submit-button input {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    padding: 8px 20px;
    transition: .5s ease-in-out;
}

div.contact-form div.submit-button input:hover {
    background-color: #000;
    color: #fff;
}

div.contact-details-header h3 {
    margin-top: 0;
}

div.contact-details div {
	margin-bottom: 15px;
}

div.contact-details div * {
 /*   display: inline-block;
    margin-right: 10px; */
	margin: 0;
	color: #000;
}

div.services-page-section {
    margin: 30px 0px;
}

.mobile {
    display: none!important;
}

@media only screen and (max-width: 767px) {
    div.slider {
        margin-bottom: 10px;
    }
    div.slider-image {
        /* height: 175px; */
    }
    div.slider-content h1 {
        font-size: 1.8em;
    }
/*    .desktop {
        display: none!important;
    } */
    .mobile {
        display: block!important;
    }
    div.side_phone,
    div.side_email {
        display: none;
    }
    div.contact-banner {
        height: 350px;
    }
    div.page-banner {
        /* height: 200px; */
    }
}

@media only screen and (max-width: 900px) {
	div#mobile_navigation {
		overflow-y: scroll;
	}

	#mobile_navigation .dropdown-menu {
		position: inherit;
		background-color: transparent;
	}

	div.mobile_nav_container .dropdown-menu li a{
		white-space: initial;
		text-decoration: none;
	}

	div.mobile_nav_container li a:hover,div.mobile_nav_container li a:focus{
		background-color: transparent !important;
   		text-decoration: none;
		color:#ffffff !important;
	}
}


@media only screen and (max-width: 900px) {
	div.mobile_nav_container li a{
		font-size:16px;
	}
	div.mobile_nav_container .dropdown-menu li a{
		font-size:14px;
	}

	div.mobile_nav_container .nav>li>a{
		padding: 5px 10px;
	}
	div.mobile_contact{
		margin-bottom:30px;
	}
	#mobile_navigation .dropdown-menu{
		border: none;
    	box-shadow: none;
	}
	#menu-primary-1 li>a{
		padding-top:5px !important;
		padding-bottom:5px !important;
	}
	#menu-primary-1 .dropdown-menu>li>a{
		padding: 3px 20px;
	}
	div.mobile_nav_container li{
		margin-bottom:unset;
	}
}


@media only screen and (max-width: 900px) {
	div#mobile_navigation{
		width:100%;
	}

	div.mobile_nav_container div.menu-navbar-container .dropdown-menu.active {
		display: block;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a i.toggle {
		float:right;
		font-size: 34px;
		right: 0;
		top: 0;
		/*text-align: center;*/
		width: 60px;
		line-height: 30px;
		height: 100%;
		color: #fff;
		transition: all .6s ease;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a .fa-angle-down:before{
		position: absolute;
		border-left: 1px solid #fff;
		padding-left:10px;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a {
		padding: 12px 15px;
		position: relative;
		border-bottom: 1px solid #fff;
		text-transform: uppercase;
		width: 100%;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a{
		display: flow-root;
	}
	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a .fa-angle-down:before{
		top: 0px;
	}

}

/********* ACF field **********/

.af-submit{
	padding: 15px 16px !important;
}

.acf-field[data-width] + .acf-field[data-width]{
	border-left: unset !important;
}

.acf-fields > .acf-field{
	border-top-color: transparent !important;
}

.acf-fields > .acf-field{
	padding: 5px 16px !important;
}

.gallery-item{
  margin-bottom: 30px;
}

.acf-field-63b513cecb2d4 {
	display:none !important;
}


/* Header */

.header-sm.social-media {
	right: 0;
    position: absolute;
}
div.search-bar {
	position: absolute;
    left: 30%;
	top: 20px;
    width: 40%;
	font-family: 'Barlow', sans-serif;
}
div.search-bar div.aws-search-btn {
	background: #3c3c3b !important;
}
div.search-bar div.aws-search-btn svg {
	color: #fff;
}
div.search-bar input.aws-search-field {
	background: #3c3c3b;
}
div.search-bar input.aws-search-field::placeholder {
	color: #fff;
}
nav.navbar-default ul.nav li.current_page_item a, nav.navbar-default ul.nav li.current-menu-item a {
	background: #80b628;
	color: #fff;
}
nav.navbar-default ul.nav li.current-menu-item ul.dropdown-menu li a:hover {
	background: #135b2a;
}

/* Footer */

div.footer-contents {
	padding: 30px 0px;
	display: inline-block;
	width: 100%;
}
div.footer-menu ul li {
	float: unset;
}
div.footer-menu ul li a {
	color: #80b628;
    padding: 5px !important;
}
div.footer-menu ul li a:hover {
	background: transparent;
}
div.footer-contact a, div.category a {
	color: #fff;
}
div.footer-contact span, div.header-sm.social-media i, div.contact-us-content p strong {
	color: #80b628;
}
div.footer-menu .current_page_item a {
	color: #fff !important;
}
div.footer-img-container {
	margin-top: 20px;
	display: flex;
	gap: 10px;
}
div.footer-img-container img {
	height: 70px;
    width: 150px;
    object-fit: contain;
	/* background: #fff; */
	margin-bottom: 15px;
}

/* Home */

div.slider-content h1, div.slider-content p {
	width: 50%;
}
div.slider-content h1 {
	font-size: 70px;
    margin-bottom: 0;
    color: #80b628;
    font-weight: 100;
}
div.about-us-content h2, div.about-us-content h3 {
	margin-bottom: 0;
	color: #80b628;
    font-weight: 100;
}
div.slider-content p ins, div.category a {
	text-decoration: none;
}
div.category-section, div.missing-content-message {
	margin: 50px 0px;
}
.category-bottom-content-section.category-section, .category-bottom-content-section p {
	margin-top: 0px;
}
div.category:hover h3 {
	background: transparent !important;
	color: #000;
}
div.category:hover h3 a {
	color: #000 !important;
}
div.blue-bg {
	background: #eff6fb;
    padding: 1px 0px;
}
div.static-banner-image {
	/* display: flex; 
    position: absolute;
    bottom: 15px;
    width: 100%;
    justify-content: space-between;
    padding: 0px 10%; */
}
div.static-banner-image img {
    object-fit: contain;
}
div.static-banner-image-one {
	position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    left: 10%;
}
div.static-banner-image-one img {
	height: 100px;
	width: 200px;
	margin-bottom: 10px;
	/* background: #fff; */
	object-fit: contain;
}
div.static-banner-image-two {
	position: absolute;
    bottom: 0;
    right: 10%;
}
div.static-banner-image-two img {
	height: 75px;
	width: 100px;
}
div.static-banner-image-one h3 {
	color: #80b628;
    width: 40%;
    font-weight: 100;
    margin-left: 15px;
}
div.static-banner-image-two {
	position: absolute;
    bottom: 0;
    right: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
div.static-banner-image-two p {
	font-weight: bold;
    color: #fff;
    width: 60%;
    text-align: center;
}
div.category a {
	padding: 15px 25px;
    font-size: 35px;
    text-align: center;
	font-weight: 100;
	display: block;
}
/* div.about-us-section {
	padding-bottom: 8%;
} */
div.about-us-section {
	position: relative;
}
div.blue-img {
	position: absolute;
    bottom: -60px;
	width: 100%;
}
div.blue-img img {
	height: 100px;
	width: 100%;
}
div.about-us-content h2 {
	font-size: 45px;
}
div.about-us-content h3 {
	font-size: 30px;
}
.common-btn.about-us-btn {
	position: relative;
    z-index: 1;
}
div.common-btn a, div.contact-form button {
	background: #80b628;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
}
.contact-content-position .common-btn a {
	background: transparent;
    border: 4px solid #80b628;
    padding: 5px 25px;
    font-size: 22px;
}
div.common-btn a:hover, div.contact-form button:hover {
	background: #3c3c3b;
}
.contact-content-position .common-btn a:hover {
	border: 4px solid #3c3c3b;
}
div.about-us-img {
	text-align: right;
}
div.about-us-img img {
	height: 400px;
    width: 400px;
    object-fit: cover;
    border-radius: 50%;
}
.common-btn.enquiry-btn a {
	background: #62acdf;
}
div.enquiry-container {
	display: flex;
    align-items: baseline;
    font-size: 30px;
}
div.our-products-title {
	text-align: center;
}
div.our-products-title h2:before, div.our-products-title h2:after {
	content: "";
    position: absolute;
    top: 65px;
    width: 40%;
    right: 0;
    height: 4px;
    background: #62acdf;
}
div.our-products-title h2:after {
	left: 0;
}
div.contact-banner-image {
	position: relative;
}
div.contact-banner-image img {
	height: 400px;
    width: 100%;
    object-fit: cover;
}
div.contact-content-position {
	position: absolute;
	transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 80%;
	display: flex;
    align-items: center;
    color: #fff;
}
div.contact-us-content p {
	font-size: 21px;
}
div.contact-image img {
	height: 300px;
	width: 300px;
	border-radius: 50%;
}
div.category-bottom-content {
	text-align: center;
    font-size: 30px;
    font-weight: bold;
}
div.our-products-title h2 {
	margin-bottom: 25px;
}
div.best-selling-products h2 {
	text-align: center;
	font-family: "Barlow", sans-serif;
}

/* About Us */

div.page-banner-content h1 {
	font-size: 45px;
	font-weight: 100;
	color: #80b628;
	margin-bottom: 0px;
}

/* Contact Us */

div.contact-form input {
	background: #e9e9e9;
    border: 0;
    outline: none;
    height: 50px;
    border-radius: 10px;
}
div.contact-form div.af-field, div.contact-form div.af-submit {
	padding-left: 0px !important;
}
div.contact-form textarea {
	background: #e9e9e9;
    border: 0;
    outline: none;
    border-radius: 10px;
}
div.contact-form button {
	border: none;
}
div.contact-details h3 {
	font-size: 30px;
	font-weight: 100;
	position: relative;
}
div.contact-details h3:before {
	content: "";
    position: absolute;
    top: 20px;
    width: 83%;
    right: 0;
    height: 2px;
    background: #135b2a;
}
div.contact-details a {
	/* text-decoration: none; */
}
div.contact-details {
	background: #f2f7e9;
    padding: 30px;
    margin-top: 50px;
}
div.contact-form-image img {
	height: 300px;
    width: 100%;
    object-fit: cover;
}
div.contact-us-section {
	margin-top: 50px;
}

/* General Content */

div.general-content, div.contact-form input, div.contact-form textarea, div.contact-form ul.acf-checkbox-list {
	font-family: Barlow;
}

/* 404 error */

div.missing-content-message {
	text-align: center
}
div.missing-content-message img {
	height: 150px;
    width: 100%;
    object-fit: contain
}


/* Woocommerce */

.woocommerce ul.products li.product a img {
	height: 200px !important;
    object-fit: contain;
}
.woocommerce ul.products li.product {
	background: #f2f1f2;
	border-radius: 25px;
	padding: 20px !important;
	position: relative;
	/* margin-top: 25px !important; */
}
.woocommerce ul.products li.product:hover {
	background: #c4d9a1;
}
.woocommerce ul.products li.product h2 {
	color: #000;
    font-size: 25px !important;
    font-weight: 100;
   /* min-height: 100px;*/
	/*max-height: 50px;
	 overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */
	/* margin-bottom: 25px !important; */
}
.woocommerce ul.products li.product a.product_type_simple, .woocommerce ul.products li.product a.get-in-touch-button, .woocommerce ul.products li.product a.product_type_variable {
	position: absolute;
    bottom: -50px;
    color: #fff;
    font-weight: 100;
    border-radius: 50%;
    font-size: 20px;
    height: 100px;
    width: 100px;
    text-align: center;
    padding-top: 27px;
	border: 5px solid #3c3c3b;
}
.woocommerce ul.products li.product a.product_type_simple, .woocommerce ul.products li.product a.product_type_variable {
	/* left: 75px; */
	background: #80b628;
	transform: translate(-50%, -50%);
    left: 50%;
    bottom: -25%;
}
.woocommerce ul.products li.product a.get-in-touch-button {
	right: 75px;
	background: #135b2a;
}
.woocommerce ul.products li.product:hover a.product_type_simple, .woocommerce ul.products li.product:hover a.product_type_variable {
	background: #62acdf;
	color: #135b2a;
}
.woocommerce-page .logo_wrap img {
	max-width: 150px;
    height: 80px;
}
div.product-category-title h1 {
	font-size: 60px;
}
.woocommerce #main-footer {
	/* margin-top: 50px; */
}
div.single-product-page-custom-btn a {
	background: #135b2a;
	color: #fff;
	font-weight: 100;
    border-radius: 50%;
    font-size: 20px;
    height: 100px;
    width: 100px;
	text-align: center;
    padding: 25px 15px 10px 15px;
	display: block;
    text-decoration: none;
}
div.single-product-page-custom-btn-two a {
	background: #80b628;
}
div.single-product-main-image img {
	height: 500px !important;
    object-fit: contain;
    /* border: 2px solid #858686; */
    padding: 15px;
	background: #fff;
}
div.single-product-bg-clr {
	margin-top: 50px;
	background: #f2f1f2;
	padding: 50px 0px;
}
div.single-product-bg-clr div.thumbnails ul li {
	width: 100px !important
}
div.single-product-bg-clr div.thumbnails ul li img {
	height: 100px !important;
    object-fit: contain;
    border-radius: 50%;
	background: #fff;
}
.thumbnail-nav button.wooswipe-next.slick-arrow, .thumbnail-nav button.wooswipe-prev.slick-arrow {
	top: 25% !important;
}
div.woocommerce-tabs ul li.active {
	color: #80b628 !important;
}
div.woocommerce-tabs h2, div.woocommerce-tabs ul li a {
	font-family: Barlow;
}
div.woocommerce-tabs ul li, div.woocommerce-tabs div.woocommerce-Tabs-panel {
	background: #f2f1f2 !important;
}
div.woocommerce-tabs ul li {
	border: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after, .woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after {
	display: none !important;
}
div.woocommerce-tabs ul {
	border-bottom: 1px solid #80b628;
}
div.woocommerce-tabs div.woocommerce-Tabs-panel {
	border: 0px;
	box-shadow: unset;
}
div.woocommerce-tabs ul li.active {
	border-bottom: 1px solid #135b2a !important;
}
div.woocommerce-tabs ul li a {
	outline: none;
	font-size: 25px;
}
.woo-variation-items-wrapper ul li.selected {
	border: 2px solid #80b628;
	box-shadow: none !important;
}
div.custom-short-description {
	/* overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */
	margin-bottom: 30px;
	color: #62ACDF;
    font-weight: bold;
	min-height: 80px;
}
div.custom-short-description p {
	margin: 0px;
	text-transform: capitalize;
}
.product.post-601 div.custom-short-description p, .product.post-601 div.custom-short-description h2 {
	display: none !important;
}
div.best-selling-products img {
	width: 100%;
	/*height: 400px;
    object-fit: cover;
    border-radius: 30px; */
}
div.category-addtional-img {
	margin-bottom: 20px;
}

.header-alignment {
	display: flex;
    width: 100%;
    justify-content: space-between;
}

/* Mobile Responsive */
@media only screen and (max-width: 1200px) {
	nav.navbar-default ul.nav a {
		font-size: 14px;
	}
	div.slider-content h1 {
		font-size: 50px;
	}
	div.category a {
		font-size: 30px;
	}
	.common-btn.enquiry-btn a {
		font-size: 26px;
	}
}
@media only screen and (max-width: 900px) {
	div.slider-content h1 {
		font-size: 30px;
	}
	div.static-banner-image-one img {
		height: 50px;
		width: 100px
	}
	div.blue-img img {
		display: none;
	}
	div.our-products-title h2:before, div.our-products-title h2:after {
		width: 30%;
	}
	div.about-us-img {
		text-align: center;
	}
	div.contact-details h3:before {
		width: 70%;
	}
}
@media only screen and (max-width: 767px) {
	div.slider {
		height: auto;
	}
	div.search-bar {
		left: 0;
		width: 90%;
		/* bottom: -50px; */
		top: 90px;
	}
	div.slider-content h1, div.slider-content p {
		width: 100%;
	}
	div.slider-content h1 {
		font-size: 35px;
	}
	div.static-banner-image-one img, div.static-banner-image-two img {
		height: 50px;
		width: 50px;
	}
	div.static-banner-image-one img {
		height: 100px;
		width: 100px;
	}
	div.static-banner-image-two {
		flex-direction: unset;
	}
	div.slider-content {
		top: 40%;
	}
	div.static-banner-image-one {
		bottom: 60px;
	}
	div.static-banner-image-one h3 {
		width: 70%;
	}
	div.static-banner-image-two p {
		width: 85%;
	}
	div.static-banner-image-two {
		left: 10%;
		right: unset;
	}
	div.enquiry-container, div.contact-content-position {
		flex-direction: column
	}
	div.our-products-title h2:before, div.our-products-title h2:after {
		width: 20%;
	}
	.woocommerce ul.products li.product a.product_type_simple, .woocommerce ul.products li.product a.get-in-touch-button, .woocommerce ul.products li.product a.product_type_variable {
		height: 75px;
		width: 75px;
		padding-top: 20px;
		font-size: 15px;
	}
	div.contact-image {
		display: none;
	}
	.woocommerce ul.products li.product a.product_type_simple, .woocommerce ul.products li.product a.product_type_variable {
		left: 77px;
	}
	.woocommerce ul.products li.product a.get-in-touch-button {
		right: 77px;
	}
	div.product-category-title h1 {
		font-size: 45px;
	}
	div.page-banner p {
		font-size: 15px;
	}
	div.single-product-main-image img {
		height: 300px !important;
	}
	div.woocommerce-tabs ul {
		border-bottom: 0px;
	}
	.woocommerce ul.products li.product h2 {
		/* max-height: 50px; */
		min-height: unset;
	}
	div.about-us-img img {
		height: 300px;
		width: 300px;
	}
	div.about-us-img {
		text-align: center;
	}
	div#nav_button {
		right: 10px;
	}
	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a {
		font-weight: 100;
	}
	div.contact-details h3:before {
		width: 65%;
	}
}


ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

ul.products li.product {
  width: 33.3333%;
  padding: 10px;
  box-sizing: border-box;
  background: #f5f5f5;
  border-radius: 15px;
  min-height: 420px; /* force equal height */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	ul.products {
		justify-content: space-between;
	}
}