/* =Reset
-----------------------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html,
body {
  height: 100%; }

html,
body,
div,
span,
object,
iframe,
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,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: normal; }

a:active,
a:hover {
  outline: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

/* Structure tags */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

/* To prevent some browsers from inserting quotes on q and p */
blockquote,
q {
  quotes: none; }

blockquote p:before,
blockquote p:after,
q:before,
q:after {
  content: '';
  content: none; }

/* Table reset */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption,
th,
td {
  text-align: left;
  vertical-align: top;
  font-weight: normal; }

thead th,
thead td {
  font-weight: bold;
  vertical-align: bottom; }

/* Image inside */
a img,
th img,
td img {
  vertical-align: top; }

/* Webkit browsers reset margin */
button,
input,
select,
textarea {
  margin: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

/* Normalize buttons in IE */
button {
  width: auto;
  overflow: visible; }

/* Hand cursor on clickable controls */
input[type=button],
input[type=submit],
button {
  cursor: pointer; }

/* Trick with vertical align for radio and checkbox  */
input[type="radio"],
input[type="checkbox"] {
  font-size: 110%;
  box-sizing: border-box; }

/* Normalize search fields */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* Horizontal rule reset  */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd; }

/* Clearfix */
.clearfix:after, .contentwrapper:after, .colleft:after, ul.categories:after, ul.products:after, .price:after, .quantityprice:after, a.aggregaterating:after, div.aggregaterating:after, .review:after, .product:after, .product .product-main:after, nav.product-nav ul:after, .nocoupon:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix, .contentwrapper, .colleft, ul.categories, ul.products, .price, .quantityprice, a.aggregaterating, div.aggregaterating, .review, .product, .product .product-main, nav.product-nav ul, .nocoupon {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix, * html .contentwrapper, * html .colleft, * html ul.categories, * html ul.products, * html .price, * html .quantityprice, * html a.aggregaterating, * html div.aggregaterating, * html .review, * html .product, * html .product .product-main, .product * html .product-main, * html nav.product-nav ul, nav.product-nav * html ul, * html .nocoupon {
  height: 1%; }

.clearfix, .contentwrapper, .colleft, ul.categories, ul.products, .price, .quantityprice, a.aggregaterating, div.aggregaterating, .review, .product, .product .product-main, nav.product-nav ul, .nocoupon {
  display: block; }

/* close commented backslash hack */
@media (max-width: 480px) {
  .hidemobile {
    display: none; } }
a, a:visited, a:active, a:hover {
  color: #0000ff; }

html {
  height: 100%; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #f9f4ec;
  height: 100%; }

.wrapper {
  max-width: 960px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); }

header, footer {
  width: 100%; }

.content ul {
  margin: 0 0 10px 25px; }

@media (min-width: 481px) {
  .contentwrapper {
    border-bottom: 3px solid #ffffff;
    background: -moz-linear-gradient(left, #efeae2 0%, #efeae2 180px, #ffffff 180px, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #efeae2), color-stop(180px, #efeae2), color-stop(180px, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(left, #efeae2 0%, #efeae2 180px, #ffffff 180px, #ffffff 100%);
    background: -o-linear-gradient(left, #efeae2 0%, #efeae2 180px, #ffffff 180px, #ffffff 100%);
    background: -ms-linear-gradient(left, #efeae2 0%, #efeae2 180px, #ffffff 180px, #ffffff 100%);
    background: linear-gradient(to right, #efeae2 0%, #efeae2 180px, #ffffff 180px, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-main', endColorstr='#ffffff',GradientType=1 ); }

  .content {
    padding: 12px 12px 12px 10px;
    width: 756px;
    width: calc(100% - 204px);
    float: right;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 194px 12px 10px;
    margin-right: -182px; }

  .colleft {
    width: 169px;
    padding: 8px 6px;
    float: left;
    border-top: 3px solid #ffffff;
    position: relative;
    z-index: 1; } }
@media (max-width: 480px) {
  .content {
    padding: 6px; }

  .colleft {
    padding: 8px 6px; } }
.wrapper > header h2 {
  margin: 0; }
.wrapper > header h2 a {
  display: block;
  background: #efeae2 url(../images/logo.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 112px;
  text-indent: -3000px;
  overflow: hidden; }
  @media (max-width: 480px) {
    .wrapper > header h2 a {
      background: #efeae2 url(../images/logo_sm.png) no-repeat;
      background-size: 100% 100%; } }
.wrapper > header .cart {
  background: #701400;
  line-height: 22px;
  height: 22px; }
  .wrapper > header .cart div {
    float: right; }
    .wrapper > header .cart div #cartinner {
      background: url(../images/minicart.gif) no-repeat;
      padding: 0 5px 0 29px;
      color: #ffffff;
      float: left;
      font-weight: bold; }
    .wrapper > header .cart div a {
      float: right;
      background: #000;
      color: #ffffff;
      width: 85px;
      height: 22px;
      overflow: hidden;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }

.wrapper > footer {
  background: #dbdbe7;
  border-top: 12px solid #701400;
  text-align: center;
  padding: 10px 0 10px 0; }

.wrapper > footer a {
  color: #000; }

@media (min-width: 481px) {
  .colleft .searchform {
    border: 1px solid #edf3eb;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    margin: 0 0 4px 0;
    padding: 10px 0 10px 12px;
    background: #fff; }
  .colleft .searchform fieldset legend {
    display: block;
    font-weight: bold;
    color: #701400;
    display: block;
    margin: 0 0 5px 0; }
  .colleft .searchform input[type="text"] {
    border: 1px solid #522818;
    line-height: 20px;
    height: 20px;
    padding: 2px 3px;
    width: 127px;
    margin: 0 0 6px 1px;
    outline: none; }
  .colleft .searchform input[type="text"]:focus {
    -webkit-box-shadow: inset 0px 0px 2px 0 #701400;
    -moz-box-shadow: inset 0px 0px 2px 0 #701400;
    box-shadow: inset 0px 0px 2px 0 #701400; }
  .colleft .searchform input[type="submit"] {
    background: #000;
    color: #fff;
    font-weight: bold;
    border: 0;
    width: 78px;
    height: 24px;
    line-height: 24px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
  .colleft .cc {
    border-top: 3px solid #41417f;
    background: url(../images/cc.gif) no-repeat center 6px;
    height: 40px;
    text-indent: -3000px;
    overflow: hidden; } }
@media (max-width: 480px) {
  .colleft .searchform {
    margin: 0 0 4px 0;
    float: right;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 63px;
    margin-right: -63px; }
  .colleft .searchform fieldset legend {
    display: none; }
  .colleft .searchform input[type="text"] {
    border: 1px solid #522818;
    line-height: 44px;
    height: 44px;
    padding: 12px 5px 12px 38px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 46px;
    margin-right: -46px;
    margin: 0 0 6px 1px;
    outline: none;
    font-size: 18px;
    background: url(../images/search.png) no-repeat 13px 14px; }
  .colleft .searchform input[type="text"]:focus {
    -webkit-box-shadow: inset 0px 0px 8px 0 #701400;
    -moz-box-shadow: inset 0px 0px 8px 0 #701400;
    box-shadow: inset 0px 0px 8px 0 #701400; }
  .colleft .searchform input[type="submit"] {
    display: none; }
  .colleft .cc {
    display: none; } }
@media (min-width: 481px) {
  .colleft #menu {
    display: block !important; } }

/* Main Site Navigation */
@media (min-width: 481px) {
  .menu-link {
    display: none; }

  .nav ul {
    margin: 0 0 12px 0;
    list-style: none; }

  .nav ul li {
    display: inline; }

  .nav h3 {
    line-height: 18px;
    padding: 4px 6px 4px 14px;
    margin: 7px 0 7px 0;
    background-color: #701400;
    border-top: 1px solid #af7f71;
    border-bottom: 1px solid #af7f71;
    color: #ffffff;
    font-size: 13px; }

  .nav a {
    display: block;
    font-weight: bold;
    line-height: 14px;
    padding: 0 0 0 14px;
    margin: 0 0 0 0;
    color: #000; }

  .nav a:before {
    content: "";
    border-color: transparent #000;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    display: block;
    height: 0;
    width: 0;
    left: -10px;
    top: 10px;
    position: relative; } }
.nav h3 {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

@media (max-width: 480px) {
  .menu-link {
    width: 46px;
    height: 46px;
    text-indent: -3000px;
    overflow: hidden;
    display: block;
    background: url(../images/menu.png); }

  .menu-link.active {
    background: url(../images/menu.png) no-repeat 0 -46px; }

  .nav {
    clear: both;
    display: none; }

  .nav ul ul {
    border-top: 1px solid #c1c0c0;
    margin: 0 0 3px 0;
    display: none; }

  .nav ul .active ul {
    display: block; }

  .nav ul ul li {
    display: block;
    border-bottom: 1px solid #c1c0c0;
    border-right: 1px solid #c1c0c0;
    border-left: 1px solid #c1c0c0; }

  .nav h3 {
    line-height: 26px;
    padding: 4px 20px 4px 14px;
    margin: 0 0 3px 0;
    background-color: #701400;
    border-top: 1px solid #bd2200;
    border-bottom: 1px solid #bd2200;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    font-weight: normal; }

  .nav h3:after {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 5px 5px 0 0;
    font-weight: bold;
    font-size: 16px; }

  .nav .active h3:after {
    content: '-';
    padding: 4px 8px 0 0; }

  .nav a {
    padding: 9px 6px 9px 18px;
    display: block;
    line-height: 14px;
    color: #701400;
    text-decoration: none; } }
/* End Main Site Navigation */
h1 {
  margin: 0 0 12px 0;
  font-size: 22px;
  font-weight: normal; }

h2 {
  margin: 0 0 12px 0;
  font-size: 18px;
  font-weight: normal; }

h2.title, h3.title {
  background: #dbdbe7;
  color: #ffffff;
  line-height: 32px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  padding: 0 10px;
  margin: 20px 0 20px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

p, div.p {
  margin: 0 0 12px 0; }

.banner {
  margin: 0 0 12px 0; }

.banner img {
  max-width: 100%;
  height: auto; }

.btn, .coupons input[type="submit"], .scbuttons input.button6 {
  background: #489e48;
  /* Old browsers */
  background: -moz-linear-gradient(top, #489e48 0%, #285828 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #489e48), color-stop(100%, #285828));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #489e48 0%, #285828 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #489e48 0%, #285828 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #489e48 0%, #285828 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #489e48 0%, #285828 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
  /* IE6-9 */
  border: 1px solid #285828;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  padding: 0 10px 0 10px;
  text-transform: uppercase;
  position: relative;
  text-shadow: 0 1px 0 #fafafa;
  transition: background 0.3s;
  font-family: Arial, Helvetica, sans-serif; }

.btn:hover, .coupons input[type="submit"]:hover, .scbuttons input.button6:hover {
  background: #285828;
  /* Old browsers */
  background: -moz-linear-gradient(top, #285828 0%, #489e48 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #285828), color-stop(100%, #489e48));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #285828 0%, #489e48 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #285828 0%, #489e48 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #285828 0%, #489e48 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #285828 0%, #489e48 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
  /* IE6-9 */ }

.btn:active, .coupons input[type="submit"]:active, .scbuttons input.button6:active {
  top: 1px;
  box-shadow: inset 0 10px 15px 0 #285828; }

.btn-small, .scbuttons input.button9, .giftcert input[type="submit"] {
  background: #d7d6d6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d7d6d6 0%, #a5a2a2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7d6d6), color-stop(100%, #a5a2a2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d7d6d6 0%, #a5a2a2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d7d6d6 0%, #a5a2a2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d7d6d6 0%, #a5a2a2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d7d6d6 0%, #a5a2a2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
  /* IE6-9 */
  border: 1px solid #d7d6d6;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
  margin: 10px 0 0;
  padding: 0 8px 0 8px;
  text-transform: uppercase;
  position: relative;
  text-shadow: 0 1px 0 #fafafa;
  transition: background 0.3s;
  font-family: Arial, Helvetica, sans-serif; }

.btn-small:hover, .scbuttons input.button9:hover, .giftcert input[type="submit"]:hover {
  background: #a5a2a2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a5a2a2 0%, #d7d6d6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5a2a2), color-stop(100%, #d7d6d6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a5a2a2 0%, #d7d6d6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a5a2a2 0%, #d7d6d6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a5a2a2 0%, #d7d6d6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #a5a2a2 0%, #d7d6d6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
  /* IE6-9 */ }

.btn-small:active, .scbuttons input.button9:active, .giftcert input[type="submit"]:active {
  top: 1px;
  box-shadow: inset 0 7px 10px 0 #a5a2a2; }

.btn-large, .product input[type="submit"], div.sc-checkout input#Checkout, div.sc-checkout input[type="submit"], .scshippingbuttons input {
  background: #489e48;
  /* Old browsers */
  background: -moz-linear-gradient(top, #489e48 0%, #285828 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #489e48), color-stop(100%, #285828));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #489e48 0%, #285828 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #489e48 0%, #285828 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #489e48 0%, #285828 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #489e48 0%, #285828 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
  /* IE6-9 */
  border: 1px solid #285828;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  margin: 10px 0 0;
  padding: 0 15px 0 15px;
  text-transform: uppercase;
  position: relative;
  text-shadow: 0 1px 0 #fafafa;
  transition: background 0.3s;
  font-family: Arial, Helvetica, sans-serif; }

.btn-large:hover, .product input[type="submit"]:hover, div.sc-checkout input#Checkout:hover, div.sc-checkout input[type="submit"]:hover, .scshippingbuttons input:hover {
  background: #285828;
  /* Old browsers */
  background: -moz-linear-gradient(top, #285828 0%, #489e48 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #285828), color-stop(100%, #489e48));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #285828 0%, #489e48 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #285828 0%, #489e48 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #285828 0%, #489e48 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #285828 0%, #489e48 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
  /* IE6-9 */ }

.btn-large:active, .product input[type="submit"]:active, div.sc-checkout input#Checkout:active, div.sc-checkout input[type="submit"]:active, .scshippingbuttons input:active {
  top: 1px;
  box-shadow: inset 0 10px 15px 0 #285828; }

/* Home page */
.homecarousel {
  position: relative;
  margin: 0 0 12px 0; }

.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  overflow: hidden; }

.jcarousel ul {
  width: 1000%;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

.jcarousel li {
  width: 10%;
  float: left;
  display: block; }

.jcarousel img {
  width: 100%; }

/** Carousel Pagination **/
.jcarousel-pagination {
  position: absolute;
  bottom: 5px;
  left: 15px;
  height: 10px; }

.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  margin-right: 3px;
  text-indent: -10000px;
  background: #701400;
  width: 10px;
  height: 10px;
  opacity: 0.8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.jcarousel-pagination a:hover, .jcarousel-pagination a.active {
  background: #ffffff; }

/* End Home page */
/* category list page */
table.categories {
  margin: 0 auto 10px;
  border-collapse: collapse; }

table.categories td {
  padding: 0;
  padding: 6px 17px 12px;
  width: 150px;
  vertical-align: top; }

ul.categories {
  list-style: none;
  margin: 0 0 15px 0; }

ul.categories li {
  float: left;
  width: 150px;
  padding: 6px 0 12px 0; }

ul.products li {
  float: left; }

ul.products p {
  margin: 5px 6px 0 6px; }

ul.products div.price {
  margin: 0 6px; }

@media (max-width: 480px) {
  /* 2 items per row */
  ul.categories li, ul.products li {
    margin: 0 2px;
    margin: 0 calc( 100% / 4 - 300px / 4 ); }

  ul.categories li:nth-child(2n+1), ul.products li:nth-child(2n+1) {
    clear: left; } }
@media (min-width: 481px) and (max-width: 530px) {
  /* 1 items per row */
  ul.categories li, ul.products li {
    float: none; } }
@media (min-width: 531px) and (max-width: 680px) {
  /* 2 items per row */
  ul.categories li, ul.products li {
    margin: 0 2px;
    margin: 0 calc( 100% / 4 - 300px / 4 ); }

  ul.categories li:nth-child(2n+1), ul.products li:nth-child(2n+1) {
    clear: left; } }
@media (min-width: 681px) and (max-width: 860px) {
  /* 3 items per row */
  ul.categories li, ul.products li {
    margin: 0 2px;
    margin: 0 calc( 100% / 6 - 450px / 6 ); }

  ul.categories li:nth-child(3n+1), ul.products li:nth-child(3n+1) {
    clear: left; } }
@media (min-width: 861px) {
  /* 4 items per row */
  ul.categories li, ul.products li {
    margin: 0 19px;
    margin: 0 calc( 100% / 8 - 600px / 8 ); }

  ul.categories li:nth-child(4n+1), ul.products li:nth-child(4n+1) {
    clear: left; } }
.categories h2 {
  text-align: center;
  font-size: 14px;
  margin: 0; }

.categories .img {
  display: block;
  border: 1px solid #d6d6d6;
  width: 148px;
  height: 148px;
  margin: 0 0 2px 0; }

.categories .img img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 148px;
  max-height: 148px; }

.categories .name {
  padding: 0 6px; }

/* end category list page */
/* product list page */
.products {
  margin: 0 auto 20px auto;
  margin-top: 20px !important;
  border-collapse: separate;
  border-spacing: 24px; }

table.products td {
  width: 148px;
  border: 1px solid #cccccc;
  background-color: #F2F2F2;
  padding: 0 0 6px 0;
  text-align: center;
  vertical-align: top; }

ul.products {
  list-style: none;
  margin: 0; }

ul.products li {
  width: 148px;
  border: 1px solid #cccccc;
  background-color: #F2F2F2;
  margin-bottom: 24px !important;
  padding: 0 0 6px 0;
  text-align: center; }

.products h2 {
  text-align: center;
  font-size: 14px;
  margin: 0 0 5px 0; }

.products .img {
  display: block;
  border-bottom: 1px solid #d6d6d6;
  width: 148px;
  height: 148px;
  margin: 0 0 2px 0;
  background: #ffffff; }

.products .img img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 148px;
  max-height: 148px; }

.products .name {
  padding: 0 6px; }

/* end product list page */
.price, .quantityprice {
  font-size: 14px;
  font-weight: bold;
  position: relative; }

.oldprice {
  text-decoration: line-through;
  color: #666666;
  font-size: 12px; }

.newprice {
  color: #ff0000; }

.price .fromto {
  display: block;
  margin: 0 0 12px 0; }

.quantity {
  margin: 0 12px 12px 0;
  float: left;
  border-spacing: 0px;
  border-collapse: separate;
  font-size: 12px; }

.quantity th {
  color: #489e48; }

.quantity td, .quantity th {
  text-align: center;
  padding: 2px 15px;
  border: 2px solid #d7d6d6; }

.quantity th {
  border-right-width: 0; }

.quantity td {
  border-top: 0;
  border-right-width: 0; }

.quantity td:last-child, .quantity th:last-child {
  border-right-width: 2px; }

.quantity th:first-child {
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  border-top-left-radius: 5px; }

.quantity th:last-child {
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  border-top-right-radius: 5px; }

.price .quantity + strong, .quantityprice .quantity + strong {
  font-size: 12px;
  font-weight: normal;
  position: relative;
  top: 20px; }

@media (max-width: 800px) {
  .price .quantity + strong {
    position: static;
    top: 0;
    clear: both;
    display: block; } }
/* more information page */
@media (max-width: 480px) {
  .product-imagebox {
    width: 100%;
    position: relative;
    margin: 0 0 20px 0; } }
@media (min-width: 481px) {
  .product-imagebox {
    float: left;
    width: 50%;
    position: relative;
    margin: 0 0 20px 0; } }
.maingraphicwrapper {
  border: 1px solid #d7d6d6;
  position: relative;
  min-height: 50px; }

.maingraphicwrapper img {
  max-width: 100%;
  max-height: 100%;
  height: auto !important;
  display: block; }

.nographic {
  margin: 0 auto 15px;
  display: block; }

.zoomin {
  background: url(../images/zoom_in.png);
  width: 24px;
  height: 24px;
  text-indent: -3000px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: 15px;
  left: 15px; }

.product-imagebox #gallery {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 2000px;
  /* max width: 93px*20 image */ }

.gallerybox {
  margin: 4px 0 0px 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  text-indent: -3000px;
  overflow: hidden;
  height: 65px; }

.gallerybox .prev, .gallerybox .next {
  background: #ffffff;
  display: block;
  height: 65px;
  width: 18px;
  position: absolute;
  z-index: 1;
  top: 0;
  overflow: hidden;
  text-indent: -3000px; }

.gallerybox .prev span, .gallerybox .next span {
  transition: background 0.3s;
  display: block;
  height: 100%;
  width: 100%; }

.gallerybox .prev.disabled, .gallerybox .next.disabled {
  cursor: default; }

.gallerybox .prev.disabled span, .gallerybox .next.disabled span {
  background: #d7d6d6; }

.gallerybox .prev {
  left: 0; }

.gallerybox .prev span {
  background: #efeae2;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px; }

.gallerybox .prev span:after {
  content: "";
  border-color: transparent #ffffff;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  display: block;
  height: 0;
  width: 0;
  left: 5px;
  top: 13px;
  position: relative; }

.gallerybox .next {
  right: 0; }

.gallerybox .next span {
  background: #efeae2;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px; }

.gallerybox .next span:after {
  content: "";
  border-color: transparent #ffffff;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  display: block;
  height: 0;
  width: 0;
  left: 5px;
  top: 13px;
  position: relative; }

.product-imagebox #gallery li {
  float: left;
  margin-right: 8px;
  padding: 0; }

.product-imagebox #gallery li:last-child {
  margin: 0; }

.product-imagebox #gallery li img {
  display: block;
  border: 1px solid #d7d6d6;
  transition: border-color 0.3s;
  max-width: 63px;
  max-height: 63px; }

.product-imagebox #gallery li .active img {
  border: 1px solid #efeae2; }

/* Reviews style */
a.aggregaterating {
  margin: 0 0 10px 0; }

@media (max-width: 480px) {
  a.aggregaterating {
    float: left; }

  div.sku {
    float: right; } }
.aggregaterating .ratingvalue {
  background: url(../images/review/star.png) repeat-x;
  height: 15px;
  width: 75px;
  display: block;
  margin-bottom: 4px;
  float: left; }

div.aggregaterating {
  width: 100%;
  margin: 0 0 12px 0; }
  div.aggregaterating .aggregaterating-stars {
    width: 75px;
    float: left; }
  div.aggregaterating .aggregaterating-info {
    float: right;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 109px;
    margin-right: 109px; }
    div.aggregaterating .aggregaterating-info #newreview {
      float: right;
      margin: 0 15px 0 0; }
  @media (max-width: 480px) {
    div.aggregaterating .ratingcount {
      padding: 0 !important; } }

@media (max-width: 700px) {
  #newreview, .reviews-no {
    display: none; }

  .hide480 {
    display: none; } }
div.aggregaterating .ratingvalue {
  margin: 0 auto;
  float: none; }

a.aggregaterating .ratingvalue {
  margin: 0 0 4px; }

.aggregaterating .ratingvalue span {
  height: 15px;
  display: block;
  background: url(../images/review/full.png) repeat-x;
  text-indent: -3000px;
  overflow: hidden; }

.aggregaterating .ratingcount {
  white-space: nowrap;
  padding: 0 0 0 12px;
  float: left; }

.reviews-no {
  height: 30px;
  padding: 8px 15px 0 15px;
  margin: 0 0 12px 0; }
  .reviews-no #newreview {
    font-size: 16px; }

.review {
  border-top: 1px solid #d7d6d6;
  padding: 14px 0 14px;
  width: 100%; }
  .review .review-stars {
    float: left;
    width: 97px; }
  .review .review-summary {
    float: right;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 109px;
    margin-right: -109px; }
    .review .review-summary h3 {
      font-size: 16px;
      margin: 8px 0 8px 0; }
    .review .review-summary strong span {
      font-weight: normal; }
    .review .review-summary strong span span {
      font-weight: bold; }

.review span[itemprop="itemreviewed"] {
  display: none; }

.review .ratingvalue {
  float: left;
  background: url(../images/review/star.png) repeat-x;
  height: 15px;
  width: 75px;
  margin: 0 5px 5px 0; }

.review .ratingvalue span {
  height: 15px;
  display: block;
  background: url(../images/review/full.png) repeat-x;
  text-indent: -3000px;
  overflow: hidden; }

.review span[itemprop="summary"] {
  font-weight: bold; }

.review time[itemprop="dtreviewed"] {
  font-size: 11px;
  display: block;
  clear: both; }

/* New form */
label.error {
  color: #FF0000;
  font-size: 11px;
  font-style: italic; }

#newform {
  border: 1px solid #dedede;
  padding: 15px 11px;
  width: 536px;
  background: #fff; }

#newform .line {
  margin: 0 0 12px 0;
  float: left;
  clear: left;
  width: 312px; }

#newform .line input, #newform .line textarea {
  width: 300px;
  padding: 4px 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px; }

#newform .line textarea {
  height: 148px; }

.character_count {
  font-size: 10px; }

#newform .stars {
  clear: both;
  border: 1px solid #dedede;
  margin: 0 0 12px 0;
  padding: 8px 11px; }

#newform .stars h4 {
  font-weight: bold;
  font-size: 12px;
  display: block;
  margin: 0 0 6px 0; }

#newform .stars input {
  height: 1px;
  overflow: hidden;
  display: block;
  visibility: hidden; }

#newform .stars .label {
  display: block; }

#newform table.product-graphic {
  border-collapse: collapse;
  float: right;
  clear: left;
  border: 1px solid #5c5c5c;
  width: 200px;
  height: 200px;
  margin: 0 0 32px 0; }

#newform table.product-graphic td {
  padding: 0;
  vertical-align: middle; }

#newform table.product-graphic img {
  display: block;
  margin: 0 auto;
  max-width: 198px;
  max-height: 198px; }

#newform .buttons {
  clear: both; }

#newform .buttons input {
  vertical-align: middle;
  margin-right: 20px; }

.new_review_stars_wrapper {
  height: 51px;
  width: 300px;
  background: url(../images/review/starb.png);
  position: relative; }

.new_review_stars_wrapper .new_review_stars_rating {
  height: 51px;
  background: url(../images/review/fullb.png);
  position: absolute;
  top: 0;
  left: 0; }

.new_review_stars_wrapper a {
  float: left;
  height: 51px;
  width: 60px;
  text-indent: -3000px;
  overflow: hidden;
  z-index: 1;
  position: relative; }

#recaptcha_widget_div {
  clear: both;
  margin: 0 0 12px 0; }

#recaptcha_table {
  width: 100%; }

#recaptcha_response_field {
  width: 290px !important; }

.captcha_error {
  color: #ff0000; }

#newform .buttons input.save {
  font-weight: bold; }

#newform .buttons input.cancel {
  font-size: 11px; }

/* */
div.reviews_form {
  border: 3px solid #cedadf;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 12px;
  margin: 0 6px 12px 6px;
  width: 426px;
  float: left; }

div.reviews_form.cl {
  clear: left; }

div.reviews_form h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 15px 0; }

div.reviews_form div.price, div.reviews_form div.sku {
  margin: 0 0 5px 0;
  font-weight: normal; }

div.reviews_form div.sku {
  margin: 0 0 15px 0; }

div.reviews_form div.image {
  padding: 17px 0;
  border-top: 1px solid #eeeeee;
  height: 220px; }

div.reviews_form div.image img {
  display: block;
  padding: 0;
  margin: 0 auto; }

div.reviews_form form {
  border-top: 1px solid #eeeeee;
  padding: 12px 0 0 0; }

div.reviews_form .reviews_stars_text {
  font-weight: bold;
  padding: 0 3px 0 0; }

div.reviews_form div.reviews_stars_wrapper {
  display: inline-block;
  height: 16px;
  max-height: 16px;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 3px;
  margin: 0 4px 0 0; }

div.reviews_form h4 {
  margin: 0;
  padding: 22px 0 4px 0; }

div.reviews_form input[type="text"], div.reviews_form input[type="email"], div.reviews_form textarea {
  width: 90%;
  padding: 4px 6px; }

div.reviews_form textarea {
  height: 90px;
  margin: 0 0 5px 0;
  resize: none; }

div.reviews_form .character_count {
  padding: 12px 0; }

div.reviews_form .character_count h4 {
  display: inline;
  padding: 0 6px 0 0; }

div.reviews_form .field_warn {
  display: inline-block;
  color: #ff0000;
  font-size: 10px; }

div.reviews_form .reviews_stars .field_warn {
  padding: 0 0 0 6px; }

.reviews_close_window {
  display: block;
  margin: 10px 0 0 auto; }

body.reviews h1 {
  margin: 0 0 12px -3px; }

#adcopy-outer {
  clear: both;
  margin: 0 0 15px 0 !important; }

.product .product-info {
  margin: 0 0 20px 0; }
@media (min-width: 701px) {
  .product .product-main {
    float: right;
    width: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 12px; }
  .product .product-info {
    float: right;
    clear: right;
    width: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 12px; } }
@media (max-width: 700px) {
  .product .product-info {
    clear: both; } }
.product form h4 {
  margin: 0 0 10px 0;
  font-size: 14px;
  clear: both; }
.product div.sku {
  margin: 0 0 10px 0; }
.product div.desc {
  margin: 0 0 20px 0; }
.product div.price {
  margin: 0 0 10px 0;
  font-size: 16px; }
.product form legend {
  display: none; }
@media (min-width: 701px) {
  .product select {
    display: block;
    margin: 0 0 9px;
    padding: 2px 0 0 3px;
    border: 1px solid #efeae2; }
  .product label {
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase; }
  .product input[type="text"] {
    width: 25px;
    height: 16px;
    padding: 4px 5px;
    border: 1px solid #efeae2;
    margin: 0 5px 0 4px;
    text-align: center;
    font-size: 15px;
    vertical-align: bottom; }
  .product input[type="submit"] {
    background: url(../images/minicart.gif) no-repeat 5px 50%;
    background: url(../images/minicart.gif) no-repeat 5px 50%, -moz-linear-gradient(top, #489e48, #285828);
    background: url(../images/minicart.gif) no-repeat 5px 50%, -webkit-gradient(linear, 0 0, 0 100%, from(#489e48), to(#285828));
    background: url(../images/minicart.gif) no-repeat 5px 50%, -webkit-linear-gradient(top, #489e48, #285828);
    background: url(../images/minicart.gif) no-repeat 5px 50%, -o-linear-gradient(top, #489e48, #285828);
    background: url(../images/minicart.gif) no-repeat 5px 50%, linear-gradient(to bottom, #489e48 0%, #285828 100%);
    padding-left: 30px; }
  .product input[type="submit"]:hover {
    background: url(../images/minicart.gif) no-repeat 5px 50%;
    background: url(../images/minicart.gif) no-repeat 5px 50%, -moz-linear-gradient(top, #285828, #489e48);
    background: url(../images/minicart.gif) no-repeat 5px 50%, -webkit-gradient(linear, 0 0, 0 100%, from(#285828), to(#489e48));
    background: url(../images/minicart.gif) no-repeat 5px 50%, -webkit-linear-gradient(top, #285828, #489e48);
    background: url(../images/minicart.gif) no-repeat 5px 50%, -o-linear-gradient(top, #285828, #489e48);
    background: url(../images/minicart.gif) no-repeat 5px 50%, linear-gradient(to bottom, #285828 0%, #489e48 100%); } }
@media (max-width: 700px) {
  .product div.price {
    font-size: 18px;
    margin: 0 0 15px 0; }
  .product form fieldset {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 90px;
    margin-right: -90px; }
  .product select {
    display: block;
    margin: 0 0 9px;
    padding: 6px 0 6px 3px;
    border: 1px solid #d7d6d6;
    float: left;
    clear: left;
    width: 100%;
    font-size: 16px; }
  .product form fieldset {
    position: relative;
    min-height: 50px; }
  .product div.qty {
    position: absolute;
    right: 0;
    bottom: 10px; }
  .product label {
    font-weight: bold;
    line-height: 20px;
    display: block;
    width: 77px;
    visibility: hidden; }
  .product label:after {
    visibility: visible;
    display: block;
    content: "Quantity:"; }
  .product input[type="text"] {
    width: 70px;
    height: 29px;
    line-height: 29px;
    padding: 2px 3px;
    border: 1px solid #d7d6d6;
    margin: 0;
    text-align: center;
    font-size: 21px;
    vertical-align: bottom;
    float: right;
    clear: right; }
  .product input[type="submit"] {
    width: 90%;
    margin: 0 auto;
    display: block; } }

nav.product-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

nav.product-nav ul li {
  float: left;
  cursor: pointer;
  transition: background 0.3s,border-color 0.3s;
  color: #ffffff; }

nav.product-nav ul li.active {
  cursor: default;
  color: #000000; }

.nav-info > div {
  display: none; }

.nav-info div.active {
  display: block; }

@media (min-width: 701px) {
  nav.product-nav ul li {
    border: 1px solid #efeae2;
    line-height: 38px;
    color: #ffffff;
    padding: 0 25px;
    margin: 0 3px 0 0;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    background: #efeae2;
    font-weight: bold; }

  nav.product-nav ul li.active {
    background: #ffffff;
    border: 1px solid #d7d6d6;
    border-bottom: 1px solid #ffffff; }

  .nav-info {
    border: 1px solid #d7d6d6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -moz-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -ms-border-top-left-radius: 0;
    border-top-left-radius: 0;
    margin: -1px 0 12px 0; }

  .nav-info > div {
    padding: 25px; } }
@media (max-width: 700px) {
  nav.product-nav ul {
    background: #000; }

  nav.product-nav ul li {
    line-height: 38px;
    color: #ffffff;
    padding: 0 0px;
    text-align: center;
    width: 33.3%;
    background: #000000;
    font-weight: bold;
    position: relative; }

  /*
  nav.product-nav ul li.tabwidth1{
  	width: 100%;
  }
  nav.product-nav ul li.tabwidth2{
  	width: 50%;
  }
  nav.product-nav ul li.tabwidth3{
  	width: 33.333%;
  }
  */
  nav.product-nav ul li.active {
    color: #ffffff; }

  nav.product-nav ul li.active:before {
    content: "";
    border-color: transparent transparent #ffffff transparent;
    border-style: solid;
    border-width: 0px 5px 5px 5px;
    display: block;
    height: 0;
    width: 0;
    left: 50%;
    margin-left: -5px;
    bottom: 0;
    position: absolute; }

  nav.product-nav ul li.nav-reviews span {
    display: none; }

  nav.product-nav ul li.nav-reviews:after {
    content: "Reviews"; }

  .nav-info {
    margin: 0 0 0 0; }

  .nav-info > div {
    padding: 25px 0px; } }
/* end more information page */
/* Start Search Results Styles */
.productsearch > table {
  width: 100%;
  margin: 0 0 12px 0; }
  .productsearch > table input {
    vertical-align: middle; }
  .productsearch > table td {
    vertical-align: middle; }
  .productsearch > table input[name="search_field"] {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 21px;
    margin-right: -21px;
    border: 1px solid #701400;
    height: 36px;
    padding: 4px 21px 4px 6px;
    font-size: 18px;
    font-weight: bold;
    color: #701400; }
  .productsearch > table input[name="search_field"]:focus {
    -webkit-box-shadow: inset 0px 0px 5px 0 #701400;
    -moz-box-shadow: inset 0px 0px 5px 0 #701400;
    box-shadow: inset 0px 0px 5px 0 #701400; }
  .productsearch > table input[type="submit"] {
    background: #1a1a1a;
    color: #ffffff;
    font-weight: bold;
    border: 0;
    width: 120px;
    height: 32px;
    line-height: 32px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    margin-left: 10px; }

.search_info {
  background-color: #FFFFFF;
  border: 1px solid #d7d6d6;
  padding: 6px; }

.search_info table {
  width: 100%; }

.search_info td {
  vertical-align: top;
  padding: 2px 6px; }

.search-count {
  font-size: 11px; }

.search-results-page {
  text-align: right;
  font-size: 11px; }

.search-sortby {
  text-align: right; }

.search-separator {
  display: block;
  margin: 6px 0 12px 0;
  background-color: #701400;
  height: 2px;
  overflow: hidden;
  border: 0; }

.search-productimage {
  float: left;
  width: 80px;
  margin: 0 12px 12px 0; }

.search-productimage img {
  max-width: 80px;
  max-height: 80px; }

.search-content {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 292px;
  margin: 0 -292px 12px 0; }

.search-content .search-name {
  font-size: 14px;
  display: block;
  margin: 0 0 2px 0; }

.search-moreinfo {
  float: right;
  width: 200px;
  margin: 0 0 12px 0; }

.search-priceblock {
  float: left;
  text-align: center;
  width: 100px; }

.search-priceblock span {
  display: block; }

.search-priceblock .search-oldprice {
  text-decoration: line-through; }

.search-priceblock .search-onsale {
  color: #ff0000;
  font-weight: bold; }

.search-moreinfolink {
  float: right;
  padding-right: 6px;
  width: 80px; }

.search-foundincaption {
  clear: both;
  font-weight: bold;
  background-color: #efeae2;
  padding: 4px;
  margin: 0 0 3px 0; }

a.search-foundin {
  font-weight: normal; }

.search-pipeline {
  padding: 0 3px 0 6px;
  color: #701400; }

.search-noresults {
  font-size: 16px;
  padding: 15px 0 0 0; }

.search-noresults strong {
  font-style: italic; }

/* End Search Results Styles */
/* Shopping Cart Styles */
.showcart {
  text-align: center; }

.sc-header {
  float: left;
  margin: 0 0 20px 0; }

.sc-header h1 {
  font-weight: normal;
  margin: 0 0 12px 0; }

.sc-header p a {
  font-weight: bold;
  text-decoration: underline; }

.sc-safebox {
  float: right;
  width: 220px;
  background: #efefef;
  border-radius: 6px;
  padding: 5px 0 6px 0;
  margin: 0 0 10px 0; }

.sc-safebox h4 {
  margin: 0 0 10px 0;
  padding: 0 10px;
  font-size: 11px;
  text-transform: uppercase;
  color: #666666; }

.sc-safebox > div {
  text-align: center;
  margin: 0 0 10px 0; }

@media (max-width: 480px) {
  .sc-header {
    float: none;
    text-align: center; }

  .sc-safebox {
    float: none;
    margin: 0 auto 10px;
    text-align: center; }

  th.cart_quantity {
    text-align: center; } }
form.order {
  clear: both; }

h2.scstep {
  line-height: 24px;
  background: #f0f0f0;
  border: 1px solid #9a9a9a;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 14px 9px;
  clear: both; }

div.scshowbasket {
  margin: 0 0 15px; }

table.cart {
  width: 100%;
  border: 1px solid #9A9A9A;
  border-radius: 4px; }

table.cart th {
  background: #F0F0F0;
  font-weight: bold;
  font-size: 12px;
  line-height: 29px;
  padding: 3px 3px;
  text-transform: uppercase; }

@media (max-width: 700px) {
  table.cart th.cart_quantity, table.cart td.cart_quantity {
    min-width: 45px;
    text-align: center; }

  table.cart td.cart_quantity input[type="text"] {
    margin: 0 auto 4px auto; } }
table.cart th.cart_price, table.cart td.cart_price {
  text-align: center; }

table.cart th.cart_total, table.cart td.cart_total {
  padding-right: 20px;
  text-align: right;
  font-weight: bold; }

table.cart td {
  padding: 6px 3px;
  vertical-align: middle;
  border-top: 1px solid #9A9A9A; }

table.cart tr:nth-child(2n+1) td {
  background: #f9f9f9; }

table.cart td.cart_delete {
  width: 45px;
  padding: 6px 10px; }

table.cart td.cart_delete br, table.cart td.cart_quantity br {
  display: none; }

table.cart td.cart_delete input {
  float: left;
  margin: 0 5px 0 0; }

table.cart td.cart_delete input:last-child {
  margin: 0; }

table.cart td.cart_op select {
  display: block;
  margin: 0 0 10px 0; }

table.cart td.cart_quantity input[type="text"] {
  text-align: center;
  width: 30px;
  display: block; }

.coupons {
  width: 340px;
  background: #f0f0f0;
  border: 1px solid #9a9a9a;
  border-radius: 4px;
  float: left;
  margin: 11px 8px 15px 0;
  padding: 10px; }

.coupons p {
  font-weight: bold;
  margin: 0 0 5px 0; }

.coupons input {
  vertical-align: top; }

.coupons input[type=text] {
  width: 172px;
  margin-right: 4px;
  vertical-align: bottom;
  height: 18px;
  line-height: 18px;
  padding: 5px 4px 5px 4px; }

table.totals {
  clear: right;
  float: right;
  margin: 12px 0 12px 0; }

table.totals td {
  padding: 3px; }

table.totals td.totals {
  padding-right: 18px;
  text-align: right;
  vertical-align: middle; }

table.totals > tbody > tr:first-child td {
  text-transform: uppercase;
  font-weight: bold; }

table.totals td.totals_txt,
table.totals td.totals_all_txt {
  text-align: left;
  font-weight: bold;
  padding-right: 24px; }

table.totals td.totals_all_txt {
  background: #e5e5e5;
  padding: 7px 24px 7px 6px; }

table.totals td.totals_all {
  background: #e5e5e5;
  padding: 3px 18px 3px 3px;
  vertical-align: middle;
  font-weight: bold; }

.scbuttons {
  clear: both;
  text-align: left;
  font-weight: bold;
  line-height: 35px;
  font-size: 14px;
  width: 600px;
  max-width: 100%;
  margin: 0 0 12px 0; }

.scbuttons span {
  white-space: nowrap; }

.scbuttons input {
  margin-right: 30px; }

.nocoupon {
  position: relative;
  min-height: 80px;
  margin: 0 0 20px 0; }

.nocoupon .scbuttons {
  position: absolute;
  left: 0;
  bottom: 8px; }

@media (max-width: 960px) {
  .nocoupon .scbuttons {
    position: static;
    clear: both;
    text-align: center; } }
.boxingcharge_open {
  display: block;
  float: left;
  background: url(../images/boxingcharge.png);
  margin: 0 0 15px 0;
  width: 348px;
  height: 70px;
  text-indent: -3000px;
  overflow: hidden; }

#boxingcharge {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 12px;
  max-width: 500px; }

#boxingcharge .boxingcharge_close {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  overflow: hidden;
  text-indent: -3000px;
  background: url(../images/close.gif); }

table.zipncountry td {
  vertical-align: middle;
  padding-right: 6px;
  font-weight: bold; }

table.zipncountry td input {
  vertical-align: middle; }

table.zipncountry input[name="zip_code"] {
  width: 90px;
  padding: 4px;
  border: 1px solid #701400; }

table.taxnship, table.zipncountry {
  float: left;
  clear: left;
  max-width: 50%;
  margin: 0 0 15px 0; }

table.taxnship td, table.zipncountry td {
  padding-top: 2px;
  padding-bottom: 2px; }

@media (max-width: 700px) {
  table.taxnship, table.zipncountry {
    max-width: 100%;
    float: none; } }
table.taxnship td {
  padding: 0 0 10px 0;
  font-weight: bold; }

table.taxnship td.taxnship_hdr {
  font-weight: bold; }

table.taxnship td select {
  width: auto;
  padding: 4px 0 4px 4px;
  border: 1px solid #701400;
  vertical-align: middle; }

.shippinginfo {
  float: right;
  width: 50%;
  margin: 0 0 15px 0; }

.shippinginfo .ship_logos {
  display: none; }

table.instruct, table.comm {
  clear: both;
  width: 100%;
  margin: 0 auto 20px; }

table.instruct .instruct_hdr, table.comm .comm_hdr {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  padding: 15px 0 10px 0; }

table.instruct textarea, table.comm textarea {
  width: 98%;
  border: 1px solid #701400;
  margin: 0 auto;
  display: block; }

.scemail {
  text-align: center;
  margin: 0 0 15px 0; }

.giftcert {
  width: 475px;
  background: #f0f0f0;
  border: 1px solid #9a9a9a;
  border-radius: 4px;
  padding: 10px;
  margin: 0 auto 15px auto; }

.giftcert p {
  font-weight: bold;
  margin: 0 0 5px 0; }

.giftcert input {
  vertical-align: bottom; }

.giftcert input[name=giftcert_code] {
  width: 240px;
  margin-right: 4px;
  height: 18px;
  line-height: 18px;
  padding: 5px 4px 5px 4px; }

.giftcert input[name=giftcert_pin] {
  width: 49px;
  margin-right: 4px;
  height: 18px;
  line-height: 18px;
  padding: 5px 4px 5px 4px; }

div.sc-checkout {
  clear: both;
  padding: 20px;
  text-align: center;
  font-size: 14px; }

div.sc-checkout-payment {
  text-align: center;
  font-size: 15px;
  font-weight: bold; }

div.sc-checkout-payment .pay_holder {
  margin: 0 auto; }

div.sc-checkout select {
  margin: 0 0 10px;
  border: 1px solid #999999;
  color: #666666; }

/* checkout page */
form.billing {
  clear: both; }

table.payment {
  margin: 0 auto 12px; }

table.payment td {
  vertical-align: middle;
  padding: 0 5px 10px 0; }

table.payment td.payment_hdr {
  font-weight: bold;
  text-align: center; }

table.payment td.payment {
  font-weight: bold;
  text-align: right;
  min-width: 70px; }

table.payment select#selPaytype {
  width: 230px;
  max-width: 95%;
  max-width: calc(100% - 15px); }

table.payment select.payment {
  width: auto;
  margin-right: 5px; }

table.payment .payment_value select {
  border: 1px solid #701400;
  padding: 4px 0 4px 4px; }

table.payment .payment_value input.payment[name="cvv2"] {
  margin-right: 9px; }

table.payment .payment_value input {
  padding: 4px;
  border: 1px solid #701400;
  max-width: 95%;
  max-width: calc(100% - 25px); }

table.payment input {
  width: 218px; }

.scshippingbuttons input {
  display: block;
  margin: 0 auto 12px; }

table.addr {
  margin: 0 0 12px 0;
  width: 100%;
  display: none; }

table.addr > tbody > tr > td {
  width: 50%; }

@media (min-width: 801px) {
  table.bill_addr, table.ship_addr {
    width: 50%;
    float: left; } }
@media (max-width: 800px) {
  table.bill_addr, table.ship_addr {
    width: 100%;
    float: left; }

  .ship_addr_hdr {
    padding-bottom: 10px !important; }

  table.bill_addr td.addr {
    padding-left: 0 !important; }

  .copythiptobill {
    padding-left: 0px !important; } }
.copythiptobill {
  padding: 16px 0 7px 18px; }

.copythiptobill span {
  padding: 0 0 0 6px;
  font-weight: bold;
  font-size: 12px;
  word-spacing: -1px; }

#useshipping {
  vertical-align: middle; }

.bill_addr_hdr, .ship_addr_hdr {
  text-align: left;
  height: 52px;
  overflow: hidden; }

.bill_addr_hdr h3, .ship_addr_hdr h3 {
  padding: 0 0 0 12px;
  color: #787878;
  font-size: 22px;
  line-height: 52px;
  font-weight: normal;
  background: #d7d6d6;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #787878;
  background-repeat: no-repeat;
  background-position: right 10px top 50%; }

.bill_addr_hdr h3 {
  background-image: url(../images/sc/billing_address.png);
  margin-left: 4px; }

.ship_addr_hdr {
  padding-bottom: 74px; }

.ship_addr_hdr h3 {
  background-image: url(../images/sc/shipping_address.png);
  margin-right: 4px; }

td.addr {
  text-align: left;
  font-weight: bold;
  vertical-align: middle;
  width: 130px;
  padding: 0 0 10px 0; }

table.bill_addr td.addr {
  padding-left: 20px;
  width: 110px; }

td.addr_val {
  padding: 0 20px 10px 0; }

table.bill_addr td.addr_val {
  text-align: right; }

input.payment[name='cvv2'] {
  width: 40px; }

td.addr_val input {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 4px;
  border: 1px solid #701400; }

.addr_val select {
  width: 100%;
  line-height: 24px;
  padding: 3px 0;
  border: 1px solid #701400; }

.addr_foot {
  text-align: right;
  clear: both; }

#zipnotice {
  position: absolute;
  background: #f0f0f0;
  border: 1px solid #9a9a9a;
  border-radius: 4px;
  padding: 9px;
  width: 252px;
  color: #ff0000;
  display: none; }

.ship_check {
  display: none; }

h1.scheader-ordercomplete {
  background: url("../images/sc/step-ordercomplete.png");
  border: 0;
  height: 37px;
  width: 552px;
  margin: 0 0 20px 0;
  padding: 0;
  overflow: hidden;
  text-indent: -3000px; }

.orderinfo {
  text-align: center;
  margin: 0 0 15px 0; }

body.thankyou table.payment td.payment {
  text-align: center; }

body.thankyou .bill_addr_hdr, body.thankyou .ship_addr_hdr {
  padding-bottom: 20px; }

/* End Shopping Cart Styles */

/*# sourceMappingURL=frame.css.map */
