/* CSS Reset */
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;
}


html {
    font-size:62.5%;
}

body {
	line-height: 1;
    font-size:16px;
    font-size:1.6rem;
    font-family: helvetica, sans-serif;
    font-weight: 300;
}

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;
}

a {
    text-decoration: none;
}

input {
    border:2px solid white;
    background: transparent;
    color:white;
}

input:focus {
    outline:0 !important;
}



/* HEADER STYLING */
header {
    background:url(/gfx/bs-header-2023.png) 0px 0px repeat-x;
    height:auto;
    margin-bottom:10px;
}

#holiday-shipping-bar {
background: #9B2A61;
text-align: center;
color:white;
padding: 8px 10px;
font-size:16px;
font-weight: bold;
}

@media screen and (max-width:480px) {

	#holiday-shipping-bar {
		position: fixed;
		z-index: 10000;
		top:0px;
	}

}



#seasonal-banner {
   position:absolute;
   width: 95%;
   text-align: center;
   top:5px;
   z-index: 3;
}

#header-content {
    margin:auto;
    min-height: 112px;
    max-width:1200px;
    padding-left:15px;
    padding-right:15px;
    position: relative;
}

#logo-wrapper {
    position: absolute;
    width: 12.5%;
    max-width: 141px;
}

#logo-wrapper img {
    display:block;
}

#right-nav-group {
    float:right;
    position: relative;
    z-index: 5;
}

#links-wrapper {
    float: left;
}

.header-links {
    font-size:11px;
    font-size:1.1rem;
    margin-top:5px;
}

.header-links ul {
    text-align: right;
}

.header-links ul li {
    display:inline-block;
    margin-left:10px;
}

.header-links ul li a {
    color:#28556C;
    text-decoration: underline;
}

#cart-wrapper {
    float: left;
    margin: 0px 0 0 25px;
}

#mobile-menu-button {
    display:none;
    cursor:pointer;
}

#mobile-menu-cart {
    display:none;
    cursor:pointer;
}

#nav-links-wrapper {
    float:left;
    vertical-align: top;
    font-size:17px;
    font-size:1.7rem;
    margin-top:8px;
}

#nav-links-wrapper ul li {
    display:inline-block;
    width:auto;
    text-align: center;
    margin:0px 0px 0px 15px;
}

#nav-links-wrapper ul li.last {
    margin-right:0px;
}

#nav-links-wrapper ul li a {
    color: #4F4F4F;
    display:block;
    font-weight:300;

}

#nav-links-wrapper ul li a:hover {
    color:#3ab0db;
}

#desktop-shopping-cart {
    background:#264F89;
    width:136px;
    height:45px;
    cursor:pointer;
}

#cart-link {
    display:block;
    width:135px;
    height:45px;
    z-index:50;
}

#cart-wrapper img {
    float:left;
    font-size:28px;
    font-size:2.8rem;
    margin:9px 0px 0px 20px;
    color:white;
		display: block;
		height:22px;
		padding: 0px 5px;
}

#cart-wrapper p {
    float:right;
    margin:13px 25px 0px 0px;
    color:white;
		font-weight: 700;
		font-size: 16px;
		font-size: 1.6rem;
}

#shopping-cart-full p {
	font-size: 14px;
	font-size:1.4rem;
	font-weight: 700;
}

.mini-cart {
	color:#3ab0db;
}

#mobile-menu-cart-qty-wrapper {
	display: none;
	background: #e65b9c;
	height:20px;
	width:20px;
	position: absolute;
	top:-6px;
	right:-7px;
	border-radius: 50%;
}

.mobile-menu-cart-qty {
	font-size: 12px;
	color:white;
	text-align: center;
	vertical-align: baseline;
	height:100%;
	width:auto;
	margin:0px 1px 0 0;
	line-height: 20px;
}

#mobile-category-menu {
    display:none;
}

#nav-menu-mobile {
    display:none;
}

#category-select-button {
    width: 100%;
    cursor:pointer;
    background: #4A8257;
    top:0px;
}

#category-select-button:hover {
    background: #70A26D;
}

#category-select-button  {
    display:block;
    color:white;
    padding:12px 0px;
    text-align: center;
}

#category-menu-mobile {
    display:none;
    top: 40px;
}

#search-bar-wrapper-mobile-nav {
	border-bottom:1px solid #2a6642;
	border-top:1px solid #2a6642;
  background: white;
  position:relative;
}


#search-bar-wrapper-mobile-nav input.text {
    border: none;
    text-align: center;
    font-size:16px;
    font-size:1.6rem;
    font-weight: normal;
    width:98%;
    line-height:40px;
    margin:0px;
    color:#477552;
}

#search-bar-wrapper-mobile-nav button.search-button {
    border: none;
    background: transparent;
    color:#00b31e;
    font-size:20px;
    font-size:2.0rem;
    cursor:pointer;
    line-height: 30px;
    position: absolute;
    right:0px;
		top:4px
}

#search-bar-wrapper-mobile-nav img {
	width:17px;
	vertical-align: middle;
	padding:2px 6px;
}

button.search-button .fa {
    position:relative;
}

#search-bar-wrapper-mobile-nav input.text::placeholder {
	color:#477552;
}

#search-bar-wrapper-mobile-category {
    background: #97DBA7;
    border-top:1px solid #70a26d;
}


#search-bar-wrapper-mobile-category input.text {
    border: none;
    position:absolute;
    text-align: center;
    font-size:16px;
    font-size:1.6rem;
    font-weight: normal;
    width:90%;
    padding-left:4.95867%;
    line-height:40px;
    margin:0px;
    color:white;
}

#search-bar-wrapper-mobile-category button.search-button-category {
    border: none;
    background: transparent;
    color:white;
    font-size:20px;
    font-size:2.0rem;
    cursor:pointer;
    line-height: 32px;
    float:right;
}

.mobile-link {
    display: block;
    background:white;
    text-align: center;
    color:#2a6642;
    padding:12px 0px;
    width:100%;
    border-top:1px solid #2a6642;
}


.category {
    background: white;
    color:#2A6642;
}

#category-bar {
    background: #2A6642;
    height:40px;
}

#category-bar-content-wrapper {
    margin:auto;
    padding:0px 15px;
    height:40px;
    text-align: center;
    max-width: 1200px;
}

#category-links {
    display: inline-block;
    width: 72%;
}

#category-links ul li {
    display: inline-block;
    line-height: 40px;
    padding: 0px 10px;
}

#category-links ul li a {
    color:white;
    font-size: 16px;
    font-size:1.6rem;
    display: block;
}

#category-links ul li a:hover {

}

#search-bar-wrapper {
    border: 1px solid rgb(78,156,81);
    margin: 5px 0px 0px 0px;
    width: 16%;
    position: absolute;
    right: 15px;
    top: 105px;
    background: #fafafa;
	z-index: 2;
}

#search-bar-wrapper input.text {
    width: 76%;
    padding: 3px 0px 3px 3px;
    color: #595959;
    border: none;
    vertical-align: top;
    background: none;
    height: 22px;
}

#search-bar-wrapper button.search-button {
	font-size:16px;
	font-size:1.6rem;
	color: #8a8a8a;
	border: none;
	background: transparent;
	margin: 0px 0px 0px 0px;
	cursor:pointer;
	width: 18%;
	padding: 4px 0px 4px 10px;
	height: 27px;
}

.subcategory-bar {
    background: #4a8257;
    right: 0;
    display: none;
    height:40px;
    width: 100%;
    position: absolute;
}

.subcategory-bar-content-wrapper {
    padding: 0px;
}

.subcategory-li {
   width:auto !important;
}

.subcategory-li a {
   font-size:15px;
   font-size:1.5rem !important;
}

.subcategory-li a:hover {
   color:#2A6642 !important;
}

/* MAIN */
main {
    max-width: 900px;
    margin: 40px auto 0px;
    padding: 0 15px;
}

#hero-wrapper {
    margin:0px auto 0px;
}

#hero-wrapper a {
	display: block;
}

#hero-wrapper img {
	width:100%;
}

/*quick links */

#quick-links-wrapper {
	display: flex;
	flex-wrap:wrap;
	margin:23px -4% 0px;
}

.quick-link-wrapper {
	text-align: center;
	flex: 1 1 120px;
	margin:20px 0 0;
}

.quick-link-wrapper p {
	margin:10px 0 0;
	color:#1D7D9F;
	font-size: 16px;
	font-size:1.6rem;
}


@media screen and (max-width:480px) {
	#quick-links-wrapper {
		margin:10px -2.5% 0px;
	}

	.quick-link-wrapper {
			margin:10px 0;
	}

	.quick-link-wrapper a {
		display: block;
	}

	.quick-link-wrapper a img {
		display: block;
		width:90px;
		margin:0 auto;
	}


}




/*favorites*/

#favorites-wrapper {
    margin:30px 0px 0px;
    border-top:2px solid #1D7D9F;
}

#favorites-wrapper h2 {
    color:#1D7D9F;
    font-weight: 300;
    font-size:24px;
    font-size:2.4rem;
    position:relative;
    width:150px;
    text-align: center;
    margin:0 auto;
    bottom:12px;
    background-color: white;
    padding:0 25px;
}

#product-row-wrapper {
    margin:10px auto;
    display:flex;
}

.product-row {
	display: flex;
  flex-flow:wrap;
  width: 100%;
}

.product-thumbnail-wrapper {
    width: 22.29%;
    height: 205px;
    float:left;
    display:inline;
    margin: 0px 1.3%;
    padding-bottom: 30px;
    position:relative;
}

.product-sale-button {
	position: absolute;
	top:-20px;
	right:-20px;
}

.product-sale-button img {
	border:none !important;
}

.sale-button-logo {
	width:62px;
	height:auto;1
}


.product-thumbnail-wrapper a {
    display:block;
}

.product-thumbnail-wrapper img {
    width:100%;
    height: auto;
    display:block;
    border:1px solid #1D7D9F;
}

div.new-sticker-wrapper img {
	border:none;
	display:block;
	height:auto;
	max-width:50px;
	position:absolute;
	top:-20px;
	right: -3px;
}

.product-title {
    color:#1D7D9F;
    text-align: center;
    margin: 10px 0px 0px;
    position:relative;
		line-height: 18px;
}

.product-price {
	text-align: center;
	color:#595959;
	font-size:16px;
	font-size:1.6rem;
	margin-top: 8px;
}


/*about*/
#tagline-wrapper {
  margin:20px 0px 20px;
  border-top:2px solid #1D7D9F;
}

#tagline-wrapper h2 {
    color:#1D7D9F;
    font-weight: 300;
    font-size:24px;
    font-size:2.4rem;
    position:relative;
    width:105px;
    text-align: center;
    margin:0 auto;
    bottom:18px;
    background-color: white;
    padding:0 25px;
}

#tagline-wrapper p {
  color:#1D7D9F;
  font-size: 16px;
	font-size:1.6rem;
  text-align:left;
	line-height: 2rem;
}

#banner-wrapper {
    margin:30px auto 0px;
}

#banner-wrapper img {
    width:100%;
    height:auto;
    display: block;
}

#banner-1 {
    float:left;
    width: 48.5%;
    margin: 0px 0% 0px 0%;
}

#banner-1 a {
    display:block;
}

#banner-2 {
    float: right;
    width: 48.5%;
    margin: 0px 0% 0px 0%;
}

#banner-2 a {
    display:block;
}

.mailto-link {
	color: #1D7D9F;
	text-decoration: underline;
}




/*FOOTER*/
footer {
    background: #264F89;
    margin:0px 0px -17px;
    padding:10px 15px;
}

.footer-content-wrapper {
    max-width:1200px;
    margin:0 auto;
    padding:20px 0px 0px 0px;
    position:relative;
}

#footer-content-links {
    float:right;
    width:25.0%;
}

#footer-content-email {
    float:right;
    width:50%;
}

footer form {
	border:2px solid white;
	max-width: 310px;
	height:32px;
	display: inline-block;
	padding: 0 3px;

}

#footer-content-social {
    float:right;
    width:25%;
    position:relative;
}

ul.footer-links {
    float:left;
    width:50%;
}

ul.footer-links li {
    margin:0px 0px 12px;
}

ul.footer-links li a{
    font-size:14px;
    font-size:1.4rem;
    color:white;
}

ul.footer-links li a:hover {
    color:#8a8c8e;
}

ul.footer-links li.menu-heading {
    font-weight:bold;
    color:white;
    font-size:14px;
    font-size:1.4rem;
}

#payment-logos {
    margin:20px 0px;
}

#payment-logos img {
    display:block;
		max-width: 300px;
}

#newsletter-wrapper {
    margin:0 auto;
}

#newsletter-content-wrapper {
    border:2px solid white;
    width:350px;
    margin:0 auto;
    padding:20px 10px;
    color:white;
    text-align:center;
}

#newsletter-title {
    height:40px;
}

#newsletter-content-wrapper hr {
    width:50px;
    height:4px;
    background: white;
    border:none;
    margin:0px auto 20px;
}

#newsletter-content-wrapper h2 {
    font-size:18px;
    font-size:1.8rem;
    margin:0px 0px 20px;
}

#newsletter-breakline {
    width:50px;
    border:2px solid white;
    margin:0 auto 20px;
}

#newsletter-content-wrapper p {
    font-size:14px;
    font-size:1.4rem;
    margin:0px 0px 20px;
    line-height:17px;
}

#email-input {
    padding:6px 0 0 6px;
    vertical-align: top;
    font-size:14px;
    font-size:1.4rem;
    width:86%;
	border: none;
	background: transparent;
}

input[type="email"]::-webkit-input-placeholder {
color: white !important;
}

input[type="email"]:-moz-placeholder { /* Firefox 18- */
color: white !important;
}

input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
color: white !important;
}

input[type="email"]:-ms-input-placeholder {
color: white !important;
}
button#newsletter-submit {
    width:28px;
    height:28px;
    border:none;
    margin:0px;
    padding:0px;
    cursor:pointer;
}

#newsletter-submit img {
    display:block;
    width:32px;
    height:32px;
}

#social-buttons-wrapper {
    float:right;
    padding-bottom:10px;
}

li.text-list {
   color:white;
   font-size:14px;
   font-size:1.4rem;
   text-align: center;
   line-height: 20px;
}

.social-button {
    border:2px solid white;
    width:263px;
    padding:5px;
    margin-bottom: 10px;
}

.social-button a {
    display:block;
    width:100%;
    margin:0 auto;
    text-align: center;
}

.social-button-content-wrapper .fa {
    color:white;
    font-size:24px;
    font-size:2.4rem;
}

#badges-wrapper {
   width:201px;
    margin-left:23px;
}

#return-policy-logo {
    float:left;
    width:83px;
    margin:6px 15px 0px 0px;
}

#return-policy-logo a {
    width:83px;
    display:block;
}

#return-policy-logo img {
    display:block;
    width:83px;
    height:63px;
}

#authorize-logo {
    float:left;
    margin:0px 13px 0px 0px
}

#copyright {
    width:auto;
}

#copyright p {
    font-size:12px;
    font-size:1.2rem;
    text-align: center;
    color:white;
}

#copyright a {
    color:white;
}

#copyright a:hover {
    color:#8a8c8e;
}

.phone-number {
   display: none;
}




@media screen and (max-width:1029px) {

    .product-thumbnail-wrapper {
        width:30.16%;
        margin:0px 1.57% 0px;
		 min-height: 240px;
    }

}

@media screen and (max-width:990px) {

    #footer-content-social {
        float:none;
        width:100%;
    }

    #footer-content-email {
        float:none;
        width:100%;
        margin: 20px 0;
    }

    #footer-content-links {
        float:none;
        width:100%;
    }

    #social-buttons-wrapper {
        float:none;
        padding-bottom: 0px;
    }

    .social-button {
        width:99.6%;
        padding:5px 0px;
        margin-bottom:20px;
    }

    .social-button-content-wrapper {
        margin:0 auto;
        width:170px;
    }

    .social-button a {
        width:100%;
    }

    #badges-wrapper {
        position:static;
        margin:20px auto 0px;
        width:210px;
    }

    #return-policy-logo {
        float:none;
        display:inline-block;
        margin:3px 7px;
    }

    #authorize-logo {
        float:none;
        display:inline-block;
        margin:0px 9px;
    }

    #newsletter-wrapper {
        width:100%;
    }

    #newsletter-content-wrapper {
        padding:20px 0px;
        width:99.3%;
    }

    ul.footer-links {
        float:left;
        width:50%;
        text-align:center;
    }

    #payment-logos {
        margin:30px auto 0px;
        float:none;
    }

    #payment-logos img {
        margin:0px auto;
    }

    #copyright p {
        text-align:center;
        line-height:20px;
    }
}

@media screen and (max-width:960px) {

    header {
        height:auto;
    }


#seasonal-banner {
   position:absolute;
   width: 100%;
   text-align: center;
   top: 50px;
   z-index: 3;
}
   #search-bar-wrapper {
      display:none;
   }

   #logo-wrapper {
    max-width: none;

    top: 0px;
}
    #category-bar {
        display:none;

        position: relative;
}

    .subcategory-bar{
        display:none;
    }

    #mobile-category-menu {
        display:block;
    }

}

@media screen and (min-width:768px) {
    #mobile-nav-menu {
        display:none;
    }
}

@media screen and (max-width:767px) {

	header {
		position: fixed;
		width:100%;
		z-index:5000;
		top:0px;
	}

   #seasonal-banner {
   width: 100%;
   text-align: center;
   top: 5px;
      z-index: 3;
}

   #logo-wrapper {
		width: 100%;
		margin:0 auto;
		text-align: center;
		position:static;
}

    #logo-wrapper a {
        width: 96px;
        margin:5px auto 0px;
        display:inline-block;
    }

    #logo-wrapper img {

        width: 100%;
        height: auto;
}

    #mobile-menu-button {
        display: block;
        position:absolute;
        top: 40px;
        left:60px;
        color:#3ab0db;
        font-size:35px;
        font-size:3.5rem;
    }

    #mobile-menu-cart {
        display:block;
        position: absolute;
        top: 40px;
        right:60px;
        color:#3ab0db;
        font-size:35px;
        font-size:3.5rem;
    }

    #right-nav-group {
        display:none;
    }


    #search-bar-wrapper-mobile-category {
        display:none;
    }

    #tagline-wrapper p {
        font-size:18px;
        font-size:1.8rem;
    }

    #favorites-wrapper h2 {
        font-size:26px;
        font-size:2.6rem;
				width:165px;
				bottom:15px;
        padding:0px 2.3324%;
    }

}

@media screen and (min-width:767px) {
	#nav-container {
		display:none;
	}
}

@media screen and (min-width:481px	) {
	.hero-image-mobile {
		display: none;
	}
}



@media screen and (max-width:480px) {
	header {
		position: fixed;
		width:100%;
		z-index:5000;
		top:0px;
	}

	main {
		margin: 123px auto 0px;
	}

	.hero-image-desktop {
		display: none;
	}

	#banner-wrapper {
		margin:10px auto 0;
	}


  #mobile-menu-button {
    display: block;
    position:absolute;
    top: 40px;
    left:30px;
    color:#3ab0db;
    font-size:35px;
    font-size:3.5rem;
  }

    #mobile-menu-cart {
      display:block;
      position: absolute;
      top: 35px;
      right:30px;
      color:#3ab0db;
      font-size:35px;
      font-size:3.5rem;
    }

		#banner-1 {
		    width: 100%;
		    margin: 0px 0% 0px 0%;
		}

		#banner-2 {
		    width: 100%;
		    margin: 20px 0% 0px 0%;
		}

	.product-thumbnail-wrapper {
			min-height: 220px;
			width:46%;
	    padding-bottom: 0px;
		}

	div.new-sticker-wrapper img {
		right: -5px;
	}

}

#tax-free-logo-wrapper {
	float: left;
	margin:0 0 0 25px;
}

#tax-free-logo-wrapper a {
	display: block;
}


/*shipping-logo*/
#holiday-shipping-button {
	position:absolute;
	top: 0px;
	left: -160px;
}

/* new sidebar */

#sidebarMenu {
  height: 100%;
  position: fixed;
  left: 0;
  width: 100%;
  margin-top: 112px;
  transform: translateX(-100%);
  transition: transform .5s ease-in-out;
  background: white;
	-webkit-tap-highlight-color: transparent;
}

ul#shop-by-dropdown {
	display: none;
}

.chevron-icon {
	width:15px;
	height: 15px;
	margin: 0px 8px;
	display: inline-block;
	vertical-align: middle;
}

.sidebarMenuInner{
    margin:0;
    padding:0;
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    cursor: pointer;
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
}

input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
	transition: all 0.3s;
	box-sizing: border-box;
	cursor: pointer;
	position: absolute;
	z-index: 99;
	height: 100%;
	width: 100%;
	top: 42px;
	left: 30px;
	height: 22px;
	width: 22px;
	-webkit-tap-highlight-color: transparent;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
		margin-bottom: 2px;
    width: 100%;
    background-color: #1D7D9F;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 12px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -13px;
}


/* sale price */
.sale-price {
	color:#29603F;
	font-weight: 500;
}

.regular-price {
	text-decoration: line-through;
	font-size:14px;
}
