@charset "utf-8";

html {
  background: #f7f5f5;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: aller;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
  overflow: hidden;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  resize: none;
  outline: none;
}

legend {
  color: #000;
}

body {
  font-family: aller;
  font-size: 10px;
  color: #211922;
}

table {
  font-size: inherit;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 100%;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

div.main {
  margin: auto;
  width: 980px;
}

div.content {
  line-height: 1;
  min-height: 311px;
  margin-top: 10px;
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
  color: #000;
}

@font-face {
  font-family: snickles;
  src: url(/fonts/snickles-webfont.eot);
  src: url(/fonts/snickles-webfont.eot?#iefix) format("embedded-opentype"),
    url(/fonts/snickles-webfont.woff) format("woff"),
    url(/fonts/snickles-webfont.ttf) format("truetype"),
    url(/fonts/snickles-webfont.svg#snickles) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: aller;
  src: url(/fonts/aller_rg-webfont.eot);
  src: url(/fonts/aller_rg-webfont.eot?#iefix) format("embedded-opentype"),
    url(/fonts/aller_rg-webfont.woff) format("woff"),
    url(/fonts/aller_rg-webfont.ttf) format("truetype"),
    url(/fonts/aller_rg-webfont.svg#aller) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: droidsans;
  src: url(/fonts/DroidSans-webfont.eot);
  src: url(/fonts/DroidSans-webfont.eot?#iefix) format("embedded-opentype"),
    url(/fonts/DroidSans-webfont.woff) format("woff"),
    url(/fonts/DroidSans-webfont.ttf) format("truetype"),
    url(/fonts/DroidSans-webfont.svg#droidsans) format("svg");
  font-weight: 400;
  font-style: normal;
}

div.footer {
  height: 50px;
  width: 980px;
  background: #492116;
  margin: auto;
}

div.footer .footermenu ul {
  width: 280px;
  margin: auto;
  padding-top: 19px;
  list-style: none;
}

div.footer .footermenu ul li {
  float: left;
  font-size: 17px;
  font-family: aller;
  color: #877f7d;
  padding-right: 5px;
  padding-left: 5px;
}

div.footer .footermenu ul li a {
  font-size: 14px;
  font-family: aller;
  color: #877f7d;
}

div.footer .footermenu ul li a:hover {
  font-size: 14px;
  font-family: aller;
  color: #e9b54f;
}

div.footer .footermenu p {
  font-family: aller;
  font-size: 15px;
  color: white;
  text-align: left;
  width: 270px;
  float: left;
  padding: 19px 0px 0px 10px;
}

div.footer .footermenu a {
  font-size: 12px;
  font-family: aller;
  color: #877f7d;
  float: right;
}

div.footer .footermenu a:hover {
  color: #877f7d;
}

div.pagecontent {
  width: 980px;
}

div.pagecontent .toppagecontent {
  width: 960px;
  margin-bottom: 5px;
}

div.pagecontent .toppagecontent label {
  font-family: aller;
  font-size: 23px;
  color: #492116;
  display: table-cell;
  width: 392px;
  height: 30px;
  font-weight: bold;
}

div.pagecontent .toppagecontent p {
  font-family: aller;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 10px;
  color: #000;
}

div.pagecontent .leftpart {
  width: 300px;
  float: left;
  margin-bottom: 10px;
}

div.pagecontent .leftpart .searchpart {
  padding-top: 10px;
  width: 300px;
  background: #270e09;
  height: 80px;
}

div.pagecontent .leftpart .searchpart label {
  font-family: aller;
  font-size: 18px;
  padding-left: 10px;
  color: #fff;
}

div.pagecontent .leftpart .searchbox {
  width: 300px;
  margin-top: 5px;
}

div.pagecontent .leftpart .searchbox input[type="text"] {
  width: 209px;
  margin-left: 10px;
  height: 22px;
  font-size: 15px;
  font-family: aller;
  padding: 3px;
  float: left;
}

div.pagecontent .leftpart .searchbox a {
  background: #000 url(/images/searchicon.png) no-repeat center;
  width: 35px;
  /* height: 30px; */
  height: 20px;
  display: table-cell;
  float: left;
  border: 1px solid #fff;
  margin-left: 5px;
}

div.pagecontent .leftpart .categorypart {
  width: 300px;
  margin-top: 10px;
}

div.pagecontent .leftpart .categorypart .topcategorytpart {
  padding-top: 20px;
  height: 40px;
  background: #000;
  width: 300px;
}

div.pagecontent .leftpart .topcategorytpart label {
  font-family: aller;
  font-size: 20px;
  padding-left: 10px;
  color: #fff;
}

div.pagecontent .leftpart .categorypart .middlecategorytpart {
  height: 4px;
  width: 300px;
  background: #e9b54f;
}

div.pagecontent .leftpart .categorypart .bottomcategorypart {
  width: 300px;
}

div.pagecontent .leftpart .categorypart .bottomcategorypart .categorylist {
  border: 1px solid #000;
  width: 298px;
  height: 25px;
  /* padding-top: 10px; */
  padding: 5px 0px;
}

div.pagecontent .leftpart .categorypart .bottomcategorypart .categorylist a {
  font-size: 16px;
  font-family: aller;
  padding-left: 20px;
}

div.pagecontent
  .leftpart
  .categorypart
  .bottomcategorypart
  .categorylist
  a:hover {
  color: #492116;
  font-weight: bold;
  font-size: 17px;
}

div.pagecontent .leftpart .offerpart {
  width: 300px;
  background: #492116;
  padding-bottom: 10px;
  margin-top: 10px;
}

div.pagecontent .leftpart .offerpart .topofferpart {
  width: 300px;
  padding-top: 10px;
  text-align: center;
}

div.pagecontent .leftpart .offerpart .topofferpart label {
  font-family: aller;
  font-size: 38px;
  color: #fff;
}

div.pagecontent .leftpart .offerpart .middleofferpart {
  width: 300px;
  padding-top: 10px;
  text-align: center;
}

div.pagecontent .leftpart .offerpart .middleofferpartbottom {
  width: 300px;
  padding-top: 10px;
  text-align: center;
  padding-left: 10px;
}

div.pagecontent .leftpart .offerpart .middleofferpartbottom p {
  color: white;
  font-family: aller;
  font-size: 18px;
  padding-left: 14px;
}

div.pagecontent .leftpart .offerpart .middleofferpart input[type="text"] {
  width: 250px;
  height: 18px;
  padding: 3px;
  font-family: aller;
  font-size: 13px;
  color: #000;
}

div.pagecontent .leftpart .offerpart .bottomofferpart {
  width: 280px;
  padding-top: 10px;
  text-align: right;
}

div.pagecontent .leftpart .offerpart .bottomofferpart a {
  width: 90px;
  font-family: aller;
  font-size: 17px;
  border: none;
  background: #e9b54f;
  padding: 3px;
}

.rightpart {
  width: 680px;
  float: left;
  margin-bottom: 10px;
}

div.pagecontent .rightpart .innerleftrightpart {
  width: 400px;
  float: left;
}

div.pagecontent .rightpart .innerleftrightpart .topinnerleftrightpart {
  width: 380px;
  height: 30px;
  padding-top: 10px;
  background: #333;
  text-align: center;
  margin-left: 20px;
}

div.pagecontent .rightpart .innerleftrightpart .topinnerleftrightpart label {
  font-size: 17px;
  font-family: aller;
  color: white;
}

div.pagecontent .rightpart .innerleftrightpart .middleinnerleftrightpart {
  width: 380px;
  height: 4px;
  background: #e9b54f;
  margin-left: 20px;
}

div.pagecontent .rightpart .innerleftrightpart .bottominnerleftrightpart {
  width: 380px;
  margin-left: 10px;
}

div.pagecontent .rightpart .innerleftrightpart .bottominnerleftrightpart table {
  width: 380px;
  margin-bottom: 25px;
}

div.pagecontent
  .rightpart
  .innerleftrightpart
  .bottominnerleftrightpart
  table
  label {
  font-size: 40px;
  font-family: aller;
}

div.pagecontent
  .rightpart
  .innerleftrightpart
  .bottominnerleftrightpart
  table
  p {
  font-family: aller;
  font-size: 14px;
  line-height: 1.2;
}

div.pagecontent
  .rightpart
  .innerleftrightpart
  .bottominnerleftrightpart
  table
  .addtocart {
  font-family: aller;
  font-size: 15px;
  background: #270e09;
  padding: 2px 10px 2px 10px;
  color: white;
}

div.pagecontent
  .rightpart
  .innerleftrightpart
  .bottominnerleftrightpart
  table
  input[type="submit"] {
  font-family: aller;
  font-size: 15px;
  background: #270e09;
  padding: 2px 10px 2px 10px;
  color: white;
  cursor: pointer;
}

div.pagecontent
  .rightpart
  .innerleftrightpart
  .bottominnerleftrightpart
  table
  .details {
  font-family: aller;
  font-size: 14px;
  background: #4d4d4d;
  padding: 5px 10px 2px 10px;
  color: white;
}

div.pagecontent .rightpart .innerrightrightpart {
  width: 280px;
  float: left;
}

div.pagecontent .rightpart .innerrightrightpart .topinnerleftrightpartcontent {
  width: 238px;
  border: 1px solid #e9b54f;
  margin-left: 20px;
  padding: 10px;
  margin-bottom: 10px;
}

div.pagecontent
  .rightpart
  .innerrightrightpart
  .topinnerleftrightpartcontent
  p {
  font-size: 14px;
  font-family: aller;
  line-height: 1.5;
}

div.pagecontent .rightpart .innerrightrightpart .topinnerleftrightpart {
  /* width: 260px; */
  height: 30px;
  padding-top: 10px;
  background: #333;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

div.pagecontent .rightpart .innerrightrightpart .topinnerleftrightpart label {
  font-size: 17px;
  font-family: aller;
  color: white;
}

div.pagecontent .rightpart .innerrightrightpart .middleinnerleftrightpart {
  /* width: 260px; */
  height: 4px;
  background: #e9b54f;
  margin-left: 20px;
  margin-right: 20px;
}

div .rightpart table {
  width: 210px;
  float: left;
  margin-left: 10px;
  margin-bottom: 14px;
}

div .rightpart table label {
  font-size: 20px;
  font-family: aller;
}

div .rightpart table input[type="submit"] {
  font-family: aller;
  font-size: 15px;
  background: #270e09;
  padding: 4px 10px 2px 10px;
  color: white;
  float: left;
  display: table-cell;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
}

div .rightpart table a.details {
  font-family: aller;
  font-size: 14px;
  background: #4d4d4d;
  padding: 7px 10px 2px 10px;
  color: white;
  display: table-cell;
  height: 19px;
  vertical-align: middle;
  margin-left: 10px;
  float: left;
}

div .rightpart .sortproducts {
  width: 216px;
  height: 25px;
  float: right;
}

div .rightpart .sortproducts ul {
  list-style: none;
}

div .rightpart .sortproducts ul li {
  float: left;
  font-size: 12px;
  font-family: aller;
  padding-left: 5px;
  padding-right: 5px;
  list-style: none;
}

div .rightpart .sortproducts ul li:last-child {
  padding-right: 0px;
}

div .rightpart .sortproducts ul li a {
  font-size: 12px;
  font-family: aller;
}

div .rightpart .sortproducts ul li a:hover {
  border-bottom: 1px dotted black;
}

div .rightpart .rightproductlist table {
  width: 670px;
  float: left;
  margin-left: 10px;
}

div .rightpart .rightproductlist table a.addtocart {
  font-family: aller;
  font-size: 15px;
  background: #270e09;
  padding: 4px 10px 2px 10px;
  color: white;
  float: left;
  display: table-cell;
  height: 19px;
  vertical-align: middle;
}

.remove {
  font-family: aller;
  font-size: 15px;
  background: #270e09;
  padding: 4px 5px 2px 5px;
  color: white;
  float: left;
  display: table-cell;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
}

div.pagecontent .deliveryinfo {
  border: 1px #492116 solid;
  padding: 10px;
  width: 958px;
}

div.pagecontent .deliveryinfo ul li {
  font-size: 14px;
  font-family: aller;
  line-height: 1.5;
}

div .rightpart .innerleftrightpart .shippingform {
  width: 680px;
  margin: 10px;
}

div .rightpart .innerleftrightpart .shippingform table {
  float: left;
  margin-left: 10px;
  margin-bottom: 14px;
}

div .rightpart .innerleftrightpart .shippingform table label {
  font-size: 15.5px;
  font-family: aller;
}

div .rightpart .innerleftrightpart .shippingform table input[type="text"] {
  width: 300px;
  height: 20px;
  padding: 3px;
  font-size: 14px;
  font-family: aller;
  margin-bottom: 10px;
  margin-top: 3px;
  background: #eee;
  border: none;
}

div .rightpart .innerleftrightpart .shippingform table .textarea {
  width: 560px;
  height: 120px;
  font-family: aller;
  font-size: 14px;
  padding: 3px;
  margin-top: 3px;
  margin-bottom: 10px;
  background: #eee;
  border: none;
}

a.contactlink {
  color: #492116;
}

a.contactlink:hover {
  text-decoration: underline;
}

div.pagecontent .contactrightpart table {
  width: 400px;
  border: 4px solid black;
}

div.pagecontent .contactrightpart table label {
  font-family: aller;
  font-size: 16px;
}

div.pagecontent .contactrightpart table input[type="text"] {
  width: 350px;
  height: 22px;
  padding: 3px;
  font-size: 14px;
  font-family: aller;
}

div.pagecontent .contactrightpart table .textarea {
  width: 353px;
  height: 110px;
  padding: 3px;
  font-family: aller;
  font-size: 14px;
}

.pagecontent ul li {
  font-family: aller;
  font-size: 18px;
  color: #492116;
  font-weight: bold;
  background: #eee;
  padding: 5px;
  margin-bottom: 10px;
  list-style: square;
  list-style-position: inside;
  border-radius: 6px;
}

.pagecontent ul li p {
  padding: 5px 0px 10px 20px;
  font-size: 16px;
  color: black;
  font-weight: normal;
}

a.goforshop {
  background: #877f7d;
  padding: 10px;
  font-family: aller;
  font-size: 21px;
  border-radius: 6px;
  border: 1px solid black;
}

a.goforshop:hover {
  color: white;
}

.breadcrumbs {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  padding: 0 0 12px;
}

@media (max-width: 767px) {
  div.pagecontent .leftpart .categorypart .bottomcategorypart .categorylist {
    padding: 5px;
  }
  div.pagecontent .leftpart .searchbox input[type="text"] {
    height: 33px;
  }

  div.main {
    width: 100% !important;
  }

  div.pagecontent {
    width: 100% !important;
    padding: 0 10px;
  }

  div.pagecontent .toppagecontent {
    width: 100%;
  }

  div.footer {
    height: max-content;
    width: 100%;
  }

  .rightpart {
    width: 100%;
    float: left;
  }

  div.pagecontent .leftpart {
    width: 100%;
    float: left;
  }

  div.pagecontent .rightpart .innerleftrightpart {
    width: 0px;
    float: left;
  }

  div.pagecontent .rightpart .innerrightrightpart {
    width: 100%;
    float: left;
  }

  div.pagecontent .leftpart .searchpart,
  div.pagecontent .leftpart .categorypart,
  div.pagecontent .leftpart .categorypart .topcategorytpart,
  div.pagecontent .leftpart .categorypart .middlecategorytpart,
  div.pagecontent .leftpart .categorypart .bottomcategorypart,
  div.pagecontent .leftpart .categorypart .bottomcategorypart .categorylist,
  div.pagecontent .leftpart .offerpart,
  div.pagecontent .leftpart .offerpart .topofferpart,
  div.pagecontent .leftpart .offerpart .middleofferpart,
  div.pagecontent .leftpart .offerpart .middleofferpartbottom,
  div.pagecontent .leftpart .offerpart .bottomofferpart {
    width: 100%;
    padding-inline: 0;
  }

  div.pagecontent .rightpart .innerleftrightpart,
  div.pagecontent .rightpart .innerleftrightpart .topinnerleftrightpart,
  div.pagecontent .rightpart .innerleftrightpart .middleinnerleftrightpart,
  div.pagecontent .rightpart .innerleftrightpart .bottominnerleftrightpart,
  div.pagecontent
    .rightpart
    .innerleftrightpart
    .bottominnerleftrightpart
    table,
  div.pagecontent .rightpart .innerrightrightpart,
  div.pagecontent .rightpart .innerrightrightpart .topinnerleftrightpartcontent,
  div.pagecontent .rightpart .innerrightrightpart .topinnerleftrightpart,
  div.pagecontent .rightpart .innerrightrightpart .middleinnerleftrightpart,
  div .rightpart table,
  div .rightpart .sortproducts,
  div .rightpart .rightproductlist table,
  div .rightpart .innerleftrightpart .shippingform {
    width: 100%;
    padding-inline: 0;
    margin-inline: 0;
  }

  div.pagecontent .leftpart .offerpart .bottomofferpart {
    text-align: center !important;
  }

  .contactleftpart {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .contactrightpart {
    width: 100% !important;
    float: left !important;
  }

  div.pagecontent .contactrightpart table {
    width: 100%;
  }

  div.pagecontent .contactrightpart table td {
    padding-right: 10px;
  }

  div.pagecontent .contactrightpart table input[type="text"] {
    width: 100%;
  }

  div.pagecontent .contactrightpart table .textarea {
    width: 100%;
  }

  /* popye */
  div.pagecontent .leftpart .searchbox a {
    height: 30px;
  }

  div.pagecontent
    .rightpart
    .innerrightrightpart
    .topinnerleftrightpartcontent
    p {
    padding-left: 10px;
  }
}
