header{margin-top: 14px;}
.mainwrapper{
	width: 100%;
	margin: 0 auto;
	max-width:1024px;
}
header input[type="text"]{
	background-color: #fff;
	border: 1px solid #cccccc;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: inline-block;
	font-size: 14px;
	margin: 0 0 1em 0;
	padding: 0.5em;
	height:32px;
	width: 65%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
	font-family: 'Lato',helvetica,arial,sans-serif 
}
header .submitbtn{
    background-color: #F90;
    border-color: #dd9933;
	color: #fff;
	display: inline-block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 38px;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    font-size: 14px;
    height: 30px;
	top: 11px;
	left: -5px;
	font-family: 'Lato',helvetica,arial,sans-serif 
}

header .submitbtn:hover, header .submitbtn:focus{
    box-shadow: inset 0px 150px 20px 50px rgba(0, 0, 0, 0.2);
}
header .search{
    width: 33.75%;
	float:left;
}
header .sitelogo{
    width: 32.5%;
	float: left;
	vertical-align: middle;
	text-align: center;
}
header .rightlinks {
    width: 33.75%;
	float: right;
	vertical-align: middle;
	text-align: right;
}
header .rightlinks > ul {
    float: right;
    padding: 0;
	margin:0;
	margin-top: 9px;
	line-height: 1.6;
	list-style:none;
}
header ul.header-nav li a {
    color: #000000;
	font-size: 13px;
	font-family: 'Lato',helvetica,arial,sans-serif 
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 0;
}
header .rightlinks > ul.header-nav > li {
    display: inline-block !important;
    float: none;
}
header li.brdr {
    border-right: 1px solid #F90;
    padding-right: 15px;
}
header ul.header-nav li {
    float: left;
    margin-left: 15px;
    list-style: none;
}
header li:last-child {
    border-right: 0;
    padding-right: 0;
}

header .cartitems {
    display: inline-block;
    position: relative;
    margin-bottom: -.2em;
}
header .cartitems b {
    display: inline-block;
    color: #F90;
    border: 2px solid #F90;
    position: relative;
    padding: 2px 8px;
    margin-left: 15px;
    z-index: 10;
}
header .cartitems .cartbox{
    border: 2px solid #F90;
    border-bottom: 0;
    right: 50%;
    margin-right: -17px;
    top: -8px;
    height: 8px;
    width: 15px;
    position: absolute;
    -webkit-border-top-left-radius: 99px;
    -webkit-border-top-right-radius: 99px;
    -moz-border-radius-topleft: 99px;
    -moz-border-radius-topright: 99px;
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
}


.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display:none;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

.flexslider {
      margin-bottom: 10px;
    }

    .flex-control-nav {
      position: relative;
      bottom: auto;
    }

    .custom-navigation {
      display: table;
      width: 100%;
      table-layout: fixed;
    }

    .custom-navigation > * {
      display: table-cell;
    }

    .custom-navigation > a {
      width: 50px;
    }

    .custom-navigation .flex-next {
      text-align: right;
    }


.homebox{margin-bottom:20px}.homebox .homebox-heading{background:#f90;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:26px;color:#FFF;margin-top:10px;text-indent:10px;text-align:left}.homeboxbox .homebox-content{padding-top:10px;padding-bottom:10px}.homebox-product{width:100%;margin:0 auto}.homebox-product>div{background-color:#FFF;display:inline-block;margin-bottom:8px;margin-left:7.5px;padding:5px;text-align:center;vertical-align:top;width:22%;height:360px;overflow:hidden;zoom:1}.homebox-product>div.last{margin-right:0}.homebox-product .image{display:block;padding-top:5px;margin-bottom:8px;}.homebox-product .name{height:70px;overflow:hidden;padding-left:6px;padding-right:6px;text-align:center}.homebox-product .name a{color:#444;font-size:13px;text-decoration:none;display:block;margin-bottom:4px}.homebox-product .name a:hover{text-decoration:underline}.homebox-product .price{color:#000;font-size:18px;font-weight:700;margin-left:6px;margin-bottom:10px;text-align:left}

@media (min-width:300px) and (max-width:480px){
	header .search {width:100%;float: none;text-align: center;margin-top: -15px;}
	header .sitelogo {width: 100%;float: none;margin-bottom: 20px;margin-top: 6px;}
	header .rightlinks {width: 100%;float: none;text-align: center;}
	header .rightlinks > ul{float: none;}
	.homebox-product{text-align:center}.homebox-product>div{display:inline-block;width:92%;margin:0 0 10px;}
}
@media (min-width:481px) and (max-width:640px){
	header .search {width:100%;float: none;text-align: center;margin-top: -15px;}
	header .sitelogo {width: 100%;float: none;margin-bottom: 20px;margin-top: 6px;}
	header .rightlinks {width: 100%;float: none;text-align: center;}
	header .rightlinks > ul{float: none;}
	.homebox-product>div{display:inline-block;width:45%;margin:0 0 10px}
}
@media (min-width:641px) and (max-width:890px){
	.homebox-product>div{display:inline-block;width:45%;margin:0 0 10px}
}
h3.product-title {
    text-align: center;
    border: 0;
    margin-bottom: 18px;
    margin-top: 40px;
	text-transform: uppercase;
	font-size: 18px;
}
h3.section-title.title_center span {
    padding: 0 15px;
    border: 0;
}
h3.product-title span {
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 3px solid #F90;
    margin-bottom: -3px;
}