/*

Theme Name: Cube

Theme URI: http://cubemedia.nz

Author: Hanyu Zhang

Description: Theme For Cube Media Company website

*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

html, body, #page{
	font-family: 'Montserrat', sans-serif !important;
	height: 100%;
  	margin: 0;
  	width: 100% !important;
}
body{
	margin: 0 auto;    
	overflow-x: hidden;
}
img{
	max-width: 100%;
	display: block;
	height: auto;
}
h1{
	font-weight: bold;
	font-size: 50px;
	line-height: 60px;
}
h2{
	font-weight: bold;
	font-size: 34px;
	line-height: 44px;
}
h3{
	font-weight: bold;
	font-size: 28px;
	line-height: 38px;
}
h4{
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
}
p{
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}
#page{
	position: relative;
}
.page-container{
	display: block;
	margin: 0 auto;
	max-width: 1320px;
	padding-left: 15px;
	padding-right: 15px;
}
.content-container{
	display: block;
	margin: 0 auto;
	max-width: 1100px;
	padding-left: 15px;
	padding-right: 15px;
}
.small-container{
	display: block;
	margin: 0 auto;
	max-width: 880px;
	padding-left: 15px;
	padding-right: 15px;
}
.site-header {
	height: 100%;
	position: relative;
	overflow: hidden;
}
.jarallax {
    height: 100%;
}
header .video-content {
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	z-index: 1;
}
header .overlay {
  	position: absolute;
  	top: 0;
  	right: 0;
  	left: 0;
  	bottom: 0;
  	background:#90BE37 center no-repeat;
  	background-size: cover;
  	z-index: 0;
  	opacity: 0;
}
.site {
  	padding: 18px 0px;
  	background-color: rgba(144, 190, 55, 0.8);
  	position: absolute;
  	width: 100%;
	bottom: 0;
	z-index: 20;
}
ul#primary-menu{
	list-style-type: none;
	padding-left: 0px;
}
.site .page-container{
	display: table;
	position: relative;
	width: 100%;
}
.site-branding{
	width: 100%;
	display: block;
	float: left;
}
.site-branding a{
	display: block;
}
#site-navigation{
	width: calc(100% - 100px);
	display: block;
	float: left;
}
#primary-menu{
	list-style-type: none;
	display: table-cell;
	vertical-align: bottom;
	padding-left: 0px;
}
#site-navigation .menu-page-menu-container{
	display: table;
	float: left;
	height: 109px;
}
ul#primary-menu li, ul#footer-menu li{
	display: inline-block;
	float: left;
}
ul#primary-menu li a {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #FFFFFF;
	text-decoration: none;
	text-decoration: none;
	padding: 10px 15px;
	letter-spacing: 1px;
	text-transform: lowercase;
}
ul#primary-menu li > a:hover{
	color: #DCE7AD !important;
}
ul#primary-menu li a:hover, ul#footer-menu li a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#content{
	height: 1000px;
}
.site-branding a img{
    transition: all 0.6s ease;
}
.header-curve{
	background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-repeat: no-repeat;
    content: "";
	background-image: url(/wp-content/uploads/2019/08/CG-curve-alt.svg);
	position: absolute;
	bottom: 90px;
	background-size: cover;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	height: 250px;
	width: 100%;
	background-position: right bottom;
	opacity: 0.8
}
div#page header.site-header div.video-content div.page-container,
#top-slider,
#top-slider .carousel-inner,
#top-slider .carousel-inner .item {
	height: 100%;
}
#top-slider .carousel-inner .item .carousel-caption{
	left: unset;
	right: unset;
	bottom: unset;
	top: 10%;
	text-align: left;
}
#top-slider .carousel-inner .item .carousel-caption .carousel-caption-inner h1{
	max-width: 700px;
	font-weight: bold;
	font-size: 70px;
	line-height: 80px;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 0px;
}
.white-bar{
	margin-top: 55px;
	width: 0px;
	height: 10px;
	background-color: white;
}
.green-bar{
	width: 110px;
	margin-bottom: 55px;
	height: 10px;
	background-color: #90BE37;
}
.carousel-fade .carousel-inner .item {
  	opacity: 0;
  	transition-property: opacity;
  	-webkit-transition: opacity 500ms linear;
    -ms-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
}
.carousel-fade .carousel-inner .item.active .white-bar{
	width: 155px;
	-webkit-transition: all 1000ms linear;
    -ms-transition: all 1000ms linear;
    transition: all 1000ms linear;
}
.carousel-fade .carousel-inner .active {
  	opacity: 1;
  	-webkit-transition: opacity 500ms linear;
    -ms-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  	left: 0;
  	opacity: 0;
  	z-index: 1;
  	-webkit-transition: opacity 500ms linear;
    -ms-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  	opacity: 1;
  	-webkit-transition: opacity 500ms linear;
    -ms-transition: opacity 500ms linear;
    transition: opacity 500ms linear;
}

.carousel-fade .carousel-control {
  	z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      	opacity: 0;
      	-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); 
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      	opacity: 0;
      	-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      	opacity: 1;
      	-webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
div#page div.site div.page-container div.site-branding a img{
	height: 54px;
}
#site-navigation .menu-page-menu-container{
	height: 54px;
}
.search-div{
	display: table;
	height: 54px;
	width: 100px;
}
.search-div-inner, .cart-div-inner{
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
}
.cart-div-inner a{
	display: inline-block;
	top: 5px;
	position: relative;
}
.openBtn{
	float: left;
	cursor: pointer;
}
.search-overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	/*background-color: rgb(243, 247, 250);*/
	/*background-color: rgba(243, 247, 250, 0.9); */
}
.overlay-content {
	position: relative;
	top: 0;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	max-width: 645px;
}
.search-overlay .closebtn {
	position: absolute;
	top: 10px;
	right: 95px;
	font-size: 40px;
	cursor: pointer;
	color: #fff;
}
.search-overlay .closebtn:hover {
  	color: #fff;
}
.search-overlay input[type=search] {
	padding: 15px;
	font-size: 17px;
	border: none;
	float: left;
	width: 100%;
	background: white;
	max-width: 725px;
	border: 1px solid #CCCCCC;
	margin-right: -80px;
	margin-top: -12px;
	color: #2F2E2F;
  	font-size: 18px;
  	font-weight: 400;
}
.search-overlay input[type=search]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #2F2E2F;
  	font-size: 18px;
  	font-weight: 400;
}
.search-overlay input[type=search]::-moz-placeholder { /* Firefox 19+ */
  	color: #2F2E2F;
  	font-size: 18px;
  	font-weight: 400;
}
.search-overlay input[type=search]:-ms-input-placeholder { /* IE 10+ */
  	color: #2F2E2F;
  	font-size: 18px;
  	font-weight: 400;
}
.search-overlay input[type=search]:-moz-placeholder { /* Firefox 18- */
  	color: #2F2E2F;
  	font-size: 18px;
  	font-weight: 400;
}
.search-overlay input[type=submit]:hover {
  	background: #bbb;
}
.header-left{
	width: 25%;
	display: block;
	float: left;
	z-index: 9;
	position: relative;
}
.header-right{
	display: block;
	float: left;
	width: 75%;
}
.home-banner h1{
	color: #000000;
	margin-top: 0px;
	margin-bottom: 30px;
}
.home-banner p{
	color: #000;
}
.home-banner-content{
	max-width: 610px;
	padding-top: 125px;
}
.contact-bar{
	background-color: #90BE37;
	border-radius: 40px;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.3);
	padding: 25px 35px;
	/*max-width: 910px;*/
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-top: 70px;
}
.contact-bar p, .contact-bar a{
	font-weight: bold;
	font-size: 16px;
	color: white;
	line-height: 20px;
	margin-bottom: 0px;
}
.contact-bar a:hover{
	text-decoration: none;
	color: #DCE7AD !important;
}
.contact-bar a{
	display: inline-block;
	margin-left: 30px;
}
.contact-bar img{
	margin-right: 15px;
	height: 28px;
	width: auto;
	display: inline-block;
}
.product-range > a{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
.product-range > a{
	display: block;
}
.range-icon{
	border-radius: 50%;
	border: 1px solid #000;	
	width: 183px;
	height: 183px;
	padding: 30px;	
	margin: 0 auto;
}
#menu-item-14 .sub-menu{
	border-bottom: 0px !important;
}
.product-range > a:hover{
	text-decoration: none;
}
.product-range > a:hover p{
	color: #90BE37;	
}
.product-range > a:hover .range-icon{
	background-color: rgba(220, 231, 173, 0.35);
	border: 1px solid #90BE37;
}
.range-icon img{
	color: #90BE37;
}
.product-range p{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 30px;
	text-align: center;
	max-width: 183px;
	margin: 30px auto 0;
}
.product-range-lists{
	display: table;
	width: 100%;
	padding-bottom: 100px;
}
.product-range{
	display: block;
	float: left;
	width: calc(100% / 4);
	margin: 0 auto;
}
.product-range-outter h2{
	text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;
}
.home-benefits{
	background-color: #DCE7AD;
	padding-top: 50px;
	padding-bottom: 50px;
}
.home-benefits h2{
	text-align: center;
	margin-bottom: 50px;
	margin-top: 0px;
}
.benefit-lists{
	margin-top: 40px;
	margin-bottom: 40px;
	display: table;
	width: 100%;
}
.benefit{
	background-color: white;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	margin-left: 20px;
	margin-right: 20px;
	width: calc((100% / 3) - 40px);
	display: block;
	float: left;
}
.benefit-inner{
	padding: 40px;
	background-color: white;
	min-height: 366px;
}
.benefit h3{
	font-weight: bold;
	font-size: 28px;
	line-height: 38px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 25px;
	text-align: center;
}
.benefit p{
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	margin-bottom: 0px;
}
.benefit .benefit-inner img{
	width: 55px;
	height: 35px;
	margin: 0 auto;
}
.benefit .benefit-inner a{
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #90BE37;
}
div.benefit:nth-child(2) h3{
	max-width: 150px;
	margin: 20px auto 25px;
}
.hovered{
	display: none;
}
.light-green-upsidedown{
	background-image: url('/wp-content/uploads/2019/07/CG-curve-lightgreen-upsidedown.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 215px;
	position: relative;
	top: -20px;
	/*transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);*/
}
.white-overlay{
	background-image: url('/wp-content/uploads/2019/07/CG-curve-white-alt.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 215px;
}
.green-overlay{
	background-image: url('/wp-content/uploads/2019/07/CG-curve-lightgreen.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 215px;
}
.light-green-overlay{
	background-image: url('/wp-content/uploads/2019/07/CG-curve-lightergreen-alt.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 215px;
}
.home-quotes{
	background-color: #DCE7AD;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 140px;
}
div.home-quotes div.content-container div#quotes-slider.carousel.slide div.carousel-inner div.item p{
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	line-height: 30px;
	color: #000;
}
div.home-quotes div.content-container div#quotes-slider.carousel.slide ol.carousel-indicators{
	display: block;
    clear: both;
    position: absolute;
    margin-bottom: 0px;
    bottom: -50px;
}
#quotes-slider .carousel-inner{
	max-width: 765px !important;
	display: block;
	margin: 0 auto !important;
}
div#quotes-slider .carousel-control.left{
	background-image: unset !important;
}
div#quotes-slider .carousel-control.right{
	background-image: unset !important;
}
div#quotes-slider .carousel-indicators .active{
	opacity: 1;
}
div#quotes-slider .carousel-indicators{
	opacity: 1;
}
#quotes-slider .carousel-inner{
	display: table;
	position: relative;
}
div#quotes-slider div.carousel-inner .begin-quote{
	position: absolute;
	top: -5px;
	left: -40px;
	width: 35px;
	height: auto;
}
div#quotes-slider div.carousel-inner .close-quote{
	position: absolute;
	right: -35px;
	bottom: 40px;
	width: 35px;
	height: auto;
}
#quotes-slider .carousel-inner .item.active{
	display: table-cell;
	vertical-align: middle;
}
#quotes-slider .carousel-inner .item.active{
	opacity: 1;
	-webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
#quotes-slider .carousel-inner .item{
	opacity: 0;
}
div#quotes-slider div.carousel-inner div.item.active span{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	display: block;
	padding-top: 15px;
}
div#quotes-slider .carousel-indicators .active{
	background-color: #90BE37;
	width: 12px;
	height: 12px;
	border: 1px solid #90BE37;
}
div#quotes-slider .carousel-indicators li{
	border: 1px solid #90BE37;
	width: 12px;
	height: 12px;
}
.home-suppliers{
	padding-top: 85px;
	padding-bottom: 85px;
}
.home-suppliers h2{
	color: #000;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 60px;
}
.supplier-slider .owl-item img{
	max-width: 82px;
	margin: 0 auto;
}
.owl-theme .owl-dots{
	display: none;
}
.owl-prev {
    width: 15px;
    height: 25px;
    position: absolute;
    top: 40px;
    left: -35px;
    display: block !important;
    background-color: unset !important;
}
.owl-next {
    background-color: unset !important;
    width: 15px;
    height: 25px;
    position: absolute;
    top: 40px;
    right: -35px;
    display: block !important;
}
div.supplier-slider.owl-carousel div.owl-nav button.owl-prev i.fas.fa-chevron-left{
	font-size: 25px;
	color: #DCE7AD;
}
div.supplier-slider.owl-carousel div.owl-nav button.owl-next i.fas.fa-chevron-right{
	font-size: 25px;
	color: #DCE7AD;
}
.site-footer{
	padding-top: 50px;
	padding-bottom: 0px;
}
.footer-bottom{
	border-top: 2px solid #CECECE;
}
.footer-1, .footer-2, .footer-3, .footer-4{
	display: block;
	float: left;
}
.footer-1{
	margin-right: 25px;
	width: calc(25% - 25px);
}
.footer-2{
	margin-right: 25px;
	width: calc(25% - 25px);
}
.footer-3{
	margin-right: 25px;
	width: calc(30% - 25px);
}
.footer-4{
	width: 20%;
}
.footer-1 h4, .footer-2 h4, .footer-3 h4, .footer-4 h4{
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-top: 0px;
	margin-bottom: 20px;
}
.footer-4 ul{
	list-style-type: none;
	padding-left: 0px;
}
.footer-4 ul li a{
	text-decoration: none;
	color: #777777;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}
.footer-4 ul li a:hover{
	color: #90BE37;
}
.footer-4 ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer-1 p, .footer-2 p, .footer-3 p, .footer-4 p{
	color: #777777;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}
.footer-1 p a, .footer-2 p a, .footer-3 p a{
	color: #777777;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}
.footer-1 p a:hover, .footer-2 p a:hover, .footer-3 p a:hover, .footer-4 p a:hover{
	text-decoration: none;
}
.footer-2 p a:hover{
	color: #90BE37;
}
.footer-3 p a:hover{
	color: #90BE37;
}
.site-footer .page-container{
	display: table;
	width: 100%;
}
footer div.page-container div.footer-1 a img{
	margin-bottom: 40px;
}
.footer-facebook{
	margin-bottom: 0px;
	margin-top: 40px;
}
.sign-up-button{
	color: #90BE37;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	padding: 10px 15px;
	width: 190px;
	display: block;
	border: 1px solid #90BE37;
	text-decoration: none !important;
	border-radius: 25px;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 20px;
}
.sign-up-button:hover{
	background-color: #90BE37;
	color: white;
}
.footer-4 p a{
	color: #90BE37;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-decoration: underline;
}
.footer-bottom{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
}
.footer-bottom p, .footer-bottom p a{
	text-align: center;
	color: #CECECE;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 0px;
}
.light-green{
	background-color: rgba(220, 231, 173, 0.18);
}
.on-top{
	position: relative !important;
	bottom: unset !important;
	top: 0px !important;
	background-color: rgb(144, 190, 55) !important;
}
.top-bar{
	padding-top: 10px;
	display: table;
	width: 100%;
	position: relative;
	top: 0px;
	padding-bottom: 10px;
	background-color: white;
}
.top-left{
	width: 50%;
	float: left;
	display: block;
	color: #90BE37;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
}
.top-right{
	width: 50%;
	float: left;
	display: block;
	text-align: right;
}
.top-right a{
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	color: #90BE37;
}
.top-right a:hover{
	color: #90BE37;
	text-decoration: none;
}
.divide-line{
	display: inline-block;
	width: 1px;
	height: 20px;
	border-left: 1px solid #90BE37;
	position: relative;
	top: 4px;
	margin-left: 30px;
	margin-right: 30px;
}
.content-page{
	padding-top: 90px;
	padding-bottom: 90px;
}
.content-page h2{
	color: #000;
	margin-top: 0px;
	margin-bottom: 40px;
}
.content-page p{
	color: #000 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 30px !important;
	margin-bottom: 15px !important;
	font-family: 'Montserrat', sans-serif !important;
}
.content-page ul{
	padding-left: 20px;
}
.content-page ul li{
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	padding-bottom: 15px;
}
.content-page ul li:last-child{
	padding-bottom: 0px;
}
.content-page ol{
	padding-left: 20px;
}
.content-page ol li{
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	padding-bottom: 15px;
}
.content-page ol li:last-child{
	padding-bottom: 0px;
}
.content-page table{
	margin-bottom: 15px;
}
.content-page table tbody tr td{
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}
.two-image-columns{
	width: 100%;
	display: table;
	margin-top: 15px;
}
.image-box{
	display: block;
	float: left;
	width: calc(50% - 20px);
}
.image-box:nth-of-type(1){
	margin-right: 20px;
}
.image-box:nth-of-type(2){
	margin-left: 20px;
}
.two-column{
	display: table;
	width: 100%;
}
.column-left{
	padding-right: 15px;
}
.column-right{
	padding-left: 15px;
}
.column-left, .column-right{
	width: 50%;
	float: left;
	display: block;
}
.two-column-left-image-right-content{
	display: table;
	width: 100%;
}
.column-left-image{
	margin-right: 20px;
}
.column-right-content{
	margin-left: 20px;
}
.column-left-image, .column-right-content{
	width: calc(50% - 20px);
	float: left;
	display: block;
}
.two-column-left-content-right-image{
	display: table;
	width: 100%;
}
.column-left-content{
	margin-right: 20px;
}
.column-right-image{
	margin-left: 20px;
}
.column-left-content, .column-right-image{
	width: calc(50% - 20px);
	float: left;
	display: block;
}
.content-page p strong{
	color: #000;
	font-weight: bold;
}
.content-page p a{
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
}
.content-page p a:hover{
	text-decoration: underline;
	color: #90BE37;
}
#input_1_3, #input_1_2, #input_1_1, #gform_1 textarea{
	width: 100% !important;
	border-width: 1px !important;
	border-color: #FFFFFF !important;
	border-style: solid !important;
	background-color: #FFFFFF !important;
}
#input_1_3, #input_1_2, #input_1_1{
	height: 60px !important;
	padding: 10px 15px !important;
}
button.woof_reset_search_form{
	display: block !important;
	border: 1px solid #90BE37 !important;
	text-decoration: none !important;
	border-radius: 0px !important;
	text-align: center !important;
	color: #90BE37 !important;
	font-size: 16px !important;
	border-radius: 25px !important;
	font-weight: 400 !important;
	line-height: 30px !important;
	background-color: white !important;
	padding: 10px 15px !important;
	width: 190px;
	text-transform: uppercase;
}
button.woof_reset_search_form:hover{
	background-color: #90BE37 !important;
    color: white !important;
}
#gform_submit_button_1{
	color: #90BE37;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	width: 190px !important;
	text-align: center;
	padding: 10px 15px !important;
	border: 1px solid #90BE37;
	background-color: white;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 25px;
}
#gform_submit_button_1:hover{
	background-color: #90BE37;
	color: white !important;
}
.no-label label.gfield_label{
	display: none !important;
}
.content-green{
	background-color: #DCE7AD;
	padding-top: 215px;
}
.content-overlay-position{
	position: relative;
	top: 160px;    
	margin-top: -90px;
}
#gform_wrapper_1 form{
	text-align: right;
}
.page-template-tpl-contact div#page div#content.site-content div.content-page{
	padding-bottom: 45px;
}
.accordion-title{
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
}
.accordion-title-outter div.accordion-icon span{
	color: #000000;
	font-size: 18px;
	display: table-cell;
	vertical-align: middle;
	line-height: 30px;
}
.accordion-question-outter{
	display: table;
	width: 100%;
}
.accordion-title{
	width: calc(100% - 80px);
	float: left;
	display: block;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-left: 1px solid #DEDEDE;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}
.accordion-icon{
	display: table;
	width: 80px;
	text-align: right;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-right: 1px solid #DEDEDE;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}
.accordion{
	margin-bottom: 20px;
}
.accordion.open .accordion-title{
	border-left: 1px solid #90BE37;
	border-top: 1px solid #90BE37;
	border-bottom: 1px solid #90BE37;
	color: #90BE37;
}
.accordion.open .accordion-icon{
	border-right: 1px solid #90BE37;
	border-top: 1px solid #90BE37;
	border-bottom: 1px solid #90BE37;
}
.accordion.open .accordion-title-outter div.accordion-icon span{
	color: #90BE37;
}
.accordion:hover .accordion-title{
	border-left: 1px solid #90BE37;
	border-top: 1px solid #90BE37;
	border-bottom: 1px solid #90BE37;
	color: #90BE37;
}
.accordion:hover .accordion-icon{
	border-right: 1px solid #90BE37;
	border-top: 1px solid #90BE37;
	border-bottom: 1px solid #90BE37;
}
.accordion:hover .accordion-title-outter div.accordion-icon span{
	color: #90BE37;
}
.faq:first-child{
	padding-top: 40px;
}
.faq:last-child{
	padding-bottom: 20px;
}
.faq{
	padding-top: 20px;
	padding-bottom: 20px;
}
.faq-question, .faq-answer{
	display: table;
	width: 100%;	
}
.faq-icon{
	width: 10%;
	display: block;
	float: left;
	color: #90BE37;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
.faq-content{
	width: 90%;
	display: block;
	float: left;
}
.faq-divide{
	border-left: 1px solid #90BE37;
	display: inline-block;
	position: relative;
	height: 25px;
	top: 5px;
}
.faq-question .faq-divide{
	margin-left: 20px;
	margin-right: 25px;
}
.faq-answer .faq-divide{
	margin-left: 22px;
	margin-right: 25px;
}
.faq-question{
	margin-bottom: 40px;
}
/*.faq .faq-answer p:first-child{
	margin-bottom: 0px; 
}
.faq .faq-question p:first-child{
	margin-bottom: 0px; 
}*/
.faq p a, .faq p a:hover{
	color: #90BE37;
	text-decoration: underline;
}
.accordion:hover .accordion-title-outter{
	background-color: rgba(220, 231, 173, 0.35);
}
.accordion.open .accordion-title-outter{
	background-color: rgba(220, 231, 173, 0.35);
}
.faq-lists{
	margin-bottom: 75px;
	margin-top: 45px;
}
div.curve-header-banner{
	position: relative;
}
div.curve-header-banner div.white-overlay{
	position: absolute;
	bottom: 0px;
}
.equine-lists{
	display: table;
	width: 100%;
}
.equine{
	width: calc(50% - 15px);
	display: block;
	float: left;
	margin-top: 50px;
	margin-bottom: 50px;
}
.equine:nth-of-type(2n+1){
	margin-right: 15px;
	clear: left;
}
.equine:nth-of-type(2n){
	margin-left: 15px;
}
.animal{
	display: table;
	width: 100%;
}
.animal-category{
	width: calc(50% - 15px);
	display: block;
	float: left;
	margin-right: 15px;
}
.topic-lists{
	margin-left: 15px;
	width: calc(50% - 15px);
	display: block;
	float: left;
}
.animal-category, .equine-category{
	position: relative;
}
.animal-overlay, .equine-overlay{
	position: absolute;
	bottom: 0px;
	background-image: url(/wp-content/uploads/2019/07/CG-curve-darkgreen-opacity.svg);
	background-repeat: no-repeat;
	background-position: 60%;
	background-size: cover;
	display: table;
	width: 100%;
	height: 90px;
}
.animal-overlay span, .equine-overlay span{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: right;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
}
.article-lists{
	display: table;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 10px;
}
div.topic-lists div.accordion div.accordion-content div.article-lists div.article:last-child{
	margin-bottom: 0px;
}
div.topic-lists div.accordion div.accordion-content div.article-lists div.article{
	margin-bottom: 20px;
}
div.topic-lists div.accordion div.accordion-content div.article-lists div.article a{
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	display: table;
	width: 100%;
}
div.topic-lists div.accordion div.accordion-content div.article-lists div.article a .article-left{
	width: 30px;
	display: block;
	float: left;
}
div.topic-lists div.accordion div.accordion-content div.article-lists div.article a .article-right{
	width: calc(100% - 30px);
	display: block;
	float: left;
}
div.topic-lists div.accordion div.accordion-content div.article-lists div.article a i{
	color: #000;
	font-size: 20px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	position: relative;
	top: 3px;
}
div.topic-lists div.accordion div.accordion-content div.article-lists div.article a:hover{
	text-decoration: none;
	color: #90BE37;
}
div.topic-lists div.accordion div.accordion-content div.article-lists div.article a:hover i{
	color: #90BE37;
}
/*.animal-lists{
	margin-top: 50px;
	margin-bottom: 50px;
}*/
.animal{
	padding-top: 55px;
	padding-bottom: 55px;
	border-bottom: 1px solid #DEDEDE;
}
.animal:last-child{
	border-bottom: 0px;
}
.animal:first-child{
	padding-top: 45px;
}
div.animal-lists div.animal div.topic-lists div.accordion:last-child{
	margin-bottom: 0px;
}
.equine-lists .equine .topic-lists{
	width: 100%;
	margin-left: 0px;
	margin-top: 50px;
}
.product-sidebar{
	width: calc(28% - 20px);
	display: block;
	float: left;
	margin-right: 20px;
}
.product-lists{
	margin-left: 20px;
	width: calc(72% - 20px);
	display: block;
	float: left;
	list-style-type: none;
	padding-left: 0px;
}
.product-lists-inner{
	display: table;
	width: 100%;
}
.archive div.product-lists div.woocommerce.columns-3 ul.products.columns-3 div.navigation{
	display: none;
}
.archive div.product-lists-inner div.product-lists div.woocommerce ul.products li.product a.woocommerce-LoopProduct-link span.price{
	display: none;
}
.archive div.product-lists-inner div.product-lists div.woocommerce ul.products li.product a.button{
	display: none;
} 
.woocommerce-page div.product-lists-inner div.product-lists div.woocommerce ul.products li.product a.woocommerce-LoopProduct-link span.price{
	display: none;
}
.woocommerce-page div.product-lists-inner div.product-lists div.woocommerce ul.products li.product a.button{
	display: none;
} 
.page-template-tpl-product div.product-lists-inner div.product-lists div.woocommerce ul.products li.product a.woocommerce-LoopProduct-link span.price{
	display: none;
}
.page-template-tpl-product div.product-lists-inner div.product-lists div.woocommerce ul.products li.product a.button{
	display: none;
} 
form.woocommerce-ordering select.orderby{
	color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #fff !important;
    padding-left: 10px;
    padding-right: 34px !important;
    background: url(/wp-content/uploads/2019/07/down-arrow@2x.png) no-repeat 93% 50% !important;
    border: 1px solid #DEDEDE !important;
	height: 38px !important;
	width: 100% !important;
	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
  	border-radius: 20px;
}
form.woocommerce-ordering {
	position: relative;
	top: -20px;
	background-color: white !important;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{
	color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
div.product-lists div.woocommerce ul.products{
	margin-top: 15px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	margin-top: 30px;
}
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title{
	color: rgb(144, 190, 55);
}
.woocommerce ul.products li.product a img{
	height: 210px;
	width: auto;
	margin: 0 auto;
}
.woocommerce ul.products li, .woocommerce-page ul.products li{
	border: 1px solid #DEDEDE;
	min-height: 370px;
	padding: 35px 10px !important;
}
.woocommerce ul.products li:hover, .woocommerce-page ul.products li:hover{
	border-color: rgb(144, 190, 55) !important;
	/*cursor: pointer;*/
}
.woocommerce-pagination.berocket_pagination{
	margin-top: 25px !important;
}
.page-template-tpl-product div.content-page{
	padding-top: 90px;
}
.woocommerce-page div.content-page{
	padding-top: 90px;
}
.page-template-tpl-product div.content-page div.small-container div.breadcrumbs,
.woocommerce-page div.content-page div.small-container div.breadcrumbs{
	padding-top: 0px;
	padding-bottom: 90px;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
div.content-page div.small-container div.breadcrumbs span a.home span, 
div.content-page div.small-container div.breadcrumbs span{
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
div.content-page div.small-container div.breadcrumbs span a{
	padding-left: 10px;
	padding-right: 10px;
}
div.content-page div.small-container div.breadcrumbs > span:last-child{
	padding-left: 10px;
}
.single-product div#page div#content div.content-page{
	padding-top: 70px;
}
.single-product div#page div#content div.content-page div.small-container div.breadcrumbs span a{
	font-size: 12px;
	font-weight: 400;
	color: #000;
	line-height: 30px;
}
.single-product div#page div#content div.content-page div.small-container div.breadcrumbs span a:hover{
	text-decoration: none;
}
.single-product div#page div#content div.content-page div.small-container div.breadcrumbs span a:hover span{
	color: rgb(144, 190, 55) !important;
}
.single-product div#page div#content div.content-page div.page-header{
	padding-bottom: 0px;
	margin: 0px;
	border: 0px;
}
.single-product div#page div#content.site-content div.content-page div.page-header div.small-container div.page-header-inner div.breadcrumbs{
	padding-bottom: 60px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	max-width: 350px;
}
.single-product div#page div#content div.woocommerce div.single-product div.product div.summary.entry-summary div.product-title h4{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	line-height: 30px;
	margin-bottom: 50px;
}
@media (min-width: 897px) {
	form .add .qty {
		overflow: hidden;
		float: left;
		margin: 0; 
	} 
}
form .add .qty .minus {
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	border: 1px solid #DEDEDE;
	border-right: 0;
	box-sizing: border-box;
	cursor: pointer; 
	background-color: #FAFAFA;
	border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;
}
form .add .qty .minus:after {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "-";
	font-size: 20px;
	font-weight: 500;
}
form .add .qty .quantity {
	position: relative;
	float: left;
	width: 45px;
	margin-right: 0px !important;
	height: 50px; 
}
form .add .qty input {
	position: relative;
	width: 100% !important;
	height: 50px;
	box-sizing: border-box;
	text-align: center;
	-moz-appearance: textfield;
	border: 1px solid #cdcdcd; 
}
form .add .qty input[type=number]::-webkit-inner-spin-button,
form .add .qty input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0; 
}
form .add .qty .plus {
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #DEDEDE;
	border-left: 0;
	background-color: #FAFAFA;
	cursor: pointer;	
	border-bottom-right-radius: 25px;
	border-top-right-radius: 25px;
}
form .add .qty .plus:after {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "+";
	font-size: 20px;
	font-weight: 500;
}
.woocommerce div.product form.cart{
	margin-top: 40px;
}
.woocommerce div.product form.cart .button{
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #90BE37;
	border: 1px solid #90BE37;
	background-color: white;
	padding: 10px 15px !important;
	margin-left: 30px;
	max-width: 295px;
	float: right;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 25px;
}
.woocommerce div.product form.cart .button:hover{
	background-color: #90BE37;
	text-decoration: none;
	background-image: none;
	color: white;
}
div.single-product div.product div.summary.entry-summary div.product_meta > span{
	display: block;
	width: 100%;
	clear: both;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #555555;
}
.single-product .product_meta a, .reset_variations, .comma{
	color: #90BE37;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	line-height: 20px;
}
.single-product div.woocommerce div.single-product div.summary.entry-summary div.product_meta{
	margin-top: 45px;
}
.woocommerce div.product .woocommerce-tabs .panel{
	border-bottom: 0px !important;
	border-radius: 0px !important;
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
}
.single-product div.woocommerce div.single-product div.woocommerce-tabs h2{
	display: none;
}
.single-product div.woocommerce-tabs ul.tabs{
	padding-left: 0px !important;
	border-bottom: 2px solid #DEDEDE;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	overflow: unset !important;
	margin-bottom: 40px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	color: #90BE37;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	border-bottom: 2px solid #90BE37 !important;
	position: relative;
	top: 2px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	color: #DEDEDE;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border: 0px !important; 
	background-color: white;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin-right: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a{
	color: #90BE37 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
	border: 0px !important; 
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
	border: 0px !important; 
	width: 0px !important;
	height: 0px !important;
}
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs{
	padding-top: 80px;
	padding-bottom: 80px;
}
.single-product div.woocommerce div.single-product div.product div.woocommerce-tabs div{
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	padding-bottom: 15px;
}
.single-product div.woocommerce-tabs div.wc-tab table tbody tr td{
	border: 1px solid #90BE37;
	background-color: rgba(220, 231, 173, 0.35);
	padding: 15px;
}
.woocommerce table.shop_attributes td{
	border: initial !important;
	border-bottom: 1px dotted rgba(0,0,0,.1) !important;
	background-color: unset !important;
	padding: unset !important;
}
.ml-responsive-table dt.ml-title{
	display: none;
}
.ml-responsive-table dd{
	margin-bottom: 0px;
	padding: 10px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}
.ml-responsive-table dd p{
	margin-bottom: 0px;
}
.ml-responsive-table dl:nth-of-type(2n+1){
	background-color: rgba(220, 231, 173, 0.35);
	border: 1px solid #90BE37;
	border-bottom: 0px;
	border-top: 0px;
}
.ml-responsive-table dl:nth-of-type(2n){
	border: 1px solid #90BE37;
	background-color: white;
	border-bottom: 0px;
	border-top: 0px;
}
.ml-responsive-table dl:last-child{
	border-bottom: 0px;
}
.ml-responsive-table dl dd:nth-of-type(2n+1) {
    border-bottom: 1px solid #90BE37;
}
.ml-responsive-table dl dd:nth-of-type(2n){
	border-bottom: 1px solid #90BE37;
}
.ml-responsive-table dl:first-child{
	border-top: 1px solid #90BE37;
}
div.woocommerce-tabs div.wc-tab h3{
	color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
}
div.woocommerce-tabs div.wc-tab table{
	margin-bottom: 15px;
}
div.related-products div.woo-related-products-container ul.products li.product a.button{
	display: none;
}
.single-product div.related-products div.woo-related-products-container ul.products li.product{
	width: calc((100% / 3) - 20px);
	margin-right: 10px;
	margin-left: 10px;
}
.single-product div.related-products div.woo-related-products-container ul.products{
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px;
}
h2.woorelated-title {
	color: #000000;
	margin-bottom: 80px;
	text-align: center;
}
a.woof_front_toggle{
	color: #000 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 20px !important;
	position: relative !important;
	right: 0px !important;
	top: 7px;
}
a.woof_front_toggle.woof_front_toggle_closed{
	font-size: 20px !important;
}
.woof_childs_list_opener span.woof_is_closed{
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-image: url(/wp-content/uploads/2019/08/plus.png) !important;
    position: relative;
	right: -8px;
	top: 2px;
}
.woof_childs_list_opener span.woof_is_opened{
	background-repeat: no-repeat !important;
    background-position: center !important;
    background-image: url(/wp-content/uploads/2019/08/mins.png) !important;
    position: relative;
	right: -8px;
	top: 4px;
}
.woof_childs_list_opener span:hover{
	background-size: unset !important;
}
.woof_childs_list_opener {
    vertical-align: middle;
    margin-left: 0px;
    float: right;
    position: relative;
    top: 5px;
}
ul.woof_list.woof_list_radio{
	padding-left: 0px;
}
div.woof h4{
	color: #000;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
	margin-top: 0px;
}
.woof_container label{
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 30px;
	margin-bottom: 0px;
}
ul.woof_list li.woof_childs_list_li ul.woof_childs_list{
	margin-left: 0px !important;
	padding-left: 10px !important;
}
.woof_radio_term_reset_visible{
	display: none !important;
}
.woof_radio_label_selected{
	color: rgb(144, 190, 55) !important;
	font-weight: bold !important;
}
.woof_container{
	margin-bottom: 10px;
}
ul.woof_list li input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 10px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #DEDEDE;
}
ul.woof_list li:hover input ~ .checkmark {
  background-color: #fff;
}
ul.woof_list li input:checked ~ .checkmark {
  background-color: #fff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
ul.woof_list li input:checked ~ .checkmark:after {
  display: block;
}
ul.woof_list li .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #90BE37;
}
ul.woof_list li{
	display: block;
  	position: relative;
}
ul.woof_list li input:checked ~ .checkmark{
	border: 1px solid #90BE37;
}
button.woof_reset_search_form{
	display: block !important;
	border: 1px solid #90BE37 !important;
	text-decoration: none !important;
	border-radius: 0px !important;
	text-align: center !important;
	color: #90BE37 !important;
	font-size: 16px !important;
	border-radius: 25px !important;
	font-weight: 400 !important;
	line-height: 30px !important;
	background-color: white !important;
	padding: 10px 15px !important;
	width: 190px;
	text-transform: uppercase;
}
button.woof_reset_search_form:hover{
	background-color: #90BE37 !important;
    color: white !important;
}
.search-lists{
	width: 100%;
	display: block;
	margin-top: 90px;
}
.search-row{
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
	margin-top: 25px;
}
.search-img{
	width: 30%;
	display: block;
	float: left;
}
.search-right{
	float: left;
	width: calc(70% - 30px);
/* 	width: 70%; */
	margin-left: 30px;
	display: block;
	font-size: 16px !important;
	color: #000 !important;
	font-weight: 400 !important;
	line-height: 30px !important;
	margin-bottom: 15px !important;
}
.read-more-button{
	color: #0092D3;
	border-bottom: 2px solid #0092D3;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	clear: both;
	display: table;
	margin-top: 20px;
}
.read-more-button:hover{
	text-decoration: none;
	color: #0092D3;
}
.search-right h4, .search-right h4 a{
	font-size: 26px;
	line-height: 30px;
	font-weight: 500;
	color: #243E4B;
	margin-bottom: 20px;
	margin-top: 0px;
}
.search-right h4 a:hover{
	text-decoration: none;
	color: #243E4B;
}
.read-more-link{
	color: rgb(144, 190, 55) !important;
	border-bottom: 2px solid rgb(144, 190, 55);
	font-size: 16px;
	font-weight: 600 !important;
	line-height: 28px;
	clear: both;
	display: table;
	margin-top: 20px;
}
.read-more-link:hover{
	color: rgb(144, 190, 55) !important;
	border-bottom: 2px solid rgb(144, 190, 55) !important;
	font-weight: 600 !important;
	text-decoration: none !important;
}
.woocommerce div.product div.images .flex-control-thumbs{
	margin-top: 15px;
}
div.search-lists div.navigation{
	text-align: center;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #000 !important;
	line-height: 28px !important;
}
div.navigation{
	padding-top: 75px;
	padding-bottom: 45px;
}
div.navigation ol{
	text-align: center;
}
div.navigation ol li{
	margin-right: 5px !important;
	height: 35px !important;
	width: 35px !important;
	line-height: 35px !important;
	display: inline-block !important;
	padding-bottom: 0px !important;
}
div.navigation ol li:first-child{
	width: 55px !important;
}
div.navigation ol li:last-child{
	margin-right: 0px !important;
}
div.navigation ol li a, .wp-paginate .gap{
	border-radius: 50% !important;
	border: 1px solid #dedede !important;
	color: #000 !important;
	font-size: 15px !important;
	line-height: 15px !important;
	background-color: white !important;
	padding: 8px 0px !important;
	margin: 0px !important;
	display: block !important;
	width: 35px !important;
	height: 35px !important;
}
div.navigation ol li a:hover{
	background-color: rgba(220, 231, 173, 0.35) !important;
	border: 1px solid #90be37 !important;
	color: #000 !important;
}
div.navigation ol li span.current{
	border: 1px solid #90be37 !important;
	color: #000 !important;
	background-color: rgba(220, 231, 173, 0.35) !important;
	border-radius: 50% !important;
	font-size: 15px !important;
	line-height: 15px !important;
	padding: 6px 12px !important;
}
.wp-paginate.wpp-modern-grey .current{
	opacity: 1 !important;
}
div.navigation ol li a.next i, div.navigation ol li a.prev i{
	font-size: 11px !important;
	position: relative;
	top: -2px;
	line-height: 11px;
}
div.navigation ol li a.next, div.navigation ol li a.prev{
	padding: 7px 11px !important;
}
.wp-paginate .title{
	color: #000 !important;
}
.filter-heading{
	font-size: 16px !important;
	font-weight: bold !important;
	line-height: 20px !important;
	color: #000 !important;
	padding-bottom: 20px !important;
	margin-bottom: 20px !important;
	border-bottom: 2px solid #DEDEDE !important;
	margin-top: 60px !important;
}
.woof_container_product_cat div.woof_container_inner_categories div.woof_block_html_items ul.woof_list.woof_list_radio > li > span.checkmark{
	display: none;
}
.woof_container_product_cat div.woof_container_inner_categories div.woof_block_html_items ul.woof_list.woof_list_radio > li > label{
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
}
.woof_container_product_cat div.woof_container_inner_categories div.woof_block_html_items ul.woof_list.woof_list_radio > li > ul.woof_childs_list {
	padding-left: 0px !important;
}
.woof_container_product_cat div.woof_container_inner_categories div.woof_block_html_items ul.woof_list.woof_list_radio > li > ul.woof_childs_list > li{
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.woof_container_product_cat div.woof_container_inner_categories h4 a img{
	display: none;
}
.woof_container_product_cat div.woof_container_inner_categories h4{
	font-size: 16px !important;
	font-weight: bold !important;
	line-height: 20px !important;
	color: #000 !important;
	padding-bottom: 20px !important;
	margin-bottom: 10px !important;
	border-bottom: 2px solid #DEDEDE !important;
	margin-top: 0px !important;
}
.home-banner .content-container{
	position: relative;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button{
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #90BE37;
	border: 1px solid #90BE37;
	background-color: white;
	padding: 10px 15px !important;
	margin-left: 30px;
	max-width: 295px;
	float: right;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 25px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	background-color: #90BE37;
	text-decoration: none;
	background-image: none;
	color: white;
}
.cart_totals h2{
	display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
	display: none;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
	background-color: #90BE37;
	text-decoration: none;
	background-image: none;
	color: white;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #90BE37;
	border: 1px solid #90BE37;
	background-color: white;
	padding: 10px 15px !important;
	margin-left: 30px;
	max-width: 295px;
	width: 100%;
	float: right;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 25px;
}
#place_order {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #90BE37;
	border: 1px solid #90BE37;
	background-color: white;
	padding: 10px 15px !important;
	margin-left: 30px;
	max-width: 215px;
	width: 100%;
	float: right;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 25px;
}
#place_order:hover{
	background-color: #90BE37;
	text-decoration: none;
	background-image: none;
	color: white;
}
form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-name a{
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #90BE37;
}
form.woocommerce-cart-form table.shop_table tbody tr.cart_item td.product-name a{
	text-decoration: none;
}
.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{
	width: 70px;
}
.woocommerce a.remove{
	line-height: 1 !important;
	color: rgb(144, 190, 55) !important;
}
.woocommerce a.remove:hover{
	background: rgb(144, 190, 55) !important;
}
.woocommerce .cart .button{
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #90BE37 !important;
	border: 1px solid #90BE37;
	background-color: white;
	width: 190px !important;
	text-align: center;
	padding: 10px 15px !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 25px;
	margin-left: 30px;
}
.woocommerce .cart .button:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover{
	background-color: #90BE37;
	color: white !important;
}
.woocommerce form .form-row label{
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.woocommerce form .form-row input.input-text{
	width: 100% !important;
	border-width: 1px !important;
	border-color: #d9d9d9 !important;
	border-style: solid !important;
	background-color: #f9f9f9 !important;
	height: 45px !important;
	padding: 10px !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 30px !important;
}
.woocommerce form .form-row textarea{
	padding: 10px !important;
	min-height: 100px !important;
	border-width: 1px !important;
	border-color: #d9d9d9 !important;
	border-style: solid !important;
	background-color: #f9f9f9 !important;
}
.woocommerce-checkout div.woocommerce form.checkout.woocommerce-checkout div#customer_details h3{
	color: rgb(144, 190, 55) !important;
}
.select2-container--default .select2-selection--single,
.select2-container .select2-selection--single .select2-selection__rendered{
	height: 45px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 45px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 45px !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background-color: white;
	border: 0px;
}
.wc_payment_methods{
	display: none;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/wp-content/uploads/2019/08/loading.gif) center no-repeat #fff;
	background-size: 150px;
}
ul#primary-menu.menu li{
	position: relative;
}
ul#primary-menu.menu li > ul.sub-menu{
	background-color: #F9FBF0;
	width: 100%;
	list-style-type: none;
	padding-left: 0px;
	/*border-right: 1px solid #072B61;
	border-left: 1px solid #072B61;
	border-top: 1px solid #072B61;*/
	position: absolute;
	z-index: 10;
	top: 30px;
	visibility: hidden;
	left: -60px;
	width: 250px;
	border-bottom: 1px solid #DCE7AD;
}
ul#primary-menu.menu li#menu-item-33 ul.sub-menu{
	width: 200px;
}
ul#primary-menu.menu li#menu-item-32 ul.sub-menu{
	width: 175px;
}
ul#primary-menu.menu li:hover > ul.sub-menu{
	visibility: visible;
}
ul#primary-menu.menu li > ul.sub-menu li{
	padding-left: 25px;
	padding-right: 25px;
	display: block;
	clear: both;
    border-bottom: 1px solid #DCE7AD;
	/*width: calc(100% - 50px);*/
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #F9FBF0;
}
ul#primary-menu.menu li > ul.sub-menu li:last-child{
	border-bottom: 0px;
}
ul#primary-menu.menu li > ul.sub-menu li a{
	color: #90BE37 !important;
	text-align: left !important;
	display: block !important;
	width: 100% !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 27px !important;
    padding: 0px !important;
    text-transform: lowercase !important;
}
ul#primary-menu.menu li > ul.sub-menu li a:hover{
	color: #DCE7AD !important;
}
ul#primary-menu.menu li > ul.sub-menu li:hover{
	background-color: #90BE37;
}
ul#primary-menu.menu li > ul.sub-menu li:hover a{
	color: #DCE7AD !important;
}
ul#primary-menu.menu .current_page_parent, ul#primary-menu.menu li > ul.sub-menu li.current_page_item{
	background-color: #90BE37;
}
ul#primary-menu.menu .current_page_parent a{
	color: #DCE7AD !important;
}
ul#primary-menu.menu li > ul.sub-menu li.current_page_item a{
	color: #DCE7AD !important;
}
.hide-sub-menu{
	visibility: hidden !important;
}
.home nav#site-navigation.main-navigation div.menu-page-menu-container{
	opacity: 0;
	display: none;
}
.scroll-top img{
	position: relative;
	top: 0px;
	left: -95px;
	width: 95px;
	margin: 0 auto;
}
.scroll-top{
	text-align: center;
}
div.footer-2 p strong{
	color: #90BE37;
	font-weight: 400;
}
.home-expert{
	background-color: rgba(220, 231, 173, 0.18);
	display: table;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 0px;
}
.home-expert-left{
	width: calc(50% - 25px);
	margin-right: 25px;
	float: left;
	display: block;
}
.home-expert-right{
	width: calc(50% - 25px);
	margin-left: 25px;
	float: left;
	display: block;
}
.home-expert-right h2{
	font-weight: bold;
	font-size: 34px;
	color: #000;
	line-height: 44px;
	margin-top: 0px;
	margin-bottom: 55px;
	max-width: 375px;
}
ul.expert-list{
	list-style-type: none;
	padding-left: 0px;
	max-width: 410px;
	border-top: 1px solid #DCE7AD;
}
ul.expert-list li{
	background-color: white;
	border-bottom: 1px solid #DCE7AD;
	line-height: 30px;
}
ul.expert-list li a{
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	padding: 10px 20px;
	color: #90BE37;
	display: block;
	width: 100%;
}
ul.expert-list li a:hover{
	background-color: #90BE37;
	color: #DCE7AD;
	text-decoration: none;
}
.light-green-overlay-reverse{
	background-image: url('/wp-content/uploads/2019/07/CG-curve-lightergreen-alt.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 215px;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 70px;
}
.home-expert .content-container{
	position: relative;
	top: 50px;
	z-index: 9;
}
div.woocommerce-tabs div#tab-additional_information table.woocommerce-product-attributes tbody tr.woocommerce-product-attributes-item td.woocommerce-product-attributes-item__value p {
	margin-bottom: 0px !important;
}
#quotes-slider .carousel-inner{
	overflow: visible !important;
}
div.benefit-lists div.benefit div.benefit-inner a{
	text-decoration: none;
}
div.benefit-lists div.benefit div.benefit-inner a:hover h3{
	text-decoration: none;    
	color: #90BE37;
}
#quotes-slider{
	min-height: 150px;
}
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
#quotes-slider .carousel-inner .item{
	min-height: 165px !important;
}
/*#quotes-slider .carousel-inner{
	height: 165px;
}*/
.woof_container_product_cat div.woof_container_inner_categories div.woof_block_html_items ul.woof_list.woof_list_radio > li > label:hover{
	color: rgb(144, 190, 55) !important;
}
.woof_container label:hover{
	color: rgb(144, 190, 55) !important;
}
div.woof_container_product_tag div.woof_container_inner h4 a.woof_front_toggle,
div.woof_container_pa_general-care div.woof_container_inner h4 a.woof_front_toggle,
div.woof_container_pa_medical-conditions div.woof_container_inner h4 a.woof_front_toggle{
	width: 100%;
	top: -18px;
	height: 18px;
}
div.woof_container_product_tag div.woof_container_inner h4 a.woof_front_toggle img,
div.woof_container_pa_general-care div.woof_container_inner h4 a.woof_front_toggle img,
div.woof_container_pa_medical-conditions div.woof_container_inner h4 a.woof_front_toggle img
{
	float: right;
	position: absolute;
	top: 5px;
	right: 0;
}
div.woof_container_pa_medical-conditions div.woof_container_inner h4:hover,
div.woof_container_pa_general-care div.woof_container_inner h4:hover,
div.woof_container_product_tag div.woof_container_inner h4:hover
{
	color: #90BE37;
}
a:focus{
	outline: 0px;
}
.sign-up-box-popup{
	background-color: #fafafa;
}
#sign-up-box{
	padding-right: 0px !important;
}
.modal-open{
	overflow: visible !important;
	padding-right: 0px !important;
}
#sign-up-box h2{
	color: #000;
	margin-top: 0px;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
}
#sign-up-box p{
	color: #000 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 30px !important;
	margin-bottom: 15px !important;
}
#sign-up-box .modal-header{
	border-bottom: 0px; 
}
#sign-up-box .close{
	opacity: 1;
}
#sign-up-box label{
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
}
#sign-up-box input{
	border-radius: 3px !important;
	border-width: 1px !important;
	border-color: #e3e3e3 !important;
	border-style: solid !important;
	background-color: #ffffff;
	height: 48px !important;
	width: 100% !important;
	color: #373737;
	font-size: 16px;
	font-weight: 300;
	line-height: 27px;
}
#sign-up-box .modal-content{
	border-radius: 0px !important;
}
.sign-up-box-popup{
	padding: 0px !important;
}
#sign-up-box .modal-body{
	padding-left: 35px;
	padding-right: 35px;
}
#gform_submit_button_2:hover{
	background-color: #90BE37 !important;
	color: white !important;
}
#sign-up-box #gform_submit_button_2{
	color: #90BE37;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	width: 190px !important;
	text-align: center;
	padding: 10px 15px !important;
	border: 1px solid #90BE37 !important;
	background-color: white;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 25px;
	margin: 0 auto;
	border-radius: 25px !important;
	display: block;
}
#sign-up-box .modal-dialog{
	margin-top: 50px;
	margin-bottom: 50px;
}
#sign-up-box .gform_wrapper .top_label div.ginput_container{
	margin-top: 0px;
}
.woocommerce div.product form.cart .variations td.variation-label{
	display: block;
	width: 100%;
	clear: both;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #333;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.woocommerce div.product form.cart .variations select{
    display: block;
    float: none;
    width: 100%;
    box-sizing: border-box;
	width: auto;
 	float: left;
    display: block;
    width: 100%;
    min-height: 22px;
    padding: 8px;
    background: #fff;
    border: 1px solid #cdcdcd;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	padding-right: 34px !important;
	-webkit-appearance:none;
    -moz-appearance:none;
	background: url(/wp-content/uploads/2019/10/global-elements-select-dropdown.png) no-repeat 100% 50% !important;
}
.single-product div#page div#content div.content-page div.small-container div.breadcrumbs span:first-child a{
	padding-left: 0px !important;
}
.mobile{
	display: none;
}
.desktop{
	display: block;
}
#sign-up-button:hover{
	cursor: pointer;
}
#gform_confirmation_message_1{
	color: #000 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 30px !important;
	margin-bottom: 15px !important;
	font-family: 'Montserrat', sans-serif !important;
}
.woocommerce-page.page-template-tpl-product div.header-right div.search-div div.cart-div-inner a{
	top: 0px;
}
div.supplier-slider div.owl-stage-outer div.owl-stage div.owl-item div.item a{
	display: contents !important;
}
@media(max-width: 1330px){
	.product-range-outter{
		padding-top: 25px;
	}
	.home-banner{
		height: auto !important;
	}
	.owl-prev{
		left: 0px;
	}
	.owl-next{
		right: 0px;
	}
	.home-banner-image{
		height: 575px !important;
	}
}
@media(max-width: 1099px){
	.search-overlay input[type="search"]{
		float: right;
		margin-right: 0;
		width: calc(100% - 65px);
		margin-left: 0px;
	}
	.white-overlay, .light-green-overlay, .green-overlay, .light-green-overlay-reverse{
		height: 135px;
	}
	.footer-1{
		margin-right: 25px;
		width: calc(25% - 25px);
	}
	.footer-2{
		margin-right: 25px;
		width: calc(25% - 25px);
	}
	.footer-3{
		margin-right: 25px;
		width: calc(30% - 25px);
	}
	.footer-4{
		width: 20%;
	}
}
@media(max-width: 925px){
	.contact-bar a:last-child{
		margin-top: 15px;
	}
}
@media(max-width: 991px){
	.home-expert{
		padding-top: 30px;
	}
	.home-expert-left{
		width: 100%;
		display: block;
		float: none;
		clear: both;
		max-width: 540px;
		margin-right: 0px;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	.home-expert-right{
		width: 100%;
		display: block;
		float: none;
		clear: both;
		max-width: 540px;
		margin-right: 0px;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	.search-overlay input[type="search"]{
		width: calc(100% - 85px);
	}
	.search-overlay .closebtn{
		right: 60px;
	}
	.contact-bar{
		margin-top: 50px;
	}
	.home-banner-content{
		padding-top: 50px;
	}
	.home-benefits h2{
		margin-bottom: 15px;
	}
	.benefit-lists{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.home-quotes{
		padding-bottom: 110px;
	}
	.home-benefits{
		padding-bottom: 0px;
	}
	div#quotes-slider div.carousel-inner .begin-quote,
	div#quotes-slider div.carousel-inner .close-quote{
		display: none;
	}
	.benefit{
		width: 100%;
		float: none;
		clear: both;
		margin: 40px auto;
		max-width: 320px;
	}
	.product-range{
		width: calc(100% / 2);
		margin: 15px auto;
	}
	.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product{
		width: 46% !important;
	}
	.woocommerce ul.products li.first, .woocommerce-page ul.products li.first{
		clear: unset !important;
		float: left !important;
	}
	.woocommerce ul.products li.last, .woocommerce-page ul.products li.last{
		margin-right: 3.8%;
	}
	ul#primary-menu li a{
		padding: 10px;
	}
	.search-div{
		width: 65px;
	}
	#site-navigation{
		width: calc(100% - 65px);
	}
	footer div.page-container div.footer-1 > a{
		display: table;
	}
	footer div.page-container div.footer-1 a img{
	    float: left;
	    clear: both;
	    display: block;
		margin-bottom: 40px;
	}
	.footer-inner{
		max-width: 767px;
	    display: table;
	    width: 100%;
	    margin: 0 auto;
	}
	.footer-1{
		width: 50%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.footer-2{
		margin-right: 0px;
		width: 50%;
		margin-bottom: 20px;
	}
	.footer-3{
		width: 50%;		
		margin-right: 0px;
		clear: left;
	}
	.footer-4{		
		margin-right: 0px;
		width: 50%;
	}
	.footer-1 aside, .footer-2 aside, .footer-3 aside, .footer-4 aside{
		max-width: 275px;
		margin: 0 auto;
	}
	.asside-inner{
		max-width: 275px;
	    margin: 0 auto;
	    display: table;
	    width: 100%;
	}
}
@media(max-width: 895px){
	.search-overlay input[type="search"]{
		width: calc(100% - 110px);
		margin-right: 0px;
	}
}
@media(max-width: 860px){
	.search-overlay input[type="search"]{
		width: calc(100% - 155px);
		margin-right: 30px;
	}
	.woocommerce div.product form.cart .button{
		margin-left: 15px;
	}
}
@media(max-width: 780px){
	.woocommerce div.product form.cart .variations{
		display: block !important;
	}
	.woocommerce div.product form.cart div.ml-responsive-table{
		display: none !important;
	}
}
@media(max-width: 768px){
	.single-product div.related-products div.woo-related-products-container ul.products li.product{
		width: calc((100% / 2) - 20px);
	}
}
@media(max-width: 767px){
	.desktop{
		display: none;
	}
	.mobile{
		display: block;
	}
	.contact-bar a span{
		display: none;
	}
	.next-line{
		display: block;
		margin-top: 15px;
	}
	.search-row{
		max-width: 320px;
		margin: 40px auto;
		display: block;
	}
	.search-right{
		width: 100%;
		float: none;
		clear: both;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 25px;
	}
	.search-img{
		margin-bottom: 25px;
		margin-left: 0px;
		margin-right: 0px;
		clear: both;
		width: 100%;
		float: none;
	}
	.wprmenu_bar #custom_menu_icon.hamburger.is-active{
		top: 20px !important;
	}
	#top-slider .carousel-inner .item .carousel-caption .carousel-caption-inner h1{
		font-size: 60px;
		line-height: 70px;
	}
	.wprmenu_bar #custom_menu_icon.hamburger{
		top: 70px;
		right: 5px;
		position: absolute;
	}
	.home .wprmenu_bar #custom_menu_icon.hamburger{
		top: 20px;
		right: 5px;
	}
	.site-branding a{
		max-width: 165px;
	}
	#site-navigation, .search-div{
		display: none;
	}
	.header-right{
		width: 20%;
	}
	.header-left{
		width: 80%;
	}
	.home-banner{
		height: auto !important;
	}
	.home-banner-image{
		display: none;
	}
	.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){
		float: right !important;
	}
	.product-sidebar{
		width: 100%;
		float: none;
		clear: both;
		display: block;
		margin-right: 0px;
	}
	.product-lists{
		width: 100%;
		float: none;
		clear: both;
		margin-left: 0px;
		display: block;
		margin-top: 25px;
	}
	.equine{
		width: 100%;
		max-width: 425px;
		display: table;
		margin: 15px auto !important;
		float: none;
	}
	.ml-responsive-table{
		margin-bottom: 15px;
	}
	.white-overlay, .light-green-overlay, .green-overlay, .light-green-overlay-reverse{
		height: 85px;
	}
	.animal:first-child{
		padding-top: 35px;
	}
	.animal-lists{
		max-width: 425px;
		margin: 0 auto;
	}
	.content-page{
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.animal-category{
		margin-bottom: 15px;
	}
	.topic-lists{
		margin-top: 15px;
	}
	.animal-category, .topic-lists{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	.content-page h2{
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 20px;
	}
	.faq-question .faq-divide{
		display: none;
	}
	.faq-answer .faq-divide{
		display: none;
	}
	.column-left, .column-right{
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.column-left{
		margin-bottom: 15px;
	}
	.column-right{
		margin-top: 15px;
	}
	.footer-1{
		width: 100%;
		margin-bottom: 15px;
	}
	.footer-2{
		width: 100%;
		margin-bottom: 15px;
	}
	.footer-3{
		width: 100%;
		margin-bottom: 15px;
	}
	.footer-4{		
		width: 100%;
		margin-bottom: 15px;
	}
	.top-left{
		display: none;
	}
	.top-right{
		width: 100%;
	}
	.home .wprmenu_bar #custom_menu_icon.hamburger{
		position: fixed !important;
	}
}
@media(max-width: 599px){
	.contact-bar a{
		margin-top: 15px;
		text-align: center;
		/*display: block;*/
		margin-left: 0px;
	}
	.contact-bar{
		margin-top: 35px;
	}
	.home-banner{
		height: auto !important;
	}
}
@media(max-width: 575px){
	.single-product div.related-products div.woo-related-products-container ul.products li.product{
		width: calc((100%) - 20px);
	}
	#top-slider .carousel-inner .item .carousel-caption .carousel-caption-inner h1{
		font-size: 55px;
		line-height: 65px;
	}
	.product-range {
	    width: 100%;
	    float: none;
	    clear: both;
	    display: block;
	}
	.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product{
		float: none !important;
		clear: both !important;
		margin: 30px auto !important;
	}
	.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){
		float: none !important;
		clear: both !important;
	}
	.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{
		float: none;
		clear: both;
		width: 100%;
		text-align: center;
	}
	form.woocommerce-ordering{
		float: none !important;
	    clear: both;
	    text-align: center;
	    display: table;
	    top: 0;
	    margin: 0 auto !important;
	}
	.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    	width: 100% !important;
    	max-width: 275px;
    }
}
@media(max-width: 395px){
	.top-right .divide-line{
		display: none;
	}
	.top-right a{
		display: block;
	}
	#top-slider .carousel-inner .item .carousel-caption .carousel-caption-inner h1{
		font-size: 45px;
		line-height: 55px;
	}
	.wprmenu_bar #custom_menu_icon.hamburger{
		top: 100px;
	}
	div.wprm-wrapper div.wprmenu_bar.active div#custom_menu_icon.hamburger.is-active{
		top: 20px !important;
		position: fixed !important;
	}
	.woocommerce div.product form.cart .button {
		float: none;
		display: table;
		clear: both;
		margin-left: 0px !important;
		margin-top: 0px;
		position: relative;
    	top: 25px;
	}
}