@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
html,
body {
	width: 100%;
	height: 100%;
	font-size:16px;
	margin:0;
	font-family: 'Poppins',Arial,sans-serif;
	color: #000; 
	background-color:#FFF;
}
p{	color: #000; }
h1{font-size:35px;font-family:'Poppins',Arial,sans-serif;margin:0;}
h2{
    font-family: 'Poppins',Arial,sans-serif;
	 font-size:20px;
	 font-weight:bold;
     margin-bottom:30px;
     color:#e57718;
}
h3{font-size:20px;font-weight:bold;}

a{
	text-decoration:none;
	color:#e57718;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover{
	color:#C55700;	
	text-decoration:none;
}
.center{text-align:center;}
.left{text-align:left;}
.leftcenter{text-align:left;}
.right{text-align:right;}
.rightcenter{text-align:right;}
.floatleft{float:left;}
.floatright{float:right;}
.clear{clear:both;}
.bold{font-weight:bold;}
.currentpage{background-color:#700;}
.vcenter{display: inline-block;vertical-align: middle;float: none;}
.pointer{cursor:pointer;}
.aroundbox{padding:10px;}
.box{padding:20px 0;}
.smallbox{padding:5px 0;}
.button{
    color: #fff;
    border: none;
    background-color: #65A206;
    border-radius: 46px;
    /*font-weight: 600 !important;*/
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 30px;
	 border:0px;
}
button:focus {
    outline: 0px auto -webkit-focus-ring-color;
}
.button:hover{
	color:#FFF;
	background-color:#458200;
}
.orange{
	background-color:#e57819;
}
.orange:hover{
	background-color:#C55800;
}

.bsmall{
	padding:5px 10px;
	font-size:14px;	
}
.relative{position:relative;}
.absolute{position:absolute;}

/* Footer */
footer{background-color:#333;color:#FFF;padding:10px;font-size:10px;}
footer a{
	color:#FFF;	
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	
}
footer a:hover{
	color:#CCC;	
}
@media only screen and (max-width : 576px) {
	.rightcenter{text-align:center;display:block;}
	.leftcenter{text-align:center;display:block;}
}

/*CONTACT FORM*/
.form-group {
    margin-bottom: 25px;
}
.form-group input,
.form-group textarea {
    padding: 10px;
}

.form-group input.form-control {
    height: auto;
}

.form-group textarea.form-control {
    height: 136px;
}
.form-control:focus {
    border-color: #87C556;
    box-shadow: none;
}
.text-danger {
    color: #e74c3c;
}


.centercol{width:100%;max-width:1100px;margin:auto;padding:0 3px;}
.centercolwider{width:100%;max-width:1600px;margin:auto;padding:0 3px;}
.justify{text-align:justify}
.hidden{display:none;}
.textgreen{color:#85c226;}
.textred{color:#ed4f4f;}
.textorange{color:#e57819;}
.textorangedark{color:#c55800;}
.textgrey{color:#666}
.textwhite,.textwhite p{color:#FFF !important}
.textblack,.textblack p{color:#000 !important}
hr{margin: 10px;}
.sectiontitle{
	font-family: 'Poppins', sans-serif !important;
	margin: 0px 0 5px 0px;
	padding: 0;
	color:#000;
	font-size: 36px;
	font-weight: 700 !important;
}
.sectionsubtitle{
	font-family: 'Poppins', sans-serif !important;
	margin: 0;
	padding: 0;
	color: #e57819 !important;
	font-size: 20px !important;
}
.sectionbold{font-size: 18px;font-weight: 600 !important;}
.section p{
	line-height: 27px;
	font-weight: 400;
	font-style: normal;
	color: #222222 !important;
	font-size: 16px;
	font-family: 'Poppins', sans-serif !important;
	margin-bottom: 10px;
}

/*top*/
.topcontainer{padding-top:5px;}
.topcontainer a{color:#9f9f9f }
.topcontainerleft a{font-size:14px;}
.dropdown:hover>.dropdown-menu {display: block;}.dropdown>.dropdown-toggle:active {pointer-events: none;}/*Show submenu on hover*/
nav a{color:#444;font-weight:bold;}
.navbar-light .navbar-nav .active>.nav-link{color:#85c226;}
.toplogo{max-width:400px;width:100%;}
.toplogosm{max-width:250px;width:100%;}
.nav-link{text-align:center;}
@media (max-width: 377px){
   .navbar-brand{margin-right:0}
   .toplogosm{max-width:none;width:100%;}
}
.sticky-top{padding-top:30px;}
/*.sticky {
   position: fixed;
   z-index: 9999;
   width: 100%;
   top:0px;
 }*/
.smooth{-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .dropdown-menu {top: 30px;}
}
.centercolmenu{background-color:rgba(255,255,255,1);width:100%;max-width:1300px;margin:auto;    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*homepage*/
.homeitems{
/*  background:url('/images/background-cows.jpg') center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  background-color:#000;
  color:#FFF;
}
.bggreen{background-color:#333;color:#FFF ;}
.shippingdate{color: #e57819;}

.homeitems a{color:#e57819;}.homeitems a:hover{color:#FC9839;}
.homecontact{
  /*background:url('/images/bg1.jpg') center center fixed; */
   background-color:#A5E246;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#000;
}
.homecontact a{
  color:#000;
  font-weight:bold;
}

.contactList{margin:0;padding:0;-webkit-padding-start: 0;}
ul.contactList {
    list-style: none;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
}
/*ul.contactList li {
    flex: 0 0 auto;
    margin-bottom: 15px;
}*/
ul.contactList li a .iconx {
    width: 40px;
    height: 40px;
    background: #eee;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 10px;
	 float:left;
}
ul.contactList li a .textx {
	float:right;
	margin:0;padding:0;
}
.padding7{padding:7px 0}

/** * Owl Carousel v2.3.4 * Copyright 2013-2018 David Deutsch * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-carousel .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.owl-carousel .owl-prev {
    left: -70px;
	 
}
.owl-carousel .owl-next {
    right: -70px;
}

@media (max-width: 1130px){
	.owl-carousel .owl-prev,.owl-carousel .owl-next {display:none;}
}

.owl-carousel .owl-next, .owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 20px;
    color: #fff;
    border: 1px solid #ddd;
    text-align: center;
}
.buttonnextprev{border:1px solid #FFF;border-radius:50%;padding:6px;}

/*testimonials*/
.carousel {
	 width:100%;
    max-width: 650px;
    margin: 0 auto;
    padding-bottom: 50px
}
.carousel .fa-quote-left{position:absolute;top:30px;left:-20px;}
.carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 140px
}

.carousel .item a {
    color: #eb7245
}

.carousel .img-box {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%
}

.carousel .testimonial {
    padding: 30px 0 10px
}

.testimonial {
    color: #000000;
    font: Times Roman
}

.carousel .overview {
    text-align: center;
    padding-bottom: 5px
}

.carousel .overview b {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px
}

.carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12
}

.carousel .carousel-control {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
    top: 4px
}

.carousel-control i {
    font-size: 20px;
    margin-right: 2px
}

.carousel-control.left {
    left: auto;
    right: 40px
}

.carousel-control.right i {
    margin-right: -2px
}

.carousel .carousel-indicators {
    bottom: 15px
}

.carousel-indicators li,.carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
    border: none;
}

.carousel-indicators li {
    background: #e2e2e2;
    border-color: transparent
}

.carousel-indicators li.active {
    background: #888
}	 
.row{margin:0px;}

/*.customcard{background-color:#000;color:#FFF;}*/
.biggertext{font-size:16px;}
.bgwhite{background-color:#FFF; color:#000;}
.testim_block{background-color:#F6F6F6;padding:10px;border-radius:5px;}
.maincontainer{padding:30px 20px;}

/*FOR FAQ PAGE*/
	.faq2{padding-bottom:10px;margin-bottom:0}
	.style11{padding-bottom:40px;}
	
.myposition{position:absolute;left:-3000px;top:-3000px;}

/*CATEGORIES*/
.itembar{display: table;background-color:#dcf4ba;border-radius:4px;margin:10px 0;width:100%;    -webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
.itembar:hover{background-color:#cce4aa;}
.packagefiller{background-color:#FC9;}
.packagefiller:hover{background-color:#EB8;}
.itemrow{display: table-row;}
.barleft{width:75px;text-align:center;background-color:#e57718;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#FFF;}
.barmiddle,.barmiddle a{color:#000;font-size:14px;}
.barright{text-align:right;width:100px;}
.barleft, .barright, .barmiddle {display: table-cell;padding:4px;vertical-align: middle;}
.itembutton{background-color:#e57718;color:#FFF;padding:2px 10px;border-radius:4px;}
.itembutton:hover{background-color:#c56708;color:#FFF;}
.itembuttondisabled{background-color:#999999;color:#FFF;padding:2px 10px;border-radius:4px;}
.itembuttondisabled:hover{background-color:#888888;color:#FFF;}

/*Toastr*/
.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;-webkit-backface-visibility: hidden;}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#fff;opacity:.8}#toast-container>:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;cursor:pointer}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}

/*CART MENU*/
    a.cart:hover {
    text-decoration: none;
    color: #c56708;
    }
    a.cart #cart-basket {
    font-size: 1rem;
    position: absolute;
    top: -6px;
    right: -5px;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #c56708;
    border-radius: 50%;
    }

/*QUICK ADD QUANTITY*/
/* -- quantity box -- */

.quantity {
    display: inline-block; }
   
   .quantity .input-text.qty {
    width: 35px;
    height: 39px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
   }
   
   .quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top; }
   
   .quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
   }
   
   .quantity.buttons_added .minus,
   .quantity.buttons_added .plus {
    padding: 7px 10px 8px;
    height: 41px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    cursor:pointer;}
   
   .quantity.buttons_added .minus {
    border-right: 0; }
   
   .quantity.buttons_added .plus {
    border-left: 0; }
   
   .quantity.buttons_added .minus:hover,
   .quantity.buttons_added .plus:hover {
    background: #eeeeee; }
   
   .quantity input::-webkit-outer-spin-button,
   .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0; }
    
    .quantity.buttons_added .minus:focus,
   .quantity.buttons_added .plus:focus {
    outline: none; }
   
.btn-primary{background-color:#c56708;border:1px solid #c56708;}
.btn-primary:hover{background-color:#b54700;border:1px solid #b54700;}
.btn-primary:active{background-color:#b54700;border:1px solid #b54700;}

/*CART*/
.bottomborder{padding:5px 0;}/*border-bottom:1px solid #EEE;*/
.quantityfield{width:70px;text-align:right;}
.removeitem{padding-left:20px;}
.fullwidthbutton{
    width:100%;
    max-width:400px;
    padding: 5px 15px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 20px;
}
.smallnew{padding:0 5px;display:inline-block;color:#F00;font-weight:bold;}
.fresshippingadvertising{background-color:#274e13;padding:15px 0px}
#cornercartbutton{
    z-index:1000;
    position:fixed;
    bottom:0px;right:0px;
    width: 95px;
    height: 95px;
    background: #e57718;
    color:#FFF;/*65A206*/
    border-radius: 100px 0 0 0;
    -moz-border-radius: 100px 0 0 0;
    -webkit-border-radius: 100px 0 0 0;
    padding:33px;
    cursor:pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#cornercartbutton:hover{background: #c55700;}

.breadcrumb{font-size:12px;background-color:#FFF;}
.flashy{
    -webkit-animation: glowing 1500ms 1;
    -moz-animation: glowing 1500ms 2;
    -o-animation: glowing 1500ms 3;
    animation: glowing 1500ms 2;
  }
    
  @-webkit-keyframes glowing {
    0% { background-color: #83c125; -webkit-box-shadow: 0 0 1px #C60; }
    50% { background-color: #83c125; -webkit-box-shadow: 0 0 10px #C60; }
    100% { background-color: #83c125; -webkit-box-shadow: 0 0 1px #C60; }
  }
  
  @-moz-keyframes glowing {
    0% { background-color: #83c125; -moz-box-shadow: 0 0 3px #C60; }
    50% { background-color: #83c125; -moz-box-shadow: 0 0 20px #C60; }
    100% { background-color: #83c125; -moz-box-shadow: 0 0 3px #C60; }
  }
  
  @-o-keyframes glowing {
    0% { background-color: #83c125; box-shadow: 0 0 3px #C60; }
    50% { background-color: #83c125; box-shadow: 0 0 20px #C60; }
    100% { background-color: #83c125; box-shadow: 0 0 3px #C60; }
  }
  
  @keyframes glowing {
    0% { background-color: #83c125; box-shadow: 0 0 3px #C60; }
    50% { background-color: #83c125; box-shadow: 0 0 20px #C60; }
    100% { background-color: #83c125; box-shadow: 0 0 3px #C60; }
  }

  .facebook{color:#4267B2;}.facebook:hover{color:#224792;}
  .instagram{color:#C13584;}.instagram:hover{color:#A11564;}
  .youtube{color: #ff0032;}.youtube:hover{color: #DF0012}

  .btnorange{background-color:#e57718;}
.btnorange:hover{background-color:#C55700;}
.imgcat{-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
.imgcat:hover{box-shadow: 0px 0px 15px #BBB;}
.orangeline{background-color:#e57819;height:6px;}
.greenline{background-color:#85c226;height:6px;}
.shadow{box-shadow: 2px 2px 5px #666;}
.textshadow{-webkit-text-shadow:0 2px 5px #000;text-shadow:0 2px 5px #000;}
.glow-box {box-shadow: -5px 5px 15px rgba(210, 210, 210, 0.7); }
.glow-filter {filter: drop-shadow(-3px 3px 3px rgba(255, 255, 255, 0.8));}
.glow-filter:hover{transform: scale(1.04);filter: drop-shadow(-5px 5px 3px rgba(210, 210, 210, 0.8));}
/* Tooltip */
.tooltip2-text {
   visibility: hidden;
   position: absolute;
   z-index: 1;
   width: 200px;
   color: white;
   font-size: 12px;
   background-color: #192733;
   border-radius: 10px;
   padding: 10px 15px 10px 15px;
 }
 .hover-text:hover .tooltip2-text {
   visibility: visible;
 }
 #top {
   top: -55px;
   left: -100px;
 }
.hover-text {
   position: relative;
   display: inline-block;
   margin-left: 5px;
   font-family: Arial;
   text-align: center;
 }
 
@media print{.no-print, .no-print *{display: none !important;}}

.img-hover-zoom {height: 300px;overflow: hidden;}
.img-hover-zoom img {transition: transform .5s ease;transform-origin: center center;}
.img-hover-zoom:hover img {transform: scale(1.2);}

.leftbutton{background-color:#559200;padding:10px 4px;margin:10px 0;text-align:center;border-radius:2px;cursor:pointer;}
.leftbutton a{color:#FFF;}
.leftbutton:hover{background-color:#85c226}
.menuselected{background-color:#e57718;}
.menuselected a{color:#000;font-weight:bold;}

/* Style the search field */
form.searchform input[type=text] {
   padding: 10px;
   font-size: 17px;
   border: 1px solid grey;
   float: left;
   width: 80%;
   background: #f1f1f1;
 }
 
 form.searchform button {
   float: left;
   width: 20%;
   padding: 10px 0;
   background: #e57718;
   color: white;
   font-size: 17px;
   border: 1px solid grey;
   border-left: none; /* Prevent double borders */
   cursor: pointer;
 }
 
 form.searchform button:hover {
   background: #C55700;
 }
 
 /* Clear floats */
 form.searchform::after {
   content: "";
   clear: both;
   display: table;
 }
 
 /*NEW 2025*/
 .bgimage{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.welcomeimage{ 
   background: url(/images/cattle-website-min.jpg) no-repeat center center fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: fill;
   height:700px;
   color:#FFF;
}
@media only screen and (max-width : 1200px) {
   .welcomeimage{ 
      background: url(/images/cattle-website-min.jpg) no-repeat center center; 
   }
   .imagehomepage {
      background-repeat: no-repeat;
      background-size: contain;
      background-position: top;
      height: auto;
      max-width: 100%;
    }
    
}

.bgimagesmall{
   justify-content: center;
   background-position: center;
   background-size: cover;
   max-height:100%;
   height:295px;
}

.imagehomepage {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:100%;
    min-height: 350px;
 }

.productcards{
    position: relative;
    min-height:450px;
    padding: 0px 5px;
    justify-content: center;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width : 575px) {
    .productcards{
        position: relative;
        min-height:420px;
        padding: 0px 5px;
        justify-content: center;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

}

.productcardfooter{
    position: absolute;
    bottom: 5%;
    left: 0; 
    right: 0; 
    margin-inline: auto; 
    width: fit-content;

}

.productcardimage{
    object-fit: cover;
    max-height: 230px;
    max-width: 230px;
    width: 100%;
    height: 100%;
}

.productcardimagesm{
    object-fit: contain;
    width: 230px;
    height: 230px;
}