.sub-header
{
	text-align :right;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	color: #647279;
	padding: 10px 0 0;
}

.clearfix {
    zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}

.cookiePanel li.active {
    background: #dcbd97;
    //padding-top: 0;
}


.catalog
{

}

.catalog .item
{
  width: 310px;
  float: left;
  margin-right: 10px;
  font: normal 11pt/11pt Arial;
  padding: 10px 0;
}

.catalog .item:nth-child(3n+3)
{
  margin-right: 0;
}

.catalog h3
{
  font: normal 11pt/11pt Arial;
  color: #3f2316;
  margin-top: 6px;
}

.catalog .shk-price
{

  font: bold 18pt/14pt Lobster, Arial;
}

.catalog .shs-price
{
  padding: 10px 0;
}
.catalog .item img
{
  max-width: 100%;
}

.catalog .item button
{
  background: #e31a64;
  color: #fff;
  padding: 5px 15px;
  float: right;
  cursor: pointer;
  border: 0 !important;
}



.catalog .item button:hover
{
  background: #be1755;
}

.social #shopCart
{
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  margin-top: -20px;
  position: relative;
  padding: 0 !important;
  border: 0 !important;
}

.shs-tocart form label, .shs-count label
{
  vertical-align: middle !important;
}
.social #shopCart fieldset
{
  border: 0;
}

.social #shopCart.empty-cart span
{
  visibility: hidden;
}

.social #shopCart span
{
  display: block;
    z-index: 2;
    overflow: hidden;
    background: #e31a64;
    position: relative;
    color: #fff;
    font: normal 11pt/11pt Arial;
    line-height: 14px;
    font-size: 11px !important;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    font-weight: normal;
}
.social #shopCart a
{
  text-decoration: none;
  padding: 10px 0;
  padding-left: 20px;
  display: block;
}

.social #shopCart a:before
{
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    margin: auto;
    z-index: 1;
    background-image: url(cart.png);
    width: 26px;
    height: 24px;
}






.item__imgwrp
{
  position: relative;
  overflow: hidden;
}

.item__imgwrp img
{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto auto auto;
  max-width: 100%;
  max-height: 150%;
}

.item__imgwrp:after
{
    content: ' ';
    display: block;
    margin-top: 50%;
}

.form-control
{
  padding: 5px 20px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  width: 100%;
}

.cart__block
{
  width: 65%;
  float: left;
}

.cart__block input
{
  padding: 6px 10px !important;
}

.cart__block h3
{
  margin-left: 10px;
}

.order__block
{
  width: 30%;
  float: right;
}

.order__block h3
{
  margin-bottom: 15px;
}

.order__block button
{
  background: #e31a64;
  color: #fff;
  padding: 8px 30px;
  font-size: 18px;
}

.simple-form button
{
  background: #e31a64;
  color: #fff;
  padding: 8px 30px;
  font-size: 18px;
}


.full #butOrder
{
  display: none !important; 
}
.shop-cart
{
  background: none !important;
  border: 0 !important;
}
.cart-order td
{
    color: rgb(90,70,60);
    padding: 10px;
    border-bottom: 2px solid rgb(90,70,60);
}

.cart-order td a
{
  color: rgb(90,70,60);
}


html, body, div, span, p, ul, li, h1, h2, h3, h4, * {
      padding: 0px;
      margin: 0px;
      border: 0px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
    }
  body {
    background: url() repeat top left #fff;
  }
  .centeredContent {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
  }
  .blockWrapper {
    width: 100%;
    float: left;
    min-height: 50px;
  }
  .blockWrapper > div {
    border: 0px solid #f0a;
    background: #fff;
    float: left;
    width: 100%;
  }
  .infoContent {
    background: #eee2d8 !important;
  }
  .header {
    margin-top: 0px;
    min-height: 60px;
    padding: 10px 0px 5px 5px;
  }
  .mainMenu {
    height: 40px;
    display: none;
  }
  .ads {
    height: 400px;
    background: #342508 !important;
  }
  .pageBody {
    min-height: 100px;
  }
  .footer {
    min-height: 50px;
    padding-top: 10px;
  }
  #toplogo {
    float: left;
  }
  .cookiePanel {
    width: 100%;
    padding: 10px 30px;
    background: #e9ceac;
    float: left;
    border-bottom: 4px solid rgb(90,70,60);
  }
  .cookiePanel li {
    list-style-type: none;
    float: left;
    padding: 2px 10px;
    float: left;
  }
  .cookiePanel li:hover {
     background: #dcbd97;
     padding-top: 0;
  }
  .cssmenu {
    float: left;
    min-width: 450px;
    border-bottom: 0px solid #222;
    margin: 20px 10px 0px 20px;
  }
  .cssmenu li {
    float: left;
    list-style-type: none;
    margin: 0px 7px;
  }
  .cssmenu li a {
    padding: 3px 2px 3px 2px;
    width: 100%;
    text-decoration: none;
    float: left;
    border-bottom: 2px solid #fff;
    font: normal 16pt/16pt Lobster, Arial;
    color: rgb(70,40,20);
    text-transform: lowercase;
  }
  .cssmenu li a:hover {
    border-bottom: 2px solid #ea0032;
  }
  .social {
    float: right;
    padding: 20px 10px 0px 0px;
  }
  .tinymenu {
    float: left;
    width: 100%;
    border-bottom: 0px solid #222;
    margin: 0px 10px 0px 10px;
  }
  .tinymenu li {
    float: left;
    list-style-type: none;
    margin: 0px 10px;
  }
  .tinymenu li a {
    padding: 3px 2px 3px 2px;
    width: 100%;
    text-decoration: none;
    float: left;
    border-bottom: 2px solid #fff;
    font: normal 10pt/10pt Arial;
    color: #777;
    text-transform: lowercase;
  }
  .tinymenu li a:hover {
    border-bottom: 1px solid #555;
  }