@import url("https://assets.mybrightsites.com/uploads/sites/6454/themes/11795/138cd1abca61980146b5ccb7e6d560f5a8ed1919/stylesheet.css?1633993132");

/*-------------------*/
/* GENERAL */
/*-------------------*/
*:not(.fa) {
  font-family: "KievitOT", sans-serif !important; 
}

.right .social .fa, .right .social .far, .right .social .fas {
  font-family: "Font Awesome 5 Brands" !important;
}
  
body{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a{
	transition: all 0.25s ease-in-out;
}

/* / / / / / / / */
/*SIGN IN*/
/* / / / / / / / */
#sign-in {
background: white;
z-index:10000;
display:none;
    position:absolute;
}
#sign-in .container {
max-width:600px;
width:100%;
margin: 0 auto;
}
.box {
background:#FFF;
color:#FFF;
padding:40px;
border-radius:0;
border:2px solid #000;
}
.box p {
margin: 0px 0px 20px;
color:black;
}
.box a.btn {
color: #FFF;
background:#000;
}
/*-----------------------*/
/* TOP NAV */
/*-----------------------*/
.top-bar{ display: none; }

/*-----------------------*/
/* HEADER */
/*-----------------------*/
#header{
	border-bottom: 1px solid #CCC;
	transition: all 0.5s ease;
}

div.top-area {
  min-height: 35px;
}

div.top-area .logo{
	margin-top: 1vw;
    float: none;
}

div.top-area > a,
#header ul.level-0{
	display: inline-block;
}

#header ul.level-0 > li{ display: inline-block; }

#header ul.level-0 > li > a{
	font-size: 12px;
    color: #333;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    padding: 12px 12px 15px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

#header ul.level-1{
	position: absolute;
	display: none;
	width: 200px;
}

#header ul.level-0 > li:hover > ul.level-1{ display: block; }

#header ul.level-1 > li{
    border: 1px solid #e5e5e5;
    border-bottom: none;
}

#header ul.level-1 > li > a{
	font-size: 12px;
    color: #333;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    padding: 10px 12px;
    background: #f5f5f5;
}

#header ul.level-1 > li > a:hover{ background: #e5e5e5; }

.custom-header {
  display: flex;
  margin: 0 6vw;
  left: 0;
  right: 0;
}

.nav-container, .quick-menu-container {
  padding-top: 1.6vw;
  z-index: 10;
}

.nav-container button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.nav-container button svg {
  width: 2vw;
  fill: #000;
  transition: all 0.25s ease;
}

.nav-container button:hover svg {
  fill: #e13425;
}

.nav-container span {
  font-size: 1.25vw;
  color: #000;
  text-transform: uppercase;
  vertical-align: top;
  line-height: 20px;
  margin-left: 1vw;
  transition: all 0.25s ease;
}

.nav-container button:hover span {
  color: #e13425;
}

.quick-menu-container a {
  color: #000;
  font-size: 1.25vw;
  text-transform: uppercase;
  padding: 0 1vw;
}

.quick-menu-container a:hover {
  color: #e13425;
}

div.top-area > a {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  text-align: center;
  font-weight: 400;
}

.quick-menu-container .cart svg {
  width: 1.25vw;
  vertical-align: top;
  fill: #000;
  transition: all 0.25s ease;
}

.quick-menu-container .cart:hover svg {
  fill: #e13425;
}

nav.slider-nav {
  z-index: 1001;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  background: #FFF;
  width: 20vw;
  box-shadow: 0 0 40px 0 rgb(0 0 0 / 40%);
  padding-top: 2vw;
}

nav.slider-nav div#category-navigation {
  display: block;
}

nav.slider-nav #category-navigation {
  margin-bottom: 0 !important;
}

.product-list .product .image-carousel a {
  z-index: 999;
}

.nav-overlay {
  display: none;
}

.nav-overlay.active {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0,0,0,0.5);
  z-index: 1000;
  top: 0;
  display: block;
}

nav.slider-nav {
  display: none;
}

nav.slider-nav.active {
  display: block;
}

nav.slider-nav ul.level-0 li {
  text-align: left;
}

nav.slider-nav ul.level-0 > li > a {
  padding: 10px 15px 10px 25px;
  font-size: 1.25vw;
  font-weight: 500;
  width: 100%;
  display: block;
  text-transform: none;
}

nav.slider-nav ul.level-0 li.hasDrop::after {
  width: 20px !important;
  height: 20px  !important;
  right: 15px  !important;
  top: 12.5px  !important;
  margin: auto 0  !important;
}

nav.slider-nav ul.level-0 li.hasDrop {
  padding-right: 0 !important;
}

nav.slider-nav ul.level-0 li.hasDrop ul.level-1 {
  border: none;
  background-color: #f8f6f5;
  display: none;
}

nav.slider-nav ul.level-0 li.hasDrop.active ul.level-1 {
  display: block;
}

nav.slider-nav ul.level-0 li.hasDrop ul.level-1 li {
  background: transparent !important;
  padding-left: 25px;
}

nav.slider-nav ul.level-0 li.hasDrop ul.level-1 li a {
  opacity: 1;
  color: #222;
  font-size: 14px;
  text-transform: none;
}
/*-----------------------*/
/* CATEGORY NAV */
/*-----------------------*/
nav.slider-nav .category-navigation ul.level-0 > li > a:after {
  display: none;
}

nav.slider-nav .main-nav.navigation-menu li {
  display: block;
}

nav.slider-nav .main-nav.navigation-menu li a {
  padding: 10px 15px 10px 25px;
  font-weight: 400;
  font-size: 1.25vw;
}

nav.slider-nav .main-nav.navigation-menu li a:hover {
  color: #e13425;
}

nav.slider-nav .category-navigation .container ul.level-0 li {
  display: block;
}

nav.slider-nav .category-navigation .container ul.level-0 > li > ul.level-1 {
  display: block;
  position: static;
  width: 100%;
  border: none;
  box-shadow: none;
  padding-left: 30px;
}

nav.slider-nav .category-navigation .container ul.level-0 > li > ul.level-1 li a,
nav.slider-nav ul.sub-menu-list.navigation-menu li a {
  color: #000;
  font-weight: 400;
  font-size: 1.2vw;
}

nav.slider-nav .category-navigation .container ul.level-0 > li > ul.level-1 li a:hover,
nav.slider-nav ul.sub-menu-list.navigation-menu li a:hover {
  color: #e13425;
  text-decoration: none;
}

nav.slider-nav ul.sub-menu-list.navigation-menu {
  padding-left: 30px;
}

/*-----------------------*/
/* CAROUSEL */
/*-----------------------*/
.slideshowcontent{ width: auto; text-align: center; bottom: 50%; transform: translate(-50%, 50%); }
.slideshowcontent h1{ background: transparent; font-size: 2em; padding: 0px;    line-height: normal; color: #FFF; text-shadow: 0px 2px 2px rgba(0,0,0,0.5); }
.slideshowcontent h2{ display: none; }
.slideshowcontent a:link, .slideshowcontent a:visited{ padding: 10px 20px; }

.sy-pager{
    position: absolute;
    bottom: 0px;
    z-index: 9;
}
.slideshow_boxes{
	display:none!important;
}
.slideblock{
	display:none!important;
}
 /* scroll dropdown animation  */
   @-webkit-keyframes slide-bottom {
       0% { -webkit-transform: translateY(0); transform: translateY(0); }
       100% { -webkit-transform: translateY(100px); transform: translateY(100px); } }
       @keyframes slide-bottom { 0% { -webkit-transform: translateY(0); transform: translateY(0); }
       100% { -webkit-transform: translateY(100px); transform: translateY(100px); }
   }
   @media (min-width:661px) {
       #header.fixed {
           position: fixed; width: 100%; top: -100px; z-index: 3;
           -webkit-animation: slide-bottom .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
                   animation: slide-bottom .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
       }
   }

.slideshowcontent {
  transform: none;
  left: 7.8vw;
  bottom: auto;
  top: 15.5vw;
}

.slideshowcontent h1 {
  font-size: 4.8vw;
  line-height: 4.25vw;
}

.slideshowcontent.left {
  left: 7.8vw;
}

.slideshowcontent.left h1 {
  text-align: left;
}

.slideshowcontent.right {
  right: 7.8vw;
  left: auto;
}

.slideshowcontent.right h1 {
  text-align: right;
}

.slideshowcontent.center {
  left: 50%;
  transform: translateX(-50%);
}

.slideshowcontent.center h1 {
  text-align: center;
}



.slideshowcontent a {
  display: none !important;
}
/*-----------------------*/
/* CONTENT */
/*-----------------------*/
.content-page h1{
  text-align: left;
  margin-top: 78px;
  font-size: 35px;
  font-weight: 400;
}
.slick-next:before, .slick-prev:before{ color: #000!important; }

.custom-data-collection .form-item {
    float:left;
    width: 24%;
}
.form-item label { width:auto;margin-right:10px;}

/*-----------------------*/
/* PRODUCT THUMBS */
/*-----------------------*/
.featured-products .product-list .product.featured,
.product-list .product,
.product-list .product.featured {
  width: 350px;
  height: 450px;
}
.featured-products .product-list .product.featured .image-carousel img,
.product-list .product .image-carousel img,
.product-list .product.featured .image-carousel img {
  max-width: 241px;
  max-height: 241px;
}

.featured-products .product-list .product.featured .footer,
.product-list .product .footer,
.product-list .product.featured .footer {
  height: auto;
}

.featured-products .product-list .product.featured .footer::before,
.product-list .product .footer::before,
.product-list .product.featured .footer::before {
  margin: 1em auto
}

.featured-products .product-list .product.featured .footer label.product-name,
.product-list .product .footer label.product-name,
.product-list .product.featured .footer label.product-name {
  max-width: 300px;
  padding: 0;
  margin: 2em auto 0.25em;
}

.featured-products .product-list .product .footer label.product-name a,
.product-list .product .footer label.product-name a,
.product-list .product.featured .footer label.product-name a {
  font-size: 18px;
  text-align: center;
  display: block;
  color:#000!important;
}

.featured-products .product-list .product.featured .footer label.product-price,
.product-list .product .footer label.product-price,
.product-list .product.featured .footer label.product-price { text-align: center; font-size: 16px;}

.featured-products .product-list .product.featured .footer a.btn,
.product-list .product .footer a.btn,
.product-list .product.featured .footer a.btn {
  color: #FFF;
  display: inline-block;
  padding: 0.5em 5em;
  border-radius: 0px;
  margin: 1em 0 2em;
  background:#000;
  border-color:#000;
}
.featured-products .product-list .product.featured .footer a.btn:hover,
.product-list .product .footer a.btn:hover,
.product-list .product.featured .footer a.btn:hover { background: #63666A; border-color: #63666A;}

.product-list .product,
.product-list .product.featured{
  margin: 1em;
  background: #FFF;
  font-size:14px;
}

.product-list .product .image-carousel, .product-list .product .image-carousel ul li,
.product-list .product.featured .image-carousel, .product-list .product.featured .image-carousel ul li {
  width: 241px;
  height:241px;
  max-width: 241px;
  max-height: 241px;
  line-height: 241px;
  text-align: center;
  background: #FFF;
}


.product-list .product img,
.product-list .product.featured img{
  height: auto;
  width: auto;
  max-height: 241px;
  max-width: 241px;
}


.product-list .product .image-carousel ul li,
.product-list .product.featured .image-carousel ul li{ line-height: 241px }

.product-list .product .footer::before,
.product-list .product.featured .footer::before{
  content: "";
  display: block;
  height: 1px;
  width: 60%;
  background: #B1B3B0;
  margin: 1em auto;
}

.product-list .product .footer label.product-name,
.product-list .product.featured .footer label.product-name{ max-width: 241px; min-height: 0px }

.product-list .product .footer label.product-price,
.product-list .product.featured .footer label.product-price{ padding: 10px 10px; font-weight: normal }
/*-----------------------*/
/* PRODUCT */
/*-----------------------*/
.product-summary td, .product-quantity td{
    border:0px!important;
}
.product-page { padding: 3em 0; }
.product-page .product-title h1{ font-size: 2.25em; line-height: normal; }
.product-page .product-title span { color: #999; font-size: 16px; margin: 0.25em 0; display: block }
.product-page .product-price { float: none }
.product-page .product-price > div{ margin: 1em 0; }

.total-info.clrfix { padding: 0px }
.product-page .total-info > div.add-to-cart-area{ float: none; margin: 1em 0; }
.product-page .product-tabs{ border-top: 1px solid #999; border-bottom: 1px solid #999; padding: 1em 0; }
.product-page .product-tabs > ul li a{ text-transform: uppercase; padding-left: 0px; }
.product-page .product-tabs > ul{ left: 0px; }
.product-page .tabs-body > div{ padding: 10px 0px; padding-bottom: 14px; }
.product-page .product-tabs > ul li.selected {
  border-bottom: 1px solid #999;
}
.btn.special-link{
    color:#FFF!important;
    width:140px!important;
    font-size:14px!important;
    margin-bottom:5px!important;
    padding:7px 22px!important;
}
/*-------------------*/
/* SMALL THUMBS */
/*-------------------*/
.related-products h4 {
    font-size: 2.25em;
    text-align: center;
    line-height: normal;
    margin: 0em 0 1em;
}

.recently-viewed-products .product,
.related-products .product{
  background: #f5f5f5;
  width: 247px;
  height: 247px;
}

.recently-viewed-products .product .image-carousel,
.related-products .product .image-carousel,
.recently-viewed-products .product .image-carousel ul li,
.related-products .product .image-carousel ul li{
  width: 125px;
  height: 125px;
  line-height: 125px;
}

.recently-viewed-products .product img
.related-products .product img{
  max-width: 125px;
  max-height: 125px;
}

.recently-viewed-products .product .footer,
.related-products .product .footer{ max-height: none; }

.recently-viewed-products .product .footer label.product-price,
.related-products .product .footer label.product-price{
  display: none;
}

.recently-viewed-products .product .footer label.product-name a::before,
.related-products .product .footer label.product-name a::before{
  content: "";
  display: block;

  height: 1px;
  width: 60%;
  background: #333;
  margin: 1em auto 2em;
}

.recently-viewed-products .product .footer label.product-name a,
.related-products .product .product .footer label.product-price {
  text-align: center;
}

.recommendation-container {
  max-width: 340px;
  text-align: justify;
  text-indent: 50px;
  margin-bottom: 30px;
  position: relative;
}

.recommendation-container > .fa-quote-left {
  position: absolute;
  left: -50px;
  top: 0;
}

.recommendation-container > .fa-quote-right {
}


/*-----------------------*/
/* CART/CHECKOUT */
/*-----------------------*/
.checkout-main .error {
    display: inline-block;
    margin: 0 0 0 5px;
    /* line-height: 24px; */
    background: red;
    color: #fff;
    padding: 4px;
}
.custom-data-collection .form-item label {
    color:red;
    font-weight: bold;
}
/*-------------------*/
/* FOOTER */
/*-------------------*/
#footer ul li {
  list-style: none;
  margin-left: 15px;
}

.footer-bottom {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.footer-copy {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0;
}
a#privacypolicy {
  font-size: 14px;
  text-decoration: underline !important;
}
a#privacypolicy:hover {
  padding-left: 0;
  text-decoration: none !important;
}

/*******/
.featured-products .product-list .product.featured .footer label.product-price,
.product-list .product .footer label.product-price,
.product-list .product.featured .footer label.product-price {
  position: relative; margin:0 auto; position:relative;
}
.product-list .product .footer label.product-price,
.product-list .product.featured .footer label.product-price {
    position:relative;
}

.product-list .product .footer,
.product-list .product.featured .footer {
  position:relative;
}

#main-container .btn,
#main-container .btn_remove {
    border-radius: 0;
    min-width: 50px;
    font-size: 16px;
    line-height: 1em;
    padding: 12.5px 25px;
    text-decoration: none;
    font-family: 'Proxima Nova Semi Bold';
    font-weight: 400;
    letter-spacing: .01em;
    transition: background-color .25s ease-out,color .25s ease-out,border .25s ease-out;
    text-align: center;
    width: auto !important; 
  text-transform: uppercase;
}

#main-container .btn:focus,
#main-container .btn:hover {
    background-color: #e13425;
    border-color: #e13425;  
}

#main-container .cart-page .btn {
  line-height:25px;
}

#header .account-links {margin-top:-5px; }
#header .account-links #search {margin-top:10px; }

#wrapper .product-additional-info span,
#wrapper .product-info span,
#wrapper .product .footer label.product-name a,
#wrapper .product-info td,
#wrapper .cart-page td,
#wrapper .cart-page span,
#wrapper .cart-page p,
#wrapper .simple_form label,
#wrapper .product-info th {
  font-size: 16px !important;
}

.product-info #sign-in {
  position: static; max-width: 450px; 
}

#wrapper .product .footer label.product-name a,
#wrapper .product .footer label.product-price {
  font-weight: 600;
}

.content-block.featured-products {
  margin-bottom: 50px;
}
/*******/

/*-----------------------*/
/* MEDIA QUERIES */
/*-----------------------*/
@media screen and (max-width: 1400px){
  .quick-menu-container .cart svg {
    margin-top: 2px;
    width: 1.5vw;
    vertical-align: text-top;
  }
}

@media screen and (max-width: 1024px){
  nav.slider-nav ul.level-0 > li > a,
  .main-nav.navigation-menu li a {
    font-size: 2vw;
  }
  
  .category-navigation .container ul.level-0 > li > ul.level-1 li a, ul.sub-menu-list.navigation-menu li a {
    font-size: 1.5vw;
  }
  
  nav.slider-nav {
    width: 25vw;
  }
}

@media screen and (min-width: 841px){
  .product-wrapper.clrfix{ display: flex; flex-wrap: wrap; }
  div.product-wrapper .product-left-section, div.product-wrapper .product-right-section{ flex: 1; }
}

@media screen and (max-width: 690px){
  .product-list .product,
  .product-list .product.featured{
    width: 170px;
    height: 300px;
  }

  .product-list .product .image-carousel, .product-list .product .image-carousel ul li,
  .product-list .product.featured .image-carousel, .product-list .product.featured .image-carousel ul li{
    width: 150px;
    height:150px;
    max-width: 150px;
    max-height: 150px;
    line-height: 150px;
  }

  .product-list .product img,
  .product-list .product.featured img{
    max-height: 150px;
    max-width: 150px;
  }

  .product-list .product .image-carousel ul li,
  .product-list .product.featured .image-carousel ul li{
    line-height: 150px;
  }

  .product-list .product .footer label.product-name,
  .product-list .product.featured .footer label.product-name{
    max-width: 150px;
  }
}

@media screen and (min-width: 661px){
#top-menu .left{
margin-top:-20px;
}
	#header.fixed{
		position: fixed;
		width: 100%;
		box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.15);
	}

	#search{
		margin: 7px 0px 0px;
	}

	#header .navigation-bar ul.main-nav.navigation-menu:nth-child(2) > li:first-child { display: none; }
	.search input[type="text"]{ width: 120px; }
}

@media screen and (max-width: 660px){
	#main-container{
		margin-bottom:100px;
	}
	.slideshowcontent{ display: block; }
	.slideshowcontent h1{ font-size: 1.15em; line-height: normal; }
	.fixed_content{ margin-top: 0px!important; }

	#header .left ul.level-0{ display: none; }
	#header .right ul.level-0, #header ul.level-0 > li{ display: block; }
	.prod_option_block{
		min-width:280px;
	}
	.product-page table.multiple-quantity-grid th, .product-page table.multiple-quantity-grid td{
		font-size:12px;
	}
	.search input[type="text"]{
		width:calc(100vw - 75px);
	}
  
  .custom-header {
    flex-wrap: wrap;
  }
  
  .nav-container {
    flex-basis: 20%;
  }
  
  div.top-area {
    flex-basis: 80%;
  }
  
  .nav-container button svg {
    width: 4vw;
    margin-top: 2px;
  }
  
  .nav-container span {
    display: none;
  }
  
  .quick-menu-container {
    flex-basis: 100%;
    text-align: center;
    padding: 5px;
  }
  
  .quick-menu-container a {
    font-size: 3vw;
  }
  
  .quick-menu-container .cart svg {
    width: 3.5vw;
  }
  
  nav.slider-nav ul.level-0 > li > a,
  .main-nav.navigation-menu li a {
    font-size: 2.5vw;
  }
  
  .category-navigation .container ul.level-0 > li > ul.level-1 li a, ul.sub-menu-list.navigation-menu li a {
    font-size: 2vw;
  }
  
  nav.slider-nav {
    width: 30vw;
  }
}

@media screen and (max-width: 425px) {
  .nav-container button svg {
    width: 6vw;
  }
  
  .quick-menu-container a {
    font-size: 5vw;
  }
  
  .quick-menu-container .cart svg {
    width: 5.5vw;
  }
  
  nav.slider-nav ul.level-0 > li > a,
  .main-nav.navigation-menu li a {
    font-size: 5vw;
  }
  
  .category-navigation .container ul.level-0 > li > ul.level-1 li a, ul.sub-menu-list.navigation-menu li a {
    font-size: 4.5vw;
  }
  
  nav.slider-nav {
    width: 70vw;
  }
}

@media screen and (min-width: 667px) and (max-width: 812px){
	#search{
		margin:25px 5px;
	}
}