/*** Responsive ARBICO Styles *****/

:root { font-size: 16px; }
.mobile { display: none; }

.skip-link { 
	position: absolute;
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px; 
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    white-space: nowrap;
}
.skip-link:focus {
	clip:auto;
    left:0;
    top:0;
    width:100%;
    height:auto;
    margin:10px auto 0 auto;
    padding:10px 0;
    background:#f0f0f0;
    border:2px solid #4b7823;
    border-left:none;
    border-right:none;
    text-align:center;
    font-weight:bold;
    color:#4b7823;
  	display: block;
  	position: relative; 
}

body {background: #d9e7a1; color: #999; font: 1rem Arial, 'Lato', sans-serif; }
body, select, input, textarea { color: #333; }

a { color: #4b7823; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }
ul.display, #featured_products ul, #featured_categories ul, #suggested_products ul, #related_products ul, #you_may_also_like ul, .messages ul, .member-links ul, #shop_by_price ul, #category_filter ul, #recently_viewed ul  {list-style-type: none; list-style: none; padding-left: 0; }
.container { background:#fff;  box-shadow: 0 15px 25px rgba(0,0,0,.5); }
.grid li .qty-label, .grid li div.child, .grid li div.status, .grid li input.qty { display: none; }
p { padding-bottom: 0; line-height: 1.4em;}
.red, span.red{
    color: #ff0000;
}

.mm-listview .mm-next + a, .mm-listview .mm-next + span, .mm-listview > li > a, .mm-listview > li > span { font-size: 1rem !important; }

.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a { display: block; padding: 10px; }

.messages { padding: 15px; }

/* HEADER STYLING */
#header figure {
    margin: 12px 0 0 0;
}
#header .checkout_hide a,  #header .checkout_hide div.header_nav_divider {
    color: #333;
    display: block;
    float: right;
    margin: 0 0 0px 1px;
    padding: 1px 0 5px 20px;
    text-decoration: none;
    vertical-align: bottom;
}
#header #tagline {
    clear: right;
    color: #666;
    font-family: "Droid Serif",serif;
    font-style: italic;
	font-size:13px;
    padding: 5px 0px 5px 19px;
}
#header .phone {
    color: #8d3533;
    font-size: 1.375rem;
    text-align: right;
}
#minicart_container {
    position: absolute;
    right: 15px;
    top: 9px;
    height: 32px;
}
.minicart {
    float: right;
    margin: 0;
    padding: 12px 5px 12px;
    /*border: 1px solid #ccc;*/
    border-bottom: 0;
    font-weight: bold;
}
#cartitems img {
    display: inline;
    vertical-align: middle;
}
.minicart a#vcart, .minicart img {
    text-decoration: none;
    color: #4b7823;
    margin: 0 8px;
}

.nav-icons img.mobile-search {margin-left: 10px;}
input.search-image { position: absolute; right: 5px; top: 6px; background: #fff; }
#search form {position: relative;  margin: 10px 0;}
#suggestions {
    z-index: 1000;
    background: #fff;
    position: absolute;
    width: 100%;
  	cursor: pointer;
  	border-radius: 0 0 4px 4px;
}

#suggestions .suggestion {
  	border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding: 0 10px 2px 10px;
  	cursor: pointer;
}

#suggestions .suggestion:last-child {
  border: 1px solid #e1e1e1;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

#suggestions .suggestion_hover {
  background: #f0f0f0;
}

.navbar-collapse {background-color: #fff; overflow: hidden;}
/* HEADER STYLING ENDS */

/* MINICART */
#minicart_overlay_box { left: 0; margin-left:auto; margin-right: auto; position:fixed; right:0; top:20px; z-index:99999; width:500px;}
#minicart_overlay { background-color: #fff; border: 2px solid #4b7823; border-radius: 10px; box-shadow: 0 0 20px #000000; margin: 0 auto; padding: 10px 0; width: 450px; overflow: hidden; }
#minicart_overlay .pull-right.minicart_exit { margin-right: 15px; }
#minicart_overlay #minicart_products .minicart_product { padding: 15px; clear: both; background: #eee; overflow: hidden; }
#minicart_overlay .minicart_total { clear:both; padding: 15px 15px 15px 0; text-align:right }
#minicart_overlay .productname { color: #4b7823; font-size: 1.375rem; font-weight: bold; margin: 3px 10px 18px; text-transform: capitalize; text-align: left; }
#minicart_overlay .minicart_promo_text_container { padding-top: 8px; }
#minicart_overlay .minicart_promo_text { text-align:center; background-color:#85764f; font-weight:bold; font-size:13px; color:#ffffff;padding:3px 5px 7px 5px; border:solid 1px #BDA870; }

#minicart_overlay .mini-cart-items {padding-top: 15px; clear: both; }
#minicart_overlay .overlay_info { margin-left: 65px; margin-bottom: 5px; padding-left:10px; }
#minicart_overlay .minicart_total_qty {clear:both; padding:5px 0; text-align: right;}
#minicart_overlay .minicart_slider_container {padding-top:8px; }
#minicart_overlay .minicart_slider_promo_text { text-align: center; background-color:#85764f; font-weight:bold; font-size:13px; color:#ffffff; padding:3px 5px 7px 5px; border:solid 1px #BDA870;}



#index #newsletter h2, #global_filter h2 {background-color: #4b7823;border-color: #337ab7;color:#FFF;padding:10px 0 10px 10px}
#newsletter input[type=email]{font-size:1rem;}
#horizontal #search {
    overflow: visible;
    padding: 0;
}
#horizontal #search input[type=text] {
    color: #757575;
}
.btn{
    padding: 5px 12px;
}
button.btn-sitesearch {
	position: absolute;
    right: 0;
    top: 7px;
    background: none;
    border: none;
}
button.btn-sitesearch .glyphicon.glyphicon-search {
    font-size: 1.125rem;
}
input{
    vertical-align:middle;
}
.promo-banner {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    text-align: center;
	font-weight: bold;
}
.promo-banner a {
    color: #fff;
    text-decoration:underline;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #4b7823;
    border-color: #337ab7;
}
.hed_font{
    margin-top: 0;
    font-size: 1rem;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: transparent;
    border-bottom: 1px dotted #ccc !important;
    border: 0;
}
.border-btm0{
    border-bottom:0 !important;
}
/* MAIN NAVIGATION STYLING STARTS */
#horizontal #nav-menu-container ul { padding-left: 0; }
#horizontal #nav-menu-container ul li{margin-left: 0;padding-bottom: 0;}
.row.nav-wdmanage{
    margin-right: 0;
    margin-left: 0;
}
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.navbar {
    margin-bottom: 1px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background: #648f3d;
    color: #fff;
    text-decoration: none;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background: #648f3d;
    color: #fff;
    text-decoration: none;
}
.navbar-default .navbar-nav>li>a{
    white-space: nowrap;
    color:#4b7823;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
}
.dropdown-menu{background: #f4f7e8 none repeat scroll 0 0; padding: 5px 0 25px 0; box-shadow: 0 12px 12px rgba(0,0,0,.3); -webkit-box-shadow: 0 12px 12px rgba(0,0,0,.3); -moz-box-shadow: 0 12px 12px rgba(0,0,0,.3); }
.dropdown-menu > li > a{color: #4b7823;}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: #648f3d none repeat scroll 0 0;
    color: #fff;
}
.menu-icon img { margin-top: 8px; }
.navbar button {float: left;}
nav.nav-icons {margin-top: 8px;}
.sm-nav {border: none;}
.navbar-collapse {border-bottom: 1px solid #ccc; margin-bottom: 20px;}
/* MAIN NAVIGATION STYLING ENDS */


#home-featured { margin-top:50px; background:url(/images/line-gray.gif) repeat-x left 60%; }
#new_products { margin-top:50px; background:url(/images/line-gray.gif) repeat-x left 60%; }
#featured_products_heading {font-size:25px; text-transform:uppercase; color:#555; text-align:center;background:url(/images/line-gray.gif) repeat-x left 50%; width:350px; background:#FFF; margin:0 auto }
#featured-scroll { background: #fff; padding-top: 15px; }
#featured-scroll header { text-align: center; color: #00718f;}
#featured-scroll header hr { border-bottom: 1px solid #000; display: inline-block; margin-bottom: 10px; width: 20%;}
#featured-scroll header .hr-left { margin-right: 10px; }
#featured-scroll header .hr-right { margin-left: 10px; }
#featured-scroll header h2 { font-family: "Raleway", "Arial", sans-serif; font-weight: normal; font-size: 30px; display: inline-block; margin-top: 0; }
#featured-scroll #featured_products { border: none; padding-top: 0; background: #fff; }
#featured-scroll #featured_products header { display: none; }
#featured-scroll #new_products { border: none; padding-top: 0; background: #fff; }
#featured-scroll #new_products header { display: none; }
.mini-product-list { position: relative; height: 250px; }
#featured-scroll .thumb-product{width:250px; height:350px;}
#featured-scroll .info {width: 250px; text-align: center; font-size: 14px; padding: 8px 0 0px; }
#featured-scroll .MagicScroll-horizontal .mcs-item { margin: 0 5px; }
/*#featured-scroll .MagicScroll .mcs-item img {width:250px;}*/
#featured-scroll .MagicScroll .mcs-item a {width:250px; height: 333px; max-width:250px; max-height: 333px; min-width:250px; min-height: 333px;}
 #featured-scroll .MagicScroll > .mcs-button-arrow {margin-top:150px;}

/* CAROUSEL STYLING START */
.carousel_rt{
    float: right;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-inner img {width: 100%;}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@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);
    }
}

/* CAROUSEL CSS ENDS */

/* HOMEPAGE STYLING */
#welcome{padding-bottom:10px;}
#welcome h1 {
    margin: 0 0 13px 0;
    font-family: 'Droid Serif', serif;
    color: #4b7823;
    font-style: italic;
    font-weight: normal;
    font-size: 1.188rem;
}
#welcome p {
    font-size: 1rem;
    line-height: 22px;
    color:#000;
    margin:0;
    padding:0;
}

#index .carousel-indicators {
    left: 75%;
    list-style: outside none none;
    padding-left: 0;
    position: absolute;
    text-align: right;
    width: 20%;
    z-index: 15;
    bottom:0;
    margin-left:0;
    color:#000;
}
#index .carousel-indicators span{
    display: block;
    float: left;
    height: 16px;
    width:16px;
    padding-right: 4px !important;
}
#index .carousel-indicators li{border:none;font-size:0.8125rem;border-radius:0;background-color: #CCE0EA;height: 16px;margin: 0;width: 16px;padding-bottom: 0;}
#index .carousel-indicators li.active{background-color:#4FA1C3;color:#000;}
#index .carousel-indicators li.active span{font-weight:bold;}

/* NEWSLETTER SECTION STYLING STARTS */
/* REPLACED WITH STYLES JUST BELOW***
#newsletter-block {
    width: 100%;
    margin: 10px 0;
    overflow: visible;
    height: 65px;
    background: #272727;
}
#newsletter-block .column1 {
    color: #fff;
    padding-top: 12px;
}
#newsletter-block div:first-child {
    border-left: 0;
}
#newsletter-block div {
    padding: 0 10px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    min-height: 33px;
    border-left: 1px solid #888;
}
#newsletter-block .column1 #nwsl {
    font-size: 1.125rem;
    margin: 0 12px;
}
#newsletter-block .column1 #nwsl a {
    text-decoration: none;
    color: #58abcb;
    cursor: pointer;
}
#newsletter-block .column3 #shr {
    font-size: 1.125rem;
    color: #fff;
    padding: 0 15px 0 20px;
}
#newsletter-block .column3 #shrlnk {
    margin-top: -3px;
    padding: 0;
    border: 0;
    width: 30px;
}
*/


#newsletter-block.lower { clear: both; margin: 30px -20px 0px -20px; overflow: visible; height:65px; background: url(/images/bg-footer-bar.jpg) repeat-x #5f7d27;}
@media only screen and (max-width: 767px) {
    #newsletter-block.lower { background: url('/images/pixel.gif') no-repeat #a8c06c!important;  margin: 30px 0px 0px 0px; height:auto; padding: 10px 25px;}
    #newsletter-block div.column1 {float:none!important; width:100%; margin:0!important; padding: 15px 0 0 0; text-align: left;}
    #newsletter_section {margin:0; padding:0;}
    #newsletter_section div { margin-top: 0px; }
    #newsletter_section div.form-group { padding: 0px; width:170px!important; }
    #newsletter_section input[type="email"] {width:170px!important;}
}
#newsletter-block div { padding: 0px 0px 0px 20px; margin-top: 10px; display: inline-block; vertical-align: top; min-height: 33px; border-left: 1px solid #728f33; }
#newsletter_section { float: left; margin-top: 5px; }
#newsletter-block section#newsletter_section div { border-left: 0; }
#newsletter-block div#footer_catalog {float:left; border-left:0;}
#newsletter-block div.footer_catalog_image {float:left; border-left:0; padding-left: 2px; margin-top: -35px; }
#newsletter-block div.footer_catalog_heading { color:#911d1e; margin-left: 0px; margin-top:0px; float: left; font-size: 18px; border-left:0; padding-left: 5px;}
#newsletter-block div.footer_catalog_heading a { text-decoration:none; color:#911d1e; }
#newsletter-block div.footer_catalog_heading a:hover { text-decoration:underline;color:#911d1e; }
#newsletter-block div.footer_catalog_arrow {float:left; border-left:0;padding-left: 10px;}

#newsletter-block div.column1  { color:#1f2f00; margin-left: 25px; float: left; font-size: 20px;}
#newsletter-block div.column1  #nwsl { font-size:18px; margin: 0px 12px 0 0; display: block;}
#newsletter-block div.column1  #nwsl a{text-decoration: none; color: #1f2f00; cursor: pointer;}
#newsletter_section input[type="email"] { width: 230px;float: left; border:0px; height:35px;  border-radius: .3em 0px 0px .3em; -webkit-border-radius: .3em 0px 0px .3em; -moz-border-radius: .3em 0px 0px .3em; padding: 0px 10px; outline: 0; font-size: 13px; color:#444; background: #fff; vertical-align:middle; }
#newsletter-block div.form-group {width: 200px;float: left; border:0px; height:35px;margin-top: 0; padding:0;}
#newsletter-block div.column3  { float:right; width:280px; padding-top: 6px; }
#newsletter-block div.column3  #shr{ font-size:18px; color:#fff; padding:0 10px 0 10px; }
#newsletter-block div.column3  #shrlnk{margin-top:-3px; padding:0; border:0; width:250px;}
#newsletter-block div.column3  .shrimg { margin: 0 2px 0;}
#newsletter-block div.column3  #shrlnk a{ text-decoration: none;}
#newsletter_section input[type=submit] { float:left; border: 0 none; height: 35px;  border-radius: 0px .3em .3em 0px; -webkit-border-radius: 0px .3em .3em 0px; -moz-border-radius: 0px .3em .3em 0px; margin: 0; letter-spacing: 0.05em; }

/* NEWSLETTER SECTION STYLING ENDS */

/********** CV3 NEWSLETTER POPUP *********************/
#npfade {
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
    overflow: visible;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 8001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none; 
}

#popcontainer { 
  	background-color: transparent; 
  	/*border: 5px solid #4b7823; */
  	display: none; 
  	left: 0; 
  	margin: 0 auto; 
  	position: fixed; 
  	top: 150px; 
  	/*width: 30%; */
  	z-index: 8008 !important; 
}
#popcontainer #close { 
  	/*background: url("/images/close_button.png") no-repeat scroll right top rgba(0, 0, 0, 0);*/ 
  	color: #666666; 
  	position: absolute; 
  	margin-left: -40px;  
  	margin-top: -40px;
  	border: none; 
  	background: #000;
  	border: 1px solid black;
    border-radius: 50px;
    padding: 0; 
}
#popcontainer #close i {
	font-size: 32px;
    color: #fff;
    background: transparent;
  	border: 2px solid #000;
  	border-radius: 50px;
}
#popcontainer-content { 
  	border: 5px solid #4b7823;
  	margin: 25px auto 0 auto;
  	padding: 20px;
  	background: #fff;
  	max-width: 400px;
}
#popcontainer h2 { font-size: 24px; }
#popcontainer h2 span { font-size: 30px; }
#popcontainer > #form_part { 
  	padding: 25px; 
  	text-align: center; 
  	/*margin: 20px; */
  	border: 1px solid #4b7823; 
}
/********** Newsletter popup ends *********************/

/****Arbico Email Popup****/


#dim {
    position:fixed;
    display:none;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:#333333;
    opacity:0.8;
    z-index:1006;
}


#popup_overlay_box {
    display: block;
    overflow: visible;
    width: 2px;
    text-align: center;
     z-index: 8008 !important;
     margin: 0 auto; 
     position: absolute; 
    width: 60%;
    left: 20%;
   margin-top: 15%;
}
@media only screen and (max-width: 767px) {
	#popup_overlay_box {
		width: 90%;
		left: 5%;
	}
}
@media only screen and (min-width: 1199px) {
   #popup_overlay_box { width: 50%; left: 25%; margin-top: 15%;}
} 

.popover_wrapper {
        background-color:beige;
	border:3px solid #80a95b;
}
.header_asterisk {
	display: inline;
    font-size: .7em;
    padding: 0 2px;
}
#popup_container_email {
    width: 100%;
    background-color:#beige; 
    /*background-image:url(/images/bg-email-signup-popup2.png);
	background-repeat:no-repeat;*/
    /*border: 2px solid black;
    border-radius: 10px 10px 10px 10px;*/
    display: block;
    margin: 0 auto;
    overflow: visible;
    padding: 0px;
    position: relative;
    z-index: 1007 !important;
}

.close_email_popover {  right:1%;  position:absolute; top:1%;}
.overlay_close_btn {
    background: -moz-linear-gradient(center top , #5E94C7, #003F83) repeat scroll 0 0 transparent;
    border: 1px solid #00366F;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
#bad_address {
    display: block;
    height: 10px;
    z-index: 1008 !important;
    width: 250px;
    font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif;
    font-size: 11px;
    border: 0px solid #B7B7B7;
    border-radius: 10px 10px 10px 10px;    
    color: #ff0000;
    background-color:none; 
    vertical-align: middle;
    margin-left:0px;
    margin-top:5px;
    position: relative;
    padding-top:3px;
}
#email_pop_logo {padding-top: 30px; padding-left: 0px;}
.popover_header {clear: both; padding: 45px 25px 30px 25px; font: 28px Helvetica, Arial, sans-serif; color: #8d3533; font-weight: bold;}
.popover_body {clear: both;  padding: 0px 33px 1px 33px; font: 14px Tahoma, Verdana, Helvetica, Arial, sans-serif;}
.popover_form {clear: both; width: 100%; padding: 10px 0px 30px 0px;}
.popover_fineprint {font-size: 10px; padding: 15px 0 5px 0; color: #999;}

.email_popover_close_btn { 
	background: beige;
    border: 0px solid #747687;
    color: #00677f;
    cursor: pointer;
    font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif;
    font-size: 12px;
    text-align: center;
    text-decoration: underline;
    vertical-align: middle;
 }
 
 .email_popover_close_btn_top {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #747687;
    color: #999;
    cursor: pointer;
    font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.email_popover_close_btn a:hover { background: #f3fcc0; text-decoration:none; }

.email_popover_join_btn { 
    background: #64913d;
    border: 0px solid #64913d;
    color: #fff;
    cursor: pointer;
    font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif;
    font-size: 12px;
	font-weight:bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
	padding:3px;
 }
.email_popover_join_btn:hover { background: #6dad16; }

.popover_hero_image {float: left; padding: 15px 7px 15px 15px;}
.popover_hero_image img {}

/*****END POPOVER STYLES*****/


/***FE Custom Page***/
div.form-container fieldset { margin: 15px 0; padding: 10px; border: #ccc 1px solid; background: #f4f7e8; }
div.form-container legend { font-weight: bold; color: #666; font-size: 18px; }

#buy_area {padding:5px;}
#buy_area_left {float:left;}
#buy_area_right {float:right;}
#buy_area_right .prodprice {float:left; padding:10px 0;}

#attributes {padding-bottom:15px;}
#attributes select {margin-top:10px; }

#shippingSchedule {
    clear: both;
    font-size: 14px;
    padding: 1px 10px 10px 10px;
    width: 220px;
    display:none;}

#fe_zone_info {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #5c6575;
    border-radius: 0;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    text-align: center;
    top: 340px;
    width: 500px;
    z-index: 2000;
   display:none;
    left: 50%;
    margin-left: -165px; 
}

#animals_info {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #5c6575;
    border-radius: 0;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    text-align: center;
    top: 340px;
    width: 500px;
    z-index: 2000;
   display:none;
    left: 50%;
    margin-left: -165px; 
}

#frequency_info {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #5c6575;
    border-radius: 0;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    text-align: center;
    top: 340px;
    width: 500px;
    z-index: 2000;
   display:none;
    left: 50%;
    margin-left: -165px; 
}

#shipments_info {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #5c6575;
    border-radius: 0;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    text-align: center;
    top: 340px;
    width: 500px;
    z-index: 2000;
   display:none;
    left: 50%;
    margin-left: -165px; 
}
.popover_close_btn { background-image: url('/images/close_pop.png'); background-repeat: no-repeat; height:30px; width:30px; border: 0px;}
.close_popover { left: 485px; position: absolute;   top: -15px;}

.info_button { background-image: url('/images/info.png');  height:20px; width:30px;  border: 0px; background-repeat: no-repeat; background-color:transparent;}

.alert { color: #a62917; font-size: 18px; padding-top: 15px;}
.restrictions{ color: #a62917; font-size: 12px;  padding-top: 10px; padding-bottom:2px; }
.restrictions_checkbox { color: #a62917; font-size: 12px; padding:2px 5px 10px 7px; float: right; font-weight:bold;}
.fe_attribute_box {width:400px;}

/**END FE CUSTOM PAGE**/



/***CART OVERLAY***/
#added { 
    display: block;
    overflow: visible;
    width: 2px;
     z-index: 8008 !important;
     margin: 0 auto; 
     position: absolute; 
    width: 60%;
    left: 20%;
    top: 1%;
   background: #fff; 
  box-shadow: 0 0 20px #000; 
  /*border-radius: 10px; */
  border: 2px solid #233e59;
  color: #000000; 
  font-weight: 
  normal; 
  font-size: 16px; 
  text-align: left; 
 }
@media only screen and (min-width:992px) and (max-width: 1199px) {
   #added { width: 80%;left: 10%;}
}
#added #additonal h2, #added #additonal .price, #added #additonal .qty-label {font-size:.9em;}
#cont_added {display: block; padding: 5px 12px; font-size:14px; margin:6px;}
#cont_added a {text-decoration: none; color:#fff;}
#close_added {display: block; padding: 5px 12px; font-size:14px; margin:6px;}
#close_added a { text-decoration: none; }

.close_popover {
  right:1%;  position:absolute; top:1%;
}

.popover_close_btn { 
       /**background: none repeat scroll 0 0 #fff;**/
    border: 0 solid #747687;
    color: #999;
    cursor: pointer;
    font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
 }

.popover_close_btn a:hover { background: #f3fcc0; }
.overlay_info div {
  font-size: 13px;
  font-weight: normal;
  color: #535353;
 font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  text-align:left;
  padding:0px 0px 1px 0px;
}

.heading_popover { text-align:left; width:100%; font-size: 18px; margin: 0px 0px 20px 20px; font-family: Georgia, Times, "Times New Roman", "serif";color: #445e0b; font-weight: normal; font-size: 1.3rem;}


#dim {
    position:fixed;
    display:none;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:#333333;
    opacity:0.8;
    z-index:1006;
}

.minicart_overlay_products {float: left; text-align:left ;padding:15px 5px 5px 5px;}
.minicart_overlay_summary {float: right; text-align:center;margin-top:35px; font-weight: bold; font-size:14px}
.minicart_buttons {padding-top:25px;}

@media (max-width:767px) {
#added {width: 80%; left: 10%;}
}


/**END CART OVERLAY**/

#category_menu {padding-top: 20px;}
#category_menu h3, #category_filter h3, #global_filter h3, #newsletter h3, #shop_by_price h3, #minicart h3, #left_column #recently_viewed h3{background-color: #f2e5b3; border-color: #337ab7;color: #937303;padding: 7px 0 6px 10px;text-transform: uppercase;font-size:.9em;text-align: center;}
#left_column #recently_viewed ul li{padding:0;margin:0;}
#left_column #recently_viewed .thumb-product{text-align:center; height: 80px; overflow: hidden;margin: 0;width: auto;}
#left_column #recently_viewed .thumb-product .image {
    width: 75px; 
    float: left;
}
#left_column #recently_viewed .thumb-product .info{
    float: left;
    padding: 20px;
    text-align: left;
    width: 60%;
    max-width:180px;
}
#left_column #recently_viewed .thumb-product .name{display: block;padding: 10px 0 0;}
#left_column .filter_container label { font-weight: 500; }
#left_column .filter_container label input { margin: 0; }
#left_column {font-size:.9em;}

.thumbnail img {
    width: 100%;
}

.thumbnail {


    padding: 0;
}

/* FOOTER STYLING START */
.footerbg {
    background: #a8c06c;
    margin: 0px -20px 0 -20px;
    color:#2d2d2b;
    padding-bottom: 30px;
}

footer a{line-height:25px;color: #2d2d2b;display:block;}
footer a:hover{color:#000;}
footer ul{list-style:none;padding-left:0;}
#footer nav ul li{margin-left:0;padding-bottom:0;}
#freephone p, #fax p{margin-bottom:0;padding-bottom:0;}
#cprgt{margin-top:25px;text-align: right;}
#cprgt p{margin-bottom:2px;padding-bottom:0;font-size: 13px;}
#contact-numbers{margin-top:20px;}
#contact-details{color:#FFF!important;}
#footer .fullsite, #footer .gateway_links{padding-left: 10px;}
/* FOOTER STYLING END */

/*--FEATURED PRODUCTS CSS STARTS--*/
#featured_products, #featured_categories, #related_products, #suggested_products{
    border: 1px solid #ccc;
    clear: both;
    margin-bottom: 20px;
    width: 100%;
}
#featured_products header, #featured_categories header, #related_products header {
    background-color: #58abcb;
    height: 45px;
}

#featured_products header h2, #featured_categories header h2, #new_products header h2, #related_products header h2 {
    color: #333;
    font-size: 24px;
  	font-family:Arial, "Lato",sans-serif;
    margin: 12px 0 0 20px;
    text-transform: uppercase;
}
#suggested_products header, #related_products header { height:45px;  background-color: #61852e; -webkit-border-radius: .2em .2em 0 0; -moz-border-radius: .2em .2em 0 0; border-radius: .2em .2em 0 0; margin-bottom:20px;}
#suggested_products header h4, #related_products header h4  { color:#fff;  font-size: 16px; padding:15px 0px 0px 15px; text-transform: uppercase; margin:0;}
#featured_categories .thumb-product { height: 200px; }  
.cap {
	float: left;
    width: auto;
}
.cap h3 { margin: 10px 0 0 10px; }
.seemore {
    background-color: #4b7823;
    color: #fff;
    float: right;
    font-family: Arial,"Lato",sans-serif;
    font-size: 1rem;
    padding: 13px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}
.seemore a {
    color: #fff;

}
.thumb-product{
    height: 230px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.thumb-product img {
  	width:100%;
	max-height: 150px;
	max-width: 150px;
}
.red, .req, .sale-price {
    color: #c00;
}

#featured_products ul li .info a, #featured_categories ul li .info a, #new_products ul li .info a, #related_products ul li .info a, #suggested_products ul li .info a{
    color: #000;
    
}
#featured_products ul li .name, #featured_categories ul li .name, #new_products ul li .name, #related_products ul li .name, #suggested_products ul li .name{
    margin: 10px 0 5px 0;
}
/* featured product end */

/* BREADCRUMB STYLING START */
#breadcrumb {
    color: #666;
    font-size: 0.75rem;
    padding: 15px 15px 0px 45px;
    text-transform: capitalize;
}
#breadcrumb a {color: #999; }
#breadcrumb ol { list-style-type: none; padding-left: 0; }
#breadcrumb li { display: inline-block; }
#breadcrumb li + li:before {
    display: inline-block;
    margin: 0 .5rem;
    transform: rotate(15deg);
    border-right: .1em solid currentColor;
    height: .8em;
    content: '';
}
/* BREADCRUMB STYLING END */

/**CATEGORY MENU STYLING**/
#category_menu ul {list-style:none;background-color: #fdf9ed;padding-left:0;}
#category_menu ul li{
    border-top: 1px dotted #ccc;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 0 none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    margin: 0 5px;
    padding: 0px 5px;
}
#category_menu ul li a {
    display: block;
    margin-bottom: -1px; 
    position: relative;
    color: #4b7823;
    padding: 10px 0;
}
#category_menu li.active, #category_menu li.category_top_active {
    font-weight: bold;
}
#category_menu ul li ul li {
    padding-left: 10px;
    border-top: 1px dotted #ccc;
    border-bottom:0px;
    
}
/**CATEGORY MENU STYLING ENDS**/

/* CATEGORY PAGE STYLING STARTS HERE */
@media only screen and (min-width: 768px) {
    section#cat {padding-left: 25px;}
}
#category_options label { text-transform: uppercase; }
#category_options #sort, #category_options #per-page, #category_options #toggle { float: left; }
#category_options #prev-next { float: right; margin: 0; text-align: right; }
#prev-next2 { color:#4b7823; clear: both; text-align: right; border-top: 1px solid #ccc; margin: 10px 0 0 0; padding: 10px 0; border:none; }
#prev-next2 span { color:#4b7823; text-transform: uppercase; }
#prev-next2 .pagenumber a, #prev-next2 a { color:#58abcb; text-transform: uppercase; }
#prev-next2 .pagenumber a:hover, #prev-next2 a:hover { text-decoration:none; }
#toggle .list-on, #toggle .grid-on {
    color: #fff;
    border: 2px solid #fff;
    padding: 3px;
  	font-size: 16px;
}
#toggle .list-off, #toggle .grid-off {
    color: #fff;
  	font-size: 20px;
}
#toggle i {
    font-size: 20px;
    color: #fff;
}

#cat h1 {
    color: #4b7823;
    margin-top:0;
}
#cat h3 {
    font-size:18px;
}
#cat li {
    padding-top:0.2em;
    padding-bottom:0.2em;
}
#category_options {
    background: #4b7823;
    color: #fff;
    font-weight: normal;
    padding: 10px;
}
#category_options ul{margin:0; padding-left: 0;}
#category .info h2, #prod_detail_list .info h2{
    padding-top:5px;
    color: #000;
    font-size: 1.05rem;
    font-weight: normal;
    margin: 5px 0 5px;
    /*height:45px;*/
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:22ch;
    display:inline-block;
    white-space:nowrap;
}

.grid li .image, .grid li .info, .grid li .content, .grid li .order {
    text-align: center;
}
ul.cat-thumbs {padding-left: 0;list-style: none;}
.cat-thumbs li img {width:100%; box-shadow: 2px 2px 4px #555;}
.cat-thumbs li .info {
    font-size: 0.75rem;
    margin: 0 auto;
    text-align: center;
}
#category .product .image img, #prod_detail_list .product .image img {width:100%;max-width:150px;max-height:150px;}
#category ul.display li, #prod_detail_list ul.display li  {
    height: 300px;
    overflow: hidden;
}
#category ul.display.list li, #prod_detail_list ul.display.list li { height: 165px; border-bottom: 1px solid #ccc;}
#category ul.display li .comparable label, #prod_detail_list ul.display li .comparable label { font-weight: 500; }
#category ul.display li .comparable input, #prod_detail_list ul.display li .comparable input { margin: 0; }

.grid li .sku, .grid li p, .grid li .price, .grid li .rev-stars, .grid li .qanda {
    margin: 10px 0 10px; font-size:.9em; font-weight:bold;
}
#category #sort label, #prod_detail_list #sort label { text-transform: uppercase; }

#category .display.list li .image , #prod_detail_list .display.list li .image {float: left; margin-right: 15px;}
#category .display.list li .info, #prod_detail_list .display.list li .info {float: left;}

.fas.fa-star, .fas.fa-star-half, .far.fa-star {color: #ffc711;font-size: .7em; }
#category_description, tab-content {line-height:1.4em;}
#category_description h3 {color:#333!important;}
/* CATEGORY PAGE STYLING ENDS HERE */

/* PRODUCT PAGE STYLING START */
div .additional-prod {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    display: block;
    float: left;
    margin: 10px 0;
    overflow: visible;
    padding: 0 0 10px;
}

#product_tabs {
    clear: both;
    display: block;
    float: left;
    margin: 20px 0;
    overflow: auto;
    width: 100%;
}
#product li.child-price { padding: 0px; font-weight:bold;}
#product li.child-desc {font-weight:bold;}

/*** not used in responsive code *****
#tab-row .active {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #ffffff;
    color:#000; 
    font-weight:bold;
}

#tab-row li {
    background: #e9ece1 none repeat scroll 0 0;
    background-image: url(/images/bg-gradient-green.jpg);
    background-repeat: repeat-x;
    border: 1px solid #61852e;
    color: #000000;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1rem;
    margin: 0 1px;
    padding: 10px 25px 6px 25px;
    position: relative;
    top: 1px;
  -webkit-border-radius: .2em .2em 0 0;
  -moz-border-radius: .2em .2em 0 0;
  border-radius: .2em .2em 0 0;
  text-transform: uppercase;
    font-size: 15px;
}

#tab_contents {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #61852e;
    clear: both;
    margin-left: 1px;
    padding: 20px 30px;
    -webkit-border-radius: 0 .2em .2em .2em; -moz-border-radius: 0 .2em .2em .2em; border-radius: 0 .2em .2em .2em;
}

****/


.alternate_images {margin: 10px 0 0;}
.alternate_images img {border: 1px solid #ccc;cursor: pointer;float: left;height: 50px;margin-right: 5px;width: 50px;}
html input.dynamic_qty, html input.dynamic_qty:hover, html input.dynamic_qty:focus, input[readonly] {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    filter: none;
    padding: 0;
    vertical-align: baseline;
    width: 100%;
}
.rev-stars a {
    color: #4b7823;
    font-size: 0.75rem;
    text-decoration: none;
    font-weight:bold;
}
#product .product .sku, #product_builder .product .sku {color: #999; font-size: 12px; font-weight:normal;}
#product .content h1, #product_builder .content h1, #product_builder .content h2  {
    color: #333;
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 5px;
}
#product .content h2 {margin: 0px 0px 10px 0px;color: #999; font-size: 20px; font-style: italic;}
#suggested_products, #related_products .product .image img {width:100%;}

#product .mapping {
    background: #f0f0f0 none repeat scroll 0 0;
    overflow: hidden;
    padding: 0 0 10px 0;
}
#product .recipent_mapping_shipto, #product_builder .recipent_mapping_shipto {
    color: #232323;
    font-family: "Droid Serif",serif;
    text-transform: uppercase;
    margin-bottom: 0;
    text-transform:uppercase;
    line-height: 30px;
    font-weight: normal;
}
#product .mapping .new_recipient_mapping, #product_builder .mapping .new_recipient_mapping {
    color: #232323;
    float: left;
    font-size: 0.75rem;
    line-height: 30px;
    font-weight: normal;
}
.product .child-wrapper { border-top:1px solid #eae3dd; margin-top:20px;}
.child-wrapper ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px;
    list-style-type: none;
    margin: 5px 0 0;
    padding: 8px 0 3px 0;
}
.child-wrapper li {
    margin: 0;
    padding: 10px 5 0 0;
    vertical-align: middle;
}
.child-wrapper li del{padding-right:5px;}

#product .qty, #product_builder .qty {width:55px; padding:5px;}

#product .mapping > div, #product_builder .mapping > div, #product #additional .child-one-btn,  #product_builder #additional .child-one-btn {margin-top:10px;}
#product .child-one-btn .addtocart_button, #product_builder .child-one-btn .addtocart_button {float: right;margin-top: 5px;}
#product .mapping, #product_builder .mapping, #product .order, #product_builder .order {margin-bottom:10px;}
#product .qty-line, #product_builder .qty-line {height:34px;}
#product .product .price input.dynamic_qty, #product_builder .product .price input.dynamic_qty, #product .product .child-price .sale-price, #product_builder .product .child-price .sale-price {font-family: Arial,"Lato",sans-serif;}
.product input.dynamic_qty.sale_price {
	text-decoration: line-through;
    display: block;
}
/* #product .product .child-price .sale-price, #product_builder .product .child-price .sale-price {font-weight: bold;} */
#product .qty-label, #product_builder .qty-label {display: block;line-height: 34px; vertical-align: middle;}
#product .qty-line > div, #product_builder .qty-line > div {padding-left: 0;}
#product .price, #product_builder .price {margin: 10px 0;}
#product .rev-stars, #product_builder .rev-stars {margin-top: 10px; overflow: hidden;}
#product .rev-stars .prod-rating, #product_builder .rev-stars .prod-rating {float: left; margin-right:10px;}
#product .image .product_image, #product_builder .image .product_image {width:100%;}
.child-price {text-align: right; padding:0px;}
.child-status {color:#556b2f; font-weight: bold;}

/* magicscroll */
.mcs-item > a, .MagicScroll-horizontal .mcs-items-container > * { margin: 0 2px; }
#product .order .child-one-btn, #product_builder .order .child-one-btn {margin: 10px 0;}
#product .attributes select, #product_builder .attributes select {margin: 5px 0;}

#product .product .prod-form, #product_builder .product .prod-form {margin-top: 10px;}

#product .tab-content li, #product_builder .tab-content li, #product .product .content-only .content > li,
#product_builder .product .content-only .content > li {margin-left: 40px;padding-bottom: 0.85em;}

#image_overlay {display:none;height: 100%;left: 0;position: fixed;text-align: center;top: 0;width: 100%;z-index: 1000;}
#fade {background: black none repeat scroll 0 0;height: 100%;left: 0;opacity: 0.5;position: fixed;top: 0;width: 100%;}
#image_overlay img {border-radius: 10px;cursor: pointer;margin: 50px auto;position: relative;z-index: 1001;}
#image_overlay #close {cursor: pointer;margin-left: -20px;position: absolute;top: -20px;z-index: 1002;}

#product_qanda { background: #fff; }
#qa_box, #qa_box ul { list-style: none; padding-left: 0; }
#product_qanda .container{box-shadow:none;}
#product_qanda textarea{width:100%}
#qa_box .question {background: #fff none repeat scroll 0 0;
    border: 5px solid #bbb;font-size: 1rem;margin: 2px;overflow: hidden;padding: 10px;}
#qa_box a {color: black;font-weight: bold;text-decoration: none;}

#reviews div { margin: 5px 0; }
#reviews h3 {font-size: 1.5rem; text-transform: uppercase;}
#reviews .rev-title {font-size: 1.125rem; text-transform: uppercase;}
#reviews .rev-info { font-size: 0.875rem; margin-right: 10px;}
#reviews .rev-stars { margin-top: 5px;}
#reviews .rev-comments { clear: both;}
#reviews .content_box { font-style: italic; color: #4b7823; }
#reviews hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; }
/* PRODUCT PAGE STYLING END */
#suggested_products .image, #related_products .image {min-height: 180px; height:180px;}
.MagicScroll .mcs-item img {
    height: 180px;
}
.mcs-item {
    width: 230px!important;
}

/*--TABS CSS STARTS--*/
.tab_data_container{
    border: 1px solid #61852e;
    border-width: 0 1px 1px 1px;
    margin-bottom: 10px;
    padding: 30px 30px;
    margin-top: -1px;
}
.nav-tabs{border-bottom:0;}
.nav-tabs > li > a {
    border: 1px solid #61852e;
    border-radius:0px;
    color: #4b7823;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 12px 0px;
    background: url(/images/bg-gradient-green.jpg) repeat-x left top #e9ece1;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    color:#333; font-weight:bold; background:#fff; border: 1px solid #61852e!important; border-width: 1px 1px 0 1px!important;
}
.nav-tabs > li > a:hover{
    border:1px solid #333; color:#333; border-width: 1px 1px 0 1px;
}
#product_tabs-accordion .panel-heading {
    border: 0px;
    color: #333;
    text-transform: uppercase;
    background: #e9ece1;
}
.panel-default {
    border-color: 
    #61852e;
}
.btn-reorder {padding-bottom:8px;}

#tellfriend form{max-width:700px;margin:0 auto;}

/** CHECKOUT PAGES **/
#promo-box #freeprod .free-prod-select { padding: 0 10px; }
#promo-box #freeprod .free-prod-submit { padding: 0 10px 10px; }
#promo-box #promo_code { text-align: center; }
#checkout #left_column, #checkout_shipping #left_column, #checkout_shippingaddress #left_column, #checkout_billing #left_column, #checkout_freeprod #left_column, #checkout_display #left_column, #checkout_confirmation #left_column, #checkout_thanks #left_column, #checkout_paypal_ec #left_column { margin-top: 30px; }

/* Avoid the Checkout -(to hide something from all checkout pages, add the class 'checkout_hide')- */
#checkout .checkout_hide, #checkout_billing .checkout_hide, #checkout_payment .checkout_hide, #checkout_shippingdetailk .checkout_hide, #checkout_thanks .checkout_hide, #checkout_confirmation .checkout_hide, #checkout_shipping .checkout_hide, #checkout_paypal_ec .checkout_hide, #express_order .checkout_hide, #express_info .checkout_hide, #checkout_fpinfo .checkout_hide, #checkout_freeprod .checkout_hide, #checkout_shippingdetail .checkout_hide, #quickbuy_confirm .checkout_hide, #checkout_shippingaddress .checkout_hide, #checkout_display .checkout_hide, #viewcart_freeprod .checkout_hide, #ship_calculator .checkout_hide, #cartitems .checkout_hide { display:none !important; }

#checkout .desktop-logo .phone, #checkout_billing .desktop-logo .phone, #checkout_payment .desktop-logo .phone, #checkout_shippingdetailk .desktop-logo .phone, #checkout_thanks .desktop-logo .phone, #checkout_confirmation .desktop-logo .phone, #checkout_shipping .desktop-logo .phone, #checkout_paypal_ec .desktop-logo .phone, #express_order .desktop-logo .phone, #express_info .desktop-logo .phone, #checkout_fpinfo .desktop-logo .phone, #checkout_freeprod .desktop-logo .phone, #checkout_shippingdetail .desktop-logo .phone, #quickbuy_confirm .desktop-logo .phone, #checkout_shippingaddress .desktop-logo .phone, #checkout_display .desktop-logo .phone, #viewcart_freeprod .desktop-logo .phone, #ship_calculator .desktop-logo .phone, #cartitems .desktop-logo .phone { padding-top: 30px; }

#viewcart .cart-wrapper .smalltext { font-size:12px; color:#999; }
#viewcart #shipments, #product #shipments  { font-size:14px; }
#viewcart #shipments ul, #product #shipments ul {list-style-type: none; padding-left: 0px; padding-top: 5px;}

#shipping_info_pop {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #5c6575;
    border-radius: 0;
    box-shadow: 1px 2px 10px rgba(142, 201, 124);
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    text-align: center;
    top: -40px;
    width: 80%;
    z-index: 2000;
   display:none;
    left: 10%;
}

#shipping_info_pop .close_popover {right: -1%; top: -1%; left: auto;}
.restriction10v2, .restriction10v2 a:hover, .restriction10v2 a:active {
    color: #6f5c36;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
.restriction10v2 a {color: #9b3837!important; text-decoration: underline!important;}

.red10v2, .red10v2 a:hover, .red10v2 a:active {
    color: #ff0000;
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
}
#viewcart h1 {font-size:24px;}
#viewcart .panel-default {
    margin-bottom: 0;
	border:0px;
}
#viewcart .panel-heading {display:none;}
#viewcart .cart-wrapper .lead, #checkout_confirmation .lead, #checkout_display .lead {
    font-size: 16px;
    padding: 5px 0;
    color: #777;
	margin-bottom:5px;
}
#viewcart .cart-image {
    max-height: 100px;
}
#viewcart .cart-row {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}
#viewcart .update .btn-link {
    padding: 0 5px;
    font-size: .8em;
}
.checkout_box {
    border: 1px solid #000;
    padding: 15px;
}
#promo-box .form-group {
    margin-bottom: 0;
}
.panel {
    border: 0 solid transparent;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}
#viewcart .update-total .viewcart_total {
    font-weight: 700;
    color: #000;
    display: block;
}
#viewcart .update-total .total {
    font-size: 1.2em;
    color: #000;
}
#viewcart .update-total .total label {
    font-size: 16px;
}
#viewcart .update-total .total .note {
    font-size: 12px;
}
.checkout_box .btn-primary {
    width: 100%;
}
div.btn_paypal_checkout input {display:block; margin:0 auto;}
.alert-success {
    color: #508800;
}
#promo-box .alert {
    margin: 10px 15px 0 15px;
}
.small_cart_text {font-size:13px;}
#shipments ul {margin-bottom:0;}
#viewcart .update-total {
    border-top: 2px solid #4d4d4f;
    padding-top: 10px;
}
.panel-default>.panel-heading {
    background-color: #FFF;
    border-color: #FFF;
}
#viewcart .ship_estimator {
    background: #ddd;
}
.ship_estimator_header {
    padding: 15px 0 5px 0;
    border-top: 1px solid #ddd!important;
}
#steps {padding-top:5px}
#steps .nav-tabs.nav-justified > li { display: inline-block; padding: 5px 5px 5px 0; width: auto;}
#steps .nav-tabs.nav-justified > li > a { border:0px; display:inline; padding-right:5px; font-size:1.1em;}
#steps .nav-tabs.nav-justified > .active > a, #steps .nav-tabs.nav-justified > .active > a:focus, #steps .nav-tabs.nav-justified > .active > a:hover {border: 0px solid #fff;}
#checkout_thanks #steps {padding-top:30px;}
#checkout_thanks #steps #progress {display:none;}
#steps {padding-bottom: 30px; font-size: .8em; color:#666;}
#steps a { padding: 5px;color:#666; background-color:#fff;}
#steps .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, #steps .nav-tabs > li.active > a:hover {
    color: #333;
    font-weight: bold;
    background: #fff;
    border: 0px solid #fff!important;
	border-width: 0px 0px 0 0px!important;
}
#steps .nav-tabs > li > a {
    border: 0px solid #fff;
    border-radius: 0px;
    color: #666;
    text-transform: none;
    font-size: 1rem;
    padding: 12px 0px;
    background: none;
}
#checkout p {font-size:15px;}
#checkout .help-block {font-size:12px;}
#checkout #left_column, #checkout_paypal_ec #left_column {
    padding-right: 30px;
    color: #999;
    padding-top: 34px;
	padding-bottom:30px;
}
#checkout_shipping #left_column, #checkout_shippingaddress #left_column, #checkout_billing #left_column {
    padding-right: 30px;
    color: #999;
    padding-top: 59px;
}
#checkout_display #left_column {
    padding-right: 30px;
    color: #999;
    padding-top: 34px;
}
#checkout #left_column a, #checkout_paypal_ec #left_column a, #checkout_shipping #left_column a, #checkout_shippingaddress #left_column a,, #checkout_display #left_column a  #checkout_billing #left_column a {
    color: #666;
}
#checkout #left_column h2, #checkout_paypal_ec #left_column h2, #checkout_shipping #left_column h2, #checkout_shippingaddress #left_column h2, #checkout_display #left_column h2, #checkout_billing #left_column h2 {
    font-size:16px;
	color:#666;
}
#main #content {padding-bottom:100px;}
#guest_checkout_container, #shipping_info, #billing_info {padding-bottom:40px;}
.welcome-back {padding-bottom:30px;}
#checkout_shipping #billing_info, #checkout_shipping #shipping_options, #checkout_shipping #payment_info {
    border-top: 2px solid #4b7823;
    padding-top: 20px;
    margin-top: 30px;
}
#checkout_confirmation .confirmation .heading, #checkout_display .panel-heading {
    background: #f4f7e8 none repeat scroll 0 0;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 0;
}
#checkout_confirmation .confirmation h2 {
    font-size: 24px;
    display: inline-block;
    margin-top: 10px;
}
#checkout_confirmation .btn-default {
    font-size: 12px;
    line-height: 1.5;
    padding: 3px 10px;
    margin: 0 0 0 20px;
}
#checkout_confirmation .confirmation section {
    margin-bottom: 0;
    padding: 10px 10px 30px 10px;
}
#checkout_confirmation .totals input {
    margin-top: 10px;
    float: right;
	margin-bottom: 30px;
}
#checkout_confirmation .panel-footer, #checkout_display .panel-footer {
    background-color: #fff;
	border-bottom:2px solid #333;
	padding:15px 15px 25px 15px;
}
#checkout_confirmation section div {
	padding-bottom:3px;
}
@media only screen and (max-width: 768px) {
	#checkout_confirmation .mobile_subtotals {text-align:left; color:#666!important;}
}
#total_info {font-weight:bold;}

/** CUSTOM STYLING **/
.clearfix { clear: both; }
.label { font-size: 1rem; color: #333; padding-left: 0; }
.form-horizontal .control-label { font-weight: bold; }
.errors {
    background-color: #fff2f2;
    border: 1px solid #c00;
    margin: 0 0 10px;
    padding: 5px 10px;
}

.errors p em, .error {
    color: #c00;
    font-style: normal;
    font-weight: bold;
}

.form-container {
    margin-bottom: 15px;
} 

.hgt_0{height:0!important;}
.pdd_tp10{
    padding-top: 10px !important;
}
.padd_0{
    padding: 0 !important;
}
.mar_0{
    margin: 0 !important;
}
.mar_rt10{
    margin-right: 10px;
}
.mar_top0{
    margin-top:0 !important;
}
.mar_top10{
    margin-top:10px !important;
}
.mar_btm{margin-bottom: 10px;}
.mar_btm20{margin-bottom: 20px;}
.text_upper{
    text-transform:uppercase!important;
}
.pdd_rt0{
    padding-right: 0;
}
.pdd_lt0{
    padding-left: 0;
}
.pad_tp20{
    padding-top: 20px;
}
.pad_btm10{
    padding-bottom:20px;
}

.nopad p {
	padding: 0;
}
.hide_col {
	display: none;
}
.clickable {
	cursor: pointer;
}
.border_top {
	border-top: 1px solid #ddd;
}

.split-left {
	padding-right: 0;
}
.split-right {
	padding-left: 0;
}
.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 6.25rem;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}
#fileDisplay {
	padding-left: 10px;
	background-color: white;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

@media only screen and (min-width:992px) and (max-width: 1199px){
  	#promo-box #promo_code { padding: 6px 4px; }
  	#promo-box .apply-promo-btn { padding: 0; margin-top: 12px; }
  	#promo-box .apply-promo-btn #promo_submit { width: 100%; }
}

@media only screen and (min-width:768px) and (max-width: 991px){
    #header figure { margin: 5px 0; }
    #header figure img { margin: 0 auto; }
    /*#popcontainer { width: 70%; left: 15%; }*/
  	#promo-box #promo_code { padding: 6px 4px; }
  	#promo-box .apply-promo-btn { padding: 0; margin-top: 12px; }
  	#promo-box .apply-promo-btn #promo_submit { width: 100%; }
    .figure_align { text-align: center; }
    .mobile-header { margin-top: 15px; }
}

@media only screen and (min-width:320px) and (max-width: 767px) {
  	.mobile-header { margin-top: 15px; }
  	.mobile-logo { margin-top: 10px; }
    #header figure { margin: 5px 0; }
  	#header figure img { margin: 0 auto; }
  	.navbar { height: auto; min-height: 1px; }
  	.navbar-default { border: none; }
  	#mobile-search {display: none;}

  	.mobile-header-nav div a { color: #4b7823; }
  	.mobile-header-nav div a .glyphicon { font-size: 1.125rem; color: #4b7823; vertical-align: text-bottom;}
  	/* fix below to show on mobile */
  	#header #minicart_container { display: none; }
    #popcontainer { width: 96%; left: 2%; }
    .figure_align { text-align: center; }
    .pdd_rt15 { padding-right: 15px !important; }
    .carousel_rt { float: none; }
    #horizontal .navbar-nav { margin: 7.5px 0; }
    #newsletter-block { height: auto; overflow: hidden; }
    #newsletter-block div {margin-top: 0; border: 0; text-align: center; padding: 10px 0;}
    #newsletter-block .column3 #shrlnk{width: 23px;}
    #newsletter-block .column3 #shr{font-size: 0.875rem;}
    #newsletter-block .column3 #shrlnk{width: 15px;}
    #shrlnk.img_fb{width:100%;}
    #seemore { font-size: 0.75rem; padding: 15px 6px; width: 80px; }
    #suggested_products .thumb-product{height:220px!important;}
    #minicart_overlay {max-width: 95%;}
    #minicart_overlay_box {width: 100%;}
  	.form-control, input[type=text], input[type=number] { font-size: 1rem; }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}

/*** MODIFY BOOTSTRAP ***********/
@media (min-width:1200px) {
 .container {
 	width:auto;
	max-width: 1441px;
	padding-right: 35px;
	padding-left: 35px;
 }
}
@media (min-width: 992px) {
.container {
    width: auto;
 }
}
@media (min-width: 768px) {
.container {
    width: auto;
 }
}
.container {
	width: auto;
}
input[type="checkbox"], input[type="radio"] {margin: 0 5px;}

.btn-default {
	color: #991d1f;
	background-color: #fff;
	border-color: #991d1f;
	font-weight:bold;
	font-size: 16px;
}
#product .btn-default {
	font-size: 13px;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
	color: #991d1f;
	background-color: #f7fedb;
	border-color: #991d1f;
}

.btn-primary {
	color:#fff; 
	border: solid 0px #991d1f; 
	background: url("/images/bg-button-red.jpg") repeat-x scroll 0 50% #991d1f;
	font-size: 20px; 
	font-weight: 600; 
	padding: 11px 30px; 
	text-transform: uppercase;
}
#category .btn-primary, #product .btn-primary {
	font-size: 15px; 
	font-weight: 600; 
	padding: 8px 10px; 
	text-transform: uppercase;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
	background: url("/images/bg-button-red-over.jpg") repeat-x scroll 0 50% #991d1f;
}
.btn-primary-green {color:#fff; border: solid 0px #991d1f; background: url("/images/bg-button-green.jpg") repeat-x scroll 0 50% #537f30; font-weight: bold; text-transform: uppercase;}
.btn-primary-green:hover {background: url("/images/bg-button-green-over.jpg") repeat-x scroll 0 50% #6dad16;}


.dropdown-container {padding:20px;}
.dropdown .dropdown-subcat-links li a { color: #4b7823; display: block; padding: 3px 0; font-weight: normal; font-size:15px;}
.dropdown .dropdown-subcat-links li.subhead { text-transform: uppercase; font-weight: bold; color: #4b7823; padding-bottom: 5px!important; font-size:17px;}
.dropdown .dropdown-subcat-links li.subhead a{font-weight: bold;  text-decoration: underline; color: #4b7823; font-size:15px;}
.dropdown .dropdown-subcat-links li.subhead.headspace{padding-top:10px;}

.nav > li.dropdown.open.full {
  position: static;
}

.nav > li.dropdown.open.full .dropdown-menu.full {
  display: table;
  border-radius: 0px;
  width: 100%;
  left: 0;
  right: 0;
}

.dropdown-menu.full > li {
  display: table-cell;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}

/*** CUSTOM STYLES ***********/
.mbot30 {margin-bottom:30px;}
.top_menu {
	color:#000;
	padding: 0px;
	margin: 0px 0px 10px 1px;
	font-size: 13px;
	font-weight:bold;
}
.top_menu a {color:#000}
#minicart {color: #8d3533;}
#minicart a {color: #8d3533;}
.desktop-logo #search {padding-right: 0px;}

.mm-menu {  background: #f4f7e8!important; color:  #000!important;}
.mm-listview .mm-next::before { border-left-width: 0px !important;}


/* ADDED HOME STYLES */
.hme_cat_1_img img {width: 100%;}
.home_feature_banner img, .feature_banner img, .home_feature_info img {width:100%;}

.quicklinks {padding:20px 0; text-align:center; }
@media only screen and (max-width: 767px) {
.quicklinks {height:70px; }	
}
.quicklinks a {text-decoration:none; color:#333; font-weight:bold;}
.quicklinks a:hover {text-decoration:underline; color:#000;}
#featured_categories .info {padding:20px 0; text-align:center; }
#featured_categories .info  a {text-decoration:none; color:#333;}
#featured_categories .info  a:hover {text-decoration:underline; color:#000;}
#featured_products ul li .info a:hover {text-decoration:underline; color:#000;}

.home_blog_title {font-size: .9em; color:#666;}
.home_blog_date {font-size: .9em; color:#666; padding-bottom: 20px;}
.home_blog_text {font-size: .9em;}
.home_info_date {font-size: .9em; color:#666;padding-bottom: 4px;}
.home_info_link {font-weight: bold; padding-bottom:15px;}

.video_link {text-align: center; padding: 0 0 10px 0;}
.video_link input {font-size: 10px; color: #666; border: 1px solid #ccc; padding: 4px 10px; }

footer h3 { color:  #1f2f00; font-weight: normal; font-size: 20px; margin: 15px 0;   line-height: 22px; }
#footer ul { list-style-image: url('/images/arrow-dot.png'); }
#footer li { margin-left: 15px; padding-bottom: 0.5em; }
footer a {  line-height: 20px; text-decoration: none; color:  #2d2d2b; font-size:15px; }
#footer_address { clear: both;  background:  #364c25; padding: 25px; color: #abc36f; font-size: 14px; margin-left:-20px; margin-right:-20px; }
#footer_address #secure { padding-bottom: 10px; }

.promo-link {color:#ffffff; font-size:14px; font-weight:bold;}

.distributor-header {color:#ffffff; background-color:#739b3e; text-align:center; font-weight:bold; font-size:18px; padding:10px;}

.category-inset {float:right; padding:12px;}
.category-section-header {font-size: 1.25em; color:#445e0b; font-weight:bold;}

.cat-img {float:right; padding-top:40px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; width:35%}
.cat-img-inset {display:block; margin-left:auto; margin-right:auto;}
@media only screen and (max-width: 1199px) {
.cat-img-inset {display:none; }	
}

.tracking-form {width:70%; margin-left:15%; margin-right:15%; font-weight:bold; padding:5px 0px 5px 0px; text-align:center;}

.soilrec-table {width:100%;}
.table-header-column1 {width:25%; font-size:16px; border:1px solid black; background-color:#445e0b; color:white; font-weight:bold; padding:5px; vertical-align:middle;}
.table-header-column2 { width:30%; font-size:16px; border:1px solid black; background-color:#445e0b; color:white; font-weight:bold; padding:5px; vertical-align:middle;}
.table-header-column3 {width:45%; font-size:16px; border:1px solid black; background-color:#445e0b; color:white; font-weight:bold; padding:5px; vertical-align:middle;}
.table-left-column {width:25%; font-weight:bold; background-color:#445e0b; color:white; border:1px solid black; padding:5px; vertical-align:middle;}
.table-info-column1 {width:30%; background-color:#f5f5dc; border:1px solid black; padding:5px; vertical-align:middle;}
.table-info-column2 {width:45%; background-color:#f5f5dc; border: 1px solid black; padding:5px; vertical-align:middle;}

.apprate-table {width:50%;}
.apprate-table-header-column {width:50%; font-size:14px; border:1px solid black; background-color:#445e0b; color:white; font-weight:bold; padding:5px; vertical-align:middle;}
.apprate-table-column {width:50%; background-color:#f5f5dc; border:1px solid black; padding:5px; vertical-align:middle;}
.wishlist .lead {font-size:13px; color:#999;}

.product-header {font-weight:bold; color:#445e0b;}

.prod_results {padding:10px 0px 10px 0px;}

@media (min-width: 768px) {
.nav-tabs.nav-justified>li>a { border-bottom: 1px solid #61852e;}
}
.mcs-item div.image {font-size: 180px;}


/*//////////  CUSTOMIZABLE STYLES //////////*/

/* Promo Banner Background */
.promo-banner {background:#445e0b;margin:0 -15px;}
@media (min-width:1200px) {
    .promo-banner {margin:0 -35px;}
}

/* Home Links Background */
.bg_seasonal_color {background:#f2e5b3;}

/* Footer Email Pattern Background size 751 x 147 pixels */
.bg_enews { background: url('/images/home/HEAD_HOLIDAY_10272019_V4.jpg'); }

/* Main Navigation Bar Color 
.navbar_seasonal_color {background-color: #fff3f1; }
*/
/*//////////  END - CUSTOMIZABLE STYLES //////////*/

{*** END Responsive Arbico Styles *****}