/*------CSS RESET------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*------------------------------*/

html {
	height: 100%;
}

#base_html {
    background: url("webimages/meadow_small.05c9b997770f.jpg") no-repeat center center fixed;
    background-size: cover;
}

body {
	height: 100%;
	font-family: Calibri, Arial, Helvetica;
	font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
}

h2{
	font-size:1.95em;
}

h3 {
    font-size: 1.2em;
}

img{
	border: 0px;
}

a {
    color: #444;
    text-decoration: none;
    transition: background 300ms, color 150ms;
    outline: none;
}

b{
    font-weight: bold;
}

table tr > td,
table tr > th{
    padding: 3px 5px;
}

table tr > td:first-child,
table tr > th:first-child {
    padding-left: 0;
}

table tr > td:last-child,
table tr > th:last-child {
    padding-right: 0;
}

input, select {
	padding: 4px;
	margin-top: 4px;
}

[type=submit],
.button {
    color: #009900;
    font-weight: bold;
    background-color: #90ff7c;
    border: none;
    border-bottom: solid 1px rgba(0, 124, 0, 0.5);
    padding: 8px;
    transition: all 500ms;
}   

[type=submit]:hover,
.button:hover {
    #color: #00BB00 !important;
    background-color: #71ee5f;
}


#container { 
	text-align: center;
	padding: 0;
	margin: 0 auto;
	position: relative;
	min-width: 838px;
	min-height: 100%;
}

.text{
    line-height: 1.4;
}

.text h1, h2, h3, h4, h5, h6{
    margin-top: 5px;
}

@media (min-width: 1240px){
#container { 
	width: 80%;
	min-width: 1205px;
}

#container:after {
  content: "";
  display: block;
}

.label {
	width: 80%;
}
#top
{
	width:1060px;
	transition: all 500ms; 
	transition-delay: 0ms;
}
}

@media (max-width: 1240px){
#container { 
	width: calc(100% - 20px);
}
.logo { 
	display: none;
}

.label {
	width: 100%;
}

#top
{
	width:98%;
	transition: all 500ms; 
	transition-delay: 500ms;
}
}

#top {
	min-width: 800px;
	display: inline-block;
}

.logo{
	float: right;
	background-image: url("webimages/logo.9512850b9a28.gif");
	width: 200px;
	height: 180px;
	margin-top: 18px;
}

.label img{
	width:750px;
}

.label h1{
    font-size: 6.5em;
    padding: 5px;
}

.label h2 {
    font-size: 4em;
}

.label{
	color:#ffffff;
	float: left;
	text-shadow: 2px 2px 0 #dc94cf;
}

.minilabel{
	float: left;
	font-size: 2.6em;
	width: 100%;
	color:#ffffff;
	text-shadow: 2px 2px 0 #dc94cf;
}

.minilabel a{
	color: white;
}

#mainbar{
	float: left;
	background: #13df0f;
	height: 40px;
	width: 100%;
	margin-top: 20px;
}

.searchbox{
	float: left;
	width: 230px;
	height: 100%;
}

.searchfield{
	width: 189px;
	height: 23px;
	border: none;
	outline: none;
	background-color: #CCF6D5;
	position: relative;
	font-size: 1em;
	padding: 0 20px 0 3px;
	margin-top: 8px;
}

.submitbutton{
	position: relative;
	left: 93px;
	top: -20px;
}

.submitbutton img{
	width: 17px;
}

#menu{
	float: left;
	font-size: 1.4em;
	height: 40px;
	text-align: left;
}

#menu div{
    padding: 7px 10px;
}

#menu a:hover{
	color: #008000;
	background: rgba(122, 255, 97, 0.5);

	
}

#menu a{
	display: inline-block;
	text-decoration: none;
	color: black;
	font-weight: bold;
	display: inline-block;
	height: 100%;
}

#user_cart_block{
	display: inline-block;
	float: right;
}

#userpanel{
    height: 40px;
    font-size: 1.25em;
    float: right;
    background: #90ff7c;
}

#userpanellinks{
	display: inline-block;
	height: 100%;
}

#userpanellinks a{
	display: inline-block;
	color: black;
	text-decoration: none;
	height: 100%;
	transition: all 300ms;
    vertical-align: middle;
}

#userpanellinks div{
	padding: 7px 15px;
    height: 25px;
}

#userpanellinks a:hover, a.hovered{
    background: rgba(7, 118, 0, 0.1);
}

#userpanel a:hover
{
	color:#008000;
}

#userpanellinks img
{
	width: 25px;
}

#cartlink img
{
	padding-right: 10px;
}

#cartlink img, #cartlink span {
    vertical-align: middle;
}

#cartwidget {
    text-align: left;
    display: none;
    position: relative;
    float: right;
    clear: both;
    z-index: 6;
    width: 300px;
    box-shadow:rgba(0, 0, 0, 0.12) 0 3px 10px;
}

#cartwidget a
{
	float: none;
	color: black;
}

#cartwidget a:hover
{
	color: black;
}

.cartwidget_item
{
	height: 85px;
	text-align: left;
    padding: 10px;
    background: white;
	transition: background 300ms;
}

.cartwidget_item:hover
{
	background: #ebebeb;
}

.cartwidget_item img
{
	margin: auto;
	max-height: 85px;
	max-width: 85px;
}

.cartwidget_properimgsize
{
	float: left;
	text-align: center;
	width: 85px;
	height: 85px;
}

.cartwidget_productinfo
{
	float: left;
	display: inline-block;
	width: calc(100% - 95px);
	height: 100%;
	padding: 0 0 0 10px;
}

.cartwidget_productinfo div
{
	display: inline-block;
}

.cartwidget_title 
{
	color: black;
	float: left;
	width: calc(100% - 20px);
	height: 60px;
}

.cartwidget_quantity
{
	float: left;
	font-size: 0.85em;
	margin-top: 5px;
	color: grey;
}
    
.cartwidget_price {
    color: red;
    font-weight: bold;
    float: right;
    vertical-align: bottom;
}

.cartwidget_removebutton
{
	float: right;
	background: transparent;
	border: 0;
    margin-top: 3px;
	outline: 0;
    padding: 0;
	color: grey;
	font-size: 0.9em;
	font-weight: bold;
	transition: all 300ms;
}

.cartwidget_removebutton:hover
{
	color: red;
	border: 0;
}

.cartwidget_removebutton img
{
    width: 20px;
}

.cartwidget_removebutton img:hover {
    filter: invert(100%) sepia() saturate(100000%) hue-rotate(-73deg) saturate(10000%);
}

.cartwidget_removebutton:active
{
	color: #c80000;
	border: 0;
}

#cartwidget_summary{
	height: 30px;
	text-align: left;
    padding: 10px;
    background: white;
	transition: background 300ms;
}

#cartwidget_summary:hover
{
	background: #ebebeb;
}

#cartwidget_summarytitle{
	font-weight: bold;
	font-size: 1.1em;
	margin: 5px 0 0 0;
	display: inline-block;
}

#cartwidget_summaryprice{
	color: red;
	font-weight: bold;
	font-size: 1.1em;
	float: right;
	margin: 5px 0 0 0;
	display: inline-block;
}

#cartwidget_paybuttoncontainer {
    height: 40px;
    text-align: left;
    background: white;
}

#cartwidget_paybutton {
    width: 100%;
    height: 100%;
    float: right;
    clear: both;
}

#cartwidget_paybutton input {
    margin: 0;
    width: 100%;
    height: 100%;
    border-bottom: 0;
}

.cart_item_name {
    font-weight: bold;
}

.cart_item_removebutton input {
    margin: 0;
    width: 25px;
}

.cart_item_price {
    font-weight: bold;
    color: red;
}

.cart_item_removebutton input:hover {
    filter: invert(100%) sepia() saturate(100000%) hue-rotate(-73deg) saturate(10000%);
}

#cart_code_field{
    width: 120px;
}

.cart_total_price {
    font-weight: bold;
    color: red;
}

#registerlink {
    text-decoration: underline;
}

.formtable a{
	text-decoration: underline;
    color: #444;
    font-size: 0.9em;
}

.formtable tr > th,
.formtable tr > td {
    padding-top: 2px;
    padding-bottom: 2px;
}

.formtable th label{
	margin-right: 30px;
}

.formtable span{
	font-size: 0.8em;
	color: #888;
}

.formtable_errors{
	background-color: #ffaaaa;
}

.formtable_errors ul{
	list-style: none;
	padding: 1px 5px;
}

.spaced_out_vertically tr > td,
.spaced_out_vertically tr > th {
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}

.spaced_out_vertically tr > td:first-child,
.spaced_out_vertically tr > th:first-child {
    padding-left: 0;
}

.spaced_out_vertically tr > td:last-child,
.spaced_out_vertically tr > th:last-child {
    padding-right: 0;
}

.vertical_space_before,
.vertical_space_before td {
    padding-top: 10px;
}

.vertical_space_after,
.vertical_space_after td {
    padding-bottom: 10px;
}

.horizontal_space_before,
.horizontal_space_before td {
    padding-left: 10px;
}

.horizontal_space_after,
.horizontal_space_after td {
    padding-right: 10px;
}

.termsagreement a
{
	text-decoration: underline;
}

.termsagreement
{
	font-size: 0.8em;
	padding-top: 10px;
}

#leftmenu {
    float: left;
    width: 230px;
    background-color: rgba(212, 255, 214, 0.8);
    text-align: left;
    padding-bottom: 15px;
}

#leftmenu nav{
	font-size: 1.2em;
}

#leftmenu a{
	display: inline-block;
	color: #000000;
    text-decoration: none;
}

#leftmenu a:hover{
	color: #087300;
    text-decoration: none;
	background: rgba(0, 0, 0, 0.06);
}

#leftmenu h3, h4{
	padding: 10px 0 4px 12px;
}

.root{
	margin: 0;
	padding: 0;
}

.root a{
	width: calc(100% - 19px);
	padding: 4px 4px 4px 16px;
}

.children{
	list-style: none;
	text-align: left;
	padding: 0;
}

.children a{
	width: calc(100% - 25px);
	padding: 2px 2px 2px 25px;
}

#maincontent{
	width:100%;
	min-height: 400px;
	text-align:left;
	padding-bottom: 10px;
	margin-top: 10px;
	color:black;
	float: left;
	overflow: hidden;
    transition: min-height 300ms;
}

#maincontent::-webkit-scrollbar { 
    display: none; 
}

#contentcontainer{
    background: rgba(255, 255, 255, 0.8);
	width: calc(100% - 230px);
	position: relative;
	float: right;
}

.white_card{
	display: table;
	background: white;
    border-collapse: initial;
	padding: 12px;
	box-shadow: rgba(0,0,0,0.12) 3px 3px 7px;
	color: #444444;
}

.white_card h2{
	color: black;
}

.white_card_fulscreen {
    display: table;
    background: white;
    padding: 12px;
    margin: 0 10px;
    box-shadow: rgba(0,0,0,0.12) 3px 3px 7px;
    color: #444444;
}

#navigation {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px -6px;
    padding: 8px 0 8px 10px;
    float: left;
    width: calc(100% - 10px);
    text-align: left;
    color: #555;
}

#navigation a:hover{
	color: black;
}

.formtable_submit_container{
	width: 100%;
	height: 100%;
}

.login_noaccount{
	color: #444;
}

.login_noaccount a{
	color: #444;
}

.formtable_submit{
	width: 100%;
	height: 100%;
	font-size: 1.3em;
	padding: 12px;
	margin: 5px 0;
}

.formtable_submit_right{
    float: right;
    padding: 8px 15px;
    margin-top: 5px;
}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: none;
	-o-transform: translate3d(0, 0, 0);
	transform: none;
}

.category_description{
	padding: 0 10px 10px 10px;
}

#filters_top, #filters_bottom
{
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.1);
	padding: 5px;
	width: calc(100% - 30px);
}

#filters_bottom form{
	margin: 0;
}

#filters_bottom input
{
	width: 75px;
}

#filters_bottom input, #filters_bottom select
{
	margin-right: 15px;
}

#filterbutton{
	margin: 0 10px 0 0;
	float: right;
}

#filterbutton img{
	margin: 0 0 0 3px;
}

.productitem{
	border-bottom: 1px solid rgba(0, 138, 0, 0.33);
	border-bottom: 1px solid rgba(0, 138, 0, 0.33);
	margin: 0;
	text-align: center;
}

#product_images{
	text-align: center;
	vertical-align: top;
	padding-right: 12px;
}

#product_description{
	margin-left: 10px;
	vertical-align: top;
	height: 1px;
}

#product_description h2{
	color: #04b000;
}

#product_attachments{
	margin-top: 4px;
	padding: 4px 0;
}

#product_attachments a{
	display: block;
	font-weight: bold;
	color: #282828;
}

#product_attachments img{
	vertical-align: middle;
	height: 32px;
}

#product_attachments span{
	vertical-align: middle;
}



#product_package_container{
	height: 100%;
	position: relative;
	margin-top: 10px;
    padding: 0;
}

#product_package_container input, #product_package_container select{
	margin: 4px;
}

#product_package_container table{
	height: 100%;
	width: 100%;
}

#product_package_container form{
	height: 100%;
}


#packageselector_new {
    display: inline-block;
    clear: both;
    min-width: 250px;
}

#packageselector_new h3 {
    padding: 5px 0 2px 0;
}

.packageselector_new_item{
    transition: background 300ms;
}

.packageselector_new_item:hover {
    background: rgba(0, 0, 0, 0.1);
}

.packageselector_new_item_selected {
    background: rgba(0, 0, 0, 0.1);
}

.packageselector_new_item div{
    display: inline-block;
    padding: 10px;
}

.package_package{
}

.package_you_save{
    color: #666666;
    float: right;
}

.package_price {
    color: red;
    font-weight: bold;
    float: right;
}

#package_show_all {
    transition: background 300ms;
    text-align: center;
    color: #00B700;
    font-weight: bold;
    padding: 3px;
}

#package_show_all:hover {
    background: rgba(0, 0, 0, 0.1);
}

.package_hidden {
    display: none;
}

.product_availability{
	margin: 3px 0;
	font-weight: bold;
}

.product_packageselector{
    padding: 0;
}

.product_packageselector input{
	width: 40px;
}

.product_packageselector h3 {
    padding: 5px 0 2px 0;
}

.product_bottom_row{
	height: 100%;
}

.product_bottom_container{
	position: relative;
	height: 100%;
	width: 100%;
	vertical-align: top;
}

.product_prices{
	display: inline-block;
	padding-right: 10px;
}

.product_totalprice{
	margin: 3px 0 0 0;
	font-weight: bold;
	font-size: 2em;
	color: red;
}

.product_novatprice{
	font-size: 0.8em;
	color: #888888;
}

.product_addtocart{
	position: absolute;
	bottom: 0px;
	right: 0px;
    padding: 13px 26px;
    font-size: 1.3em;
    color: #007b00;
    margin: 0;
}

.product_addtocart_disabled {
    color: #777777;
    background-color: #dddddd;
    border-bottom: solid 1px #aaaaaa;
}

#productsmallimages{
	display: block;
}

#sectiontitle{
	padding: 10px;
    padding-top: 0;
}

.paddingboth{
	padding:0 10px 0 10px;
}

.productparenttable{
	margin: 0;
	border-spacing: 0;
	width: 100%;
	border-color: grey;
}

.productparenttable td{
	width: 262px;
}

div#producttable{
	margin: 10px 10px 0 10px;
}

table#producttable{
	width: calc(100% - 20px);
	border-collapse: collapse;
	margin: 0 auto;
	table-layout:fixed;
}

#producttable tr{
	transition: all 300ms;
}

#producttable tr:nth-of-type(even):hover{
	background: #ffffff;
}

#producttable tr:nth-of-type(odd):hover{
	background: #f6f6f6;
}

#producttable tr:nth-of-type(even){
	background: #fcfcfc;
}

#producttable tr:nth-of-type(odd){
	background: #f2f2f2;
}

.productcarousel{
	float: left;
	height: 355px;
	width: calc(100% - 20px);
    margin: 0 10px;
    padding-top: 5px;
}

.producttableitem{
	display:inline-block;
	text-align:	center;
	margin: 2px 2px 10px 2px;
	transition: all 500ms;
}

.producttableitem_responsiveimagecontainer
{
	width: 247px;
	height: 247px;
	position: relative;
}


.producttableitem_imagecontainer
{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    
    text-align:center;
    font: 0/0 a;
}

.producttableitem_imagecontainer:before{
	content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.producttableitem_imagecontainer img{
	vertical-align: middle;
    display: inline-block;
}

.producttableitemcontentcontainer{
    width: 250px !important;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: rgba(0,0,0,0.1) 2px 2px 5px;
    padding: 12px;
    transition: all 500ms;
}

.producttableitemcontentcontainer:hover{
    background-color: rgba(255, 255, 255, 1);
    box-shadow: rgba(0,0,0,0.12) 3px 3px 7px;
    transition: all 500ms;
}

.producttableitemcontentcontainer:focus{
    outline: none;
}

.producttableitemcontentcontainer img{
    max-height: 247px;
    max-width: 247px;
    margin: 0 auto;
	-webkit-filter: brightness(1);
	filter: brightness(1);
	transition: all 500ms;
}

.producttableitemcontentcontainer img:hover{
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}

.producttableitemcontentcontainer h3{
	font-size: 1.4em;
	margin: 3px 0 0 0;
	text-align: center;
}

.producttableitemname{
    margin-top: 5px;
}

.producttableitemaddinfo{
	width: 90%;
	height: 25px;
	margin: 7px auto 0 auto;
}

.producttableitemleft{
	float: left;
	color: grey;
	margin-top: 4px;
}

.producttableitemright{
	float: right;
	color: red;
	font-weight: bold;
    font-size: 1.4em;
}

.producttableitepricefrom {
    display: inline-block;
    padding-right: 5px;
}

.productlistitem {
    width: 100%;
}

.productlistitem *{
    vertical-align: middle;
}

.productlistitem img{
	display: inline-block;
	max-height: 36px;
    padding: 2px;
}

.productlistdescription{
	display: inline-block;
    vertical-align: top;
	padding: 10px 0;
}

.productlistdescription label{
	font-weight: bold;
}

.productlistitem_image{
	width: 65px;
	text-align: center;
}

.productlistitem_name{
	font-weight: bold;
	min-width: 150px;
	width: 25%;
	padding-right: 10px;
}

.productlistitem_description{
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width:1138px){
.producttableitem{
	width:calc(50% - 8px);
}}

@media (min-width:1138px){
.producttableitem{
	width:calc(33.33% - 8px);
}}

@media (min-width:1730px){
.producttableitem{
	width:calc(25% - 8px);
}}

@media (min-width:2070px){
.producttableitem{
	width:calc(20% - 8px);
}}

#categorytable {
    margin: 0 10px 10px 10px;
}

#categorytable img {
    height: 100px;
}

.categorytableitem {
    display: inline-block;
    transition: all 500ms;
}

@media (max-width:1000px) {
    .categorytableitem {
        width: calc(100% - 8px);
    }
}

@media (min-width:1000px) {
    .categorytableitem {
        width: calc(50% - 8px);
    }
}

@media (min-width:1700px) {
    .categorytableitem {
        width: calc(33% - 8px);
    }
}

.categorytableitem table {
    width: calc(100% - 10px);
    margin: 0 auto 10px auto;
}

.categorytableitem_image {
    width: 1px;
    padding-right: 10px;
}

.categorytableitem_name{
	vertical-align: top;
}

.category_product_preview {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.splitbar {
    border: 0;
    height: 0;
    margin: 0 auto;
    width: calc(100% - 20px);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.carrierlistitem{
    margin-bottom: 10px;
}

.carrierlistitem tr{
    height: 35px;
}

.carrierlistitem_image{
    height: 30px;
}

.our_location_container div,
.our_location_container iframe{
    display: inline-block;
    vertical-align: top;
}

#footer {
    display: flex;
    width: calc(100% - 40px);
    color: #888;
    padding: 10px 0 20px 0;
    margin: 0 auto;
    position: relative;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.4em;
}

#footer a {
	color: #888;
	text-decoration: none;
	width: 100%;
	display: inline-block;
}

#footer img{
	width: 20px;
	vertical-align: middle;
	padding-right: 5px;
	filter: contrast(50%) brightness(150%);
}

#footer a:hover{
	color: black;
}

.footerblock{
	height: 100%;
	align-self: flex-start;
	flex-basis: 33.3%
}

.alert
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 8px;
}

.info
{
	background: rgb(174, 240, 255);
    border: 1px solid #8dbcd3;
}

.success
{
    background: rgb(175, 255, 174);
    border: 1px solid #98d38d;
}

.warning
{
	background: rgb(246, 255, 174);
    border: 1px solid #cbd38d;
}

.error
{
    background: rgb(255, 174, 174);
    border: 1px solid #d38d8d;
}

.codetipe{
	align: left;
	display: inline-block;

}

#couponinput{
	margin: 20px 0 0 0;
}

#success_html{
    background-color: #aeffbc;
}

#success_container
{
    position: relative;
    top: 20%;
    text-align: center;
    margin: 0 auto;
    padding-top: 5px;
}

#success_container *{
    margin-left: auto;
    margin-right: auto;
}

#success_sectiontitle{
    color: #0f8300;
    font-size: 2.5em;
    margin-bottom: 50px;
}

#success_content{
    max-width: 50%;
    line-height: 1.4;
    font-size: 1.4em;
    text-align: center;
}

#success_content p{
    display: inline-block;
    text-align: center;
}

.success_button {
    margin-top: 50px;
    display: inline-block;
    color: #009900;
    font-weight: bold;
    font-size: 1.5em;
    background-color: #90ff7c;
    border: none;
    border-bottom: solid 1px rgba(0, 124, 0, 0.5);
    padding: 10px 20px;
    transition: all 500ms;
}

.success_button:hover {
    background-color: #71ee5f;
}
