<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Portfolio v2
------------------------------------*/
.sorting-block ul {
	margin: 0;
	padding: 0;
}

/*Sorting Navigation*/
.sorting-block .sorting-nav {
	margin-bottom: 10px;
}

.sorting-block .sorting-nav li {
	cursor: pointer;
	list-style: none;
	display: inline-block;
	font-weight: 700;
	color: #009DE0;
	text-decoration: underline;
	line-height: 32px;
}

.sorting-block .sorting-nav li.active {
	color: #9ABA43;
	text-decoration: none;
	font-weight: 700;
}

.sorting-block .sorting-nav .btn-group li {
	cursor: pointer;
	list-style: none;
	display: inline-block;
	font-weight: 500;
	color: #009DE0;
	text-decoration: underline;
	line-height: 35px;
	font-size: 16px;
}

.sorting-block .sorting-nav .btn-group li.active {
	color: #9ABA43;
	text-decoration: none;
	font-weight: 500;
}

.btn-group .dropdown-menu {
	min-width: 200px;
	padding: 5px;
	margin-left: -46px;
}

.sorting-block .sorting-nav li {
	cursor: pointer;
	list-style: none;
	display: inline-block;
	font-weight: 700;
	color: #009DE0;
	text-decoration: underline;
	line-height: 32px;
}

.btn-group a:link {
	color: #009DE0;
	text-decoration: underline;
	font-weight: 700;
	font-size: 18px;
}

.btn-group a:hover {
	color: #9ABA43;
}

.btn-group a:active {
	color: #9ABA43;
	text-decoration: none;
}

button#insecticides-button
{
    cursor: pointer;
	list-style: none;
	display: inline-block;
	font-weight: 700;
	color: #009DE0;
	text-decoration: underline;
	line-height: 32px;
	font-size: 18px;
}

button#insecticides-button:focus
{
    color: #9ABA43;
	text-decoration: none;
}






/*Sorting Navigation v1*/
.sorting-block .sorting-nav-v1 li {
	margin: 0 10px;
	font-size: 18px;
}

/*Sorting Grid*/
.sorting-block .sorting-grid {
	list-style: none;
}

.sorting-block .sorting-grid .mix {
    opacity: 0;
    display: none;
    margin-bottom: 10px;
	padding: 0px;
}

/*Sorting Grid with Text*/
.sorting-block .sorting-grid li a:hover  {
	text-decoration: none;
}

.sorting-block .sorting-grid li .sorting-cover {
	display: block;
	padding: 20px;
	background-color: #FFF;
	-webkit-box-shadow:inset 0px 0px 0px 7px #F7F7F7;
    -moz-box-shadow:inset 0px 0px 0px 7px #F7F7F7;
    box-shadow:inset 0px 0px 0px 7px #F7F7F7;
}

.sorting-block .sorting-grid li .sorting-cover img {
	max-height: 67px;
}

.new-prod-description {
	min-height: 100px;
}

.sorting-block .sorting-grid .small  {
	padding-bottom: 7px;
}

@media only screen and (max-width: 1200px) {
.new-prod-description {
	
}
}

@media only screen and (max-width: 992px) {
.new-prod-description {
	min-height: 1px;
}
}

.sorting-block .sorting-grid li .sorting-cover p {	
	margin-bottom: 0;
}


.sorting-block .sorting-grid li a:hover .sorting-cover {
	background: #72c02c;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;	
}

.sorting-block .sorting-grid li a:hover .sorting-cover p,
.sorting-block .sorting-grid li a:hover .sorting-cover span {
	color: #fff;
}</pre></body></html>