/*-----------------------*/
/* GENERAL */
/*-----------------------*/
body{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*{ font-family: 'Montserrat', sans-serif!important; }
.fa{ font-family: 'FontAwesome'!important; }
/* h1, h2, h3, h4, h5{ font-family: "brandon-grotesque"!important; } */

a{
	transition: all 0.25s ease-in-out;
}
/*-----------------------*/
/* TOP NAV */
/*-----------------------*/
.top-bar{ display: none; }

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

div.top-area .logo{
	margin-top: 11px;
}

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

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

#header ul.level-0 > li > a{
	font-size: 16px;
  color: #FFF;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  padding: 5px 12px 5px;
  -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: 16px;
  color: #202020;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  padding: 10px 12px;
  background: #f5f5f5;
}

#header ul.level-1 > li > a:hover{ background: #e5e5e5; }
/*-----------------------*/
/* CATEGORY NAV */
/*-----------------------*/
.navigation-bar ul.main-nav.navigation-menu i{ display: inline-block; }

.navigation-bar ul.main-nav.navigation-menu > li > a,
.account-links a,
#header ul.level-0 li a{
	border-top: 3px solid rgba(255,255,255,0);
	font-weight:bold;
}
.navigation-bar ul.main-nav.navigation-menu > li > a, .account-links a {
  font-size: 16px;
  padding: 5px 20px;
}
.navigation-bar ul.main-nav.navigation-menu > li > a:hover,
.account-links a:hover,
#header ul.level-0 > li > a:hover{
	border-bottom: 3px solid #FF3333;
	font-weight:bold;
}
.navigation-bar, .account-links {
  margin: 20px 5px;
}


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

/*-----------------------*/
/* CONTENT */
/*-----------------------*/

/*-----------------------*/
/* PRODUCT THUMBS */
/*-----------------------*/
.product-list .product .footer label.product-name a,
.product-list .product.featured .footer label.product-name a{
	font-weight: bold;
}

.product-list .product .footer label.product-price,
.product-list .product.featured .footer label.product-price{
	font-weight: normal;
}
/*-----------------------*/
/* PRODUCT */
/*-----------------------*/

/*-----------------------*/
/* CART/CHECKOUT */
/*-----------------------*/
table.recent-orders tr.shown-details td, a.hide-details{ color: #FFF!important; }
/*-----------------------*/
/* FOOTER */
/*-----------------------*/
.line {
    background: rgba(255,255,255,0.25);
}
/*-----------------------*/
/* MEDIA QUERIES */
/*-----------------------*/
@media screen and (min-width: 661px){
	#header.fixed{
		position: fixed;
		width: 100%;
		box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.15);
	}

	#search{
		margin: 20px 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);
	}
}
@media screen and (min-width: 667px) and (max-width: 812px){
	#search{
		margin:25px 5px;
	}
}