*, div, p, span, a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }

.row {
  width: 1200px;
  margin: 0 auto;
  position: relative; }

.right {
  float: right; }

.clear {
  clear: both; }

.group:after, .row:after, article:after, article p:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden; }

header .contact {
  height: 32px;
  background: #a82a36; }
  header .contact .logo {
    display: block;
    cursor: pointer;
    z-index: 2;
    float: left;
    position: absolute;
    top: 0;
    left: 0px;
    width: 280px;
    height: 229px;
    background: url(/assets/img/logo.png) no-repeat; }
  header .contact .info {
    margin-left: 280px;
    color: #f8f5e8;
    font-size: 12px;
    height: 32px;
    line-height: 32px; }
    header .contact .info span {
      display: inline-block;
      vertical-align: middle;
      line-height: normal;
      margin-left: 80px;
      padding: 2px 0; }
      header .contact .info span b {
        font-weight: bold; }
      header .contact .info span a {
        color: inherit;
        text-decoration: none; }
      header .contact .info span.phone {
        background: url(/assets/img/icons/phone.png) no-repeat left center;
        padding-left: 25px; }
      header .contact .info span.email {
        background: url(/assets/img/icons/email.png) no-repeat left center;
        padding-left: 25px; }
header .ornament {
  float: left;
  width: 252px;
  height: 116px;
  margin-left: 314px;
  margin-top: 6px;
  background: url(/assets/img/ornament1.png) no-repeat; }
header .cart {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 266px;
  height: 53px;
  margin-top: 39px;
  background: url(/assets/img/icons/cart.png) no-repeat;
  padding-left: 65px;
  padding-top: 9px; }
  header .cart a {
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    text-transform: uppercase;
    color: #5d401d; }
    header .cart a .cart-price {
      color: #a82a36; }
header .action-result {
  position: absolute;
  left: 290px;
  width: 600px;
  top: 40px;
  opacity: 0.8; }
  header .action-result p {
    font-size: 12px;
    background-color: #9d001e;
    padding: 20px;
    border-radius: 5px;
    color: white; }
    header .action-result p.result-1 {
      background-color: #9d001e; }
    header .action-result p.result-2 {
      background-color: green; }

nav {
  background: url(/assets/img/menu-bg.png) repeat-x; }
  nav ul {
    padding: 0 0 0 300px;
    margin: 0;
    list-style-type: none; }
    nav ul li {
      display: inline-block;
      position: relative;
      padding: 25px 25px; }
      nav ul li a {
        text-transform: uppercase;
        text-decoration: none;
        color: #5d401d;
        font-size: 14px;
        font-weight: 700; }

section.main {
  padding-bottom: 25px;
  background: #eae4ca url(/assets/img/background.jpg) no-repeat top center;
  background-position: 0 -148px; }
  section.main.home {
    background-position: 0 0; }
  section.main .left-side {
    width: 280px;
    float: left;
    padding-top: 30px; }
    section.main .left-side .menu {
      background-color: #f8f5e8;
      padding: 10px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px; }
      section.main .left-side .menu h2 {
        font-family: 'Lobster', cursive;
        font-size: 24px;
        color: #5d401d;
        padding: 10px 30px 10px; }
      section.main .left-side .menu ul {
        padding: 0 0 0 35px;
        margin: 0; }
        section.main .left-side .menu ul li {
          background: url(/assets/img/menu-bullet.png) no-repeat left 16px;
          display: block;
          padding: 12px 0 8px 18px;
          position: relative; }
          section.main .left-side .menu ul li a {
            text-decoration: none;
            color: #5d401d;
            font-size: 14px;
            font-weight: 400; }
          section.main .left-side .menu ul li:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: -25px;
            width: 243px;
            height: 9px;
            background: url(/assets/img/menu-separator.png) no-repeat; }
    section.main .left-side .facebook-wrap {
      margin-top: 35px;
      background-color: #f8f5e8;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      padding: 26px;
      text-align: center;
      height: 570px; }
  section.main .content {
    width: 920px;
    float: right; }
    section.main .content .banner {
      position: relative;
      width: 440px;
      padding: 38px 48px; }
      section.main .content .banner h2 {
        font-family: 'Lobster', cursive;
        color: #fff;
        font-size: 35px; }
      section.main .content .banner hr {
        border: none;
        width: 420px;
        height: 5px;
        margin: 13px 0 5px 0;
        background: url(/assets/img/banner-hr.png) no-repeat; }
      section.main .content .banner p {
        color: #f3edd5;
        font-size: 14px;
        line-height: 26px;
        font-weight: 400; }
        section.main .content .banner p b {
          font-weight: 700; }
    section.main .content .ornament {
      position: absolute;
      top: 0;
      right: 0;
      float: right;
      width: 488px;
      height: 259px;
      background: url(/assets/img/ornament2.png) no-repeat; }
    section.main .content .product {
      float: left;
      width: 280px;
      margin-right: 10px;
      margin-bottom: 10px; }
      section.main .content .product:nth-child(3n) {
        margin-right: 0; }
      section.main .content .product img {
        border: 11px solid #fff;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        height: 155px;
        width: 258px; }
      section.main .content .product .details {
        padding: 10px; }
        section.main .content .product .details h3 {
          font-size: 15px;
          color: #543312;
          font-weight: 700;
          padding-bottom: 10px; }
        section.main .content .product .details p {
          font-size: 12px;
          color: #675835;
          font-weight: 300;
          line-height: 16px;
          margin-bottom: 10px;
          height: 32px;
          overflow: hidden; }
        section.main .content .product .details .price {
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          display: block;
          float: left;
          width: 25%;
          background-color: #d1c6a0;
          padding: 10px 5px;
          color: #543312;
          font-size: 15px;
          font-weight: 700;
          text-align: center;
          -moz-border-radius: 8px;
          -webkit-border-radius: 8px;
          border-radius: 8px; }
        section.main .content .product .details input {
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          display: block;
          float: left;
          width: 15%;
          margin-left: 5px;
          padding: 10px 5px;
          text-align: center;
          border: none;
          -moz-border-radius: 8px;
          -webkit-border-radius: 8px;
          border-radius: 8px; }
        section.main .content .product .details a {
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          display: block;
          float: right;
          width: 54%;
          background-color: #a82a36;
          padding: 8px 10px;
          color: #fff;
          font-family: 'Lobster', cursive;
          font-size: 18px;
          font-weight: 500;
          text-align: center;
          text-decoration: none;
          -moz-border-radius: 8px;
          -webkit-border-radius: 8px;
          border-radius: 8px;
          cursor: pointer; }
    section.main .content article {
      padding: 0 46px; }
      section.main .content article h1 {
        font-family: 'Lobster', cursive;
        font-size: 40px;
        color: #fff;
        padding: 52px 0;
        margin-bottom: 40px; }
      section.main .content article.gallery {
        padding: 0 25px; }
        section.main .content article.gallery h1 {
          padding: 52px 21px; }
      section.main .content article h2 {
        font-weight: 700;
        font-size: 20px;
        color: #543312;
        margin-top: 20px;
        margin-bottom: 10px; }
      section.main .content article h3 {
        font-weight: 700;
        font-size: 16px;
        color: #543312;
        margin-top: 20px;
        margin-bottom: 10px; }
      section.main .content article p, section.main .content article ul li {
        font-size: 13px;
        color: #5e5541;
        line-height: 20px; }
        section.main .content article p b, section.main .content article p strong, section.main .content article ul li b, section.main .content article ul li strong {
          font-weight: 700;
          color: #543312; }
        section.main .content article p i, section.main .content article ul li i {
          color: #a82a36;
          text-decoration: underline; }
      section.main .content article p {
        margin-bottom: 10px; }
      section.main .content article ul {
        margin: 20px 0 10px 20px; }
        section.main .content article ul li {
          background: url(/assets/img/menu-bullet.png) no-repeat left center;
          padding: 0 0 0 18px; }
      section.main .content article img {
        border: 11px solid #fff;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px; }
      section.main .content article table {
        width: 100%; }
        section.main .content article table thead {
          background-color: #9d001e;
          font-family: 'Roboto', sans-serif;
          font-weight: 400;
          font-size: 14px;
          color: #fff;
          text-transform: uppercase; }
          section.main .content article table thead th {
            padding: 15px;
            text-align: left; }
        section.main .content article table tbody tr {
          background-color: #faf5e8;
          border-bottom: 1px solid #fff; }
          section.main .content article table tbody tr:nth-child(even) {
            background-color: #f8f2e2; }
          section.main .content article table tbody tr td {
            padding: 15px;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            font-size: 14px;
            color: #686664; }
            section.main .content article table tbody tr td span {
              font-family: 'Roboto', sans-serif;
              font-weight: 400;
              font-size: 14px;
              color: #686664; }
            section.main .content article table tbody tr td.delete-wrap {
              text-align: right; }
            section.main .content article table tbody tr td a {
              -moz-border-radius: 10px;
              -webkit-border-radius: 10px;
              border-radius: 10px;
              line-height: 16px;
              font-size: 10px;
              width: 16px;
              height: 16px;
              display: inline-block;
              text-align: center;
              color: white;
              cursor: pointer; }
              section.main .content article table tbody tr td a.add {
                background-color: green; }
              section.main .content article table tbody tr td a.remove {
                background-color: #9d001e; }
              section.main .content article table tbody tr td a.delete {
                color: #9d001e;
                font-weight: 800;
                font-size: 12px; }
      section.main .content article .cart-details .cart-total {
        text-align: right;
        margin-top: 20px;
        font-weight: 600;
        font-size: 18px;
        color: #9d001e; }
      section.main .content article .cart-details p {
        margin-bottom: 0; }
      section.main .content article .order-form {
        padding-top: 20px; }
      section.main .content article form {
        margin-top: 20px;
        font-size: 12px; }
        section.main .content article form .form-row {
          width: 50%;
          padding: 5px 0; }
          section.main .content article form .form-row label {
            width: 29%;
            display: inline-block;
            font-size: 12px; }
          section.main .content article form .form-row .form-item {
            width: 70%;
            display: inline-block; }
            section.main .content article form .form-row .form-item input[type="text"] {
              width: 100%;
              height: 30px;
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
              border-radius: 5px;
              border: 1px solid #ccc;
              padding: 0 10px; }
            section.main .content article form .form-row .form-item textarea {
              width: 100%;
              padding: 10px;
              height: 50px;
              border: 1px solid #ccc;
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
              border-radius: 5px; }
            section.main .content article form .form-row .form-item input[type="submit"] {
              -moz-box-sizing: content-box;
              -webkit-box-sizing: content-box;
              box-sizing: content-box;
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
              border-radius: 5px;
              display: block;
              background-image: url(/assets/img/kde-kupit-button.png);
              text-align: center;
              font-weight: 600;
              text-transform: uppercase;
              color: #fff;
              font-size: 15px;
              text-decoration: none;
              padding: 10px 10px;
              margin-top: 10px;
              cursor: pointer;
              border: none; }
      section.main .content article.contact .form-row {
        width: 40%; }
        section.main .content article.contact .form-row label {
          display: none; }
        section.main .content article.contact .form-row .form-item input[type="submit"] {
          width: 100%;
          padding: 5px 10px; }

footer {
  height: 97px;
  background: #eae4ca url(/assets/img/footer-bg.png) no-repeat bottom center; }
  footer .info {
    padding-top: 30px;
    padding-left: 35px;
    float: left; }
    footer .info span {
      display: block;
      line-height: 24px;
      font-size: 12px;
      font-weight: 300;
      color: #f8f6e9; }
      footer .info span.author {
        color: #c79570;
        font-style: italic; }
      footer .info span a {
        color: inherit;
        text-decoration: none; }
      footer .info span b {
        font-weight: 400; }
      footer .info span ul {
        display: inline-block;
        padding: 0;
        margin: 0;
        list-style-type: none; }
        footer .info span ul li {
          display: inline-block;
          position: relative; }
          footer .info span ul li:before {
            content: '|';
            color: #bd6069; }
          footer .info span ul li:first-child {
            padding-left: 15px; }
          footer .info span ul li a {
            padding: 0 15px; }
  footer .addthis_toolbox {
    float: right;
    padding-top: 30px; }
    footer .addthis_toolbox a {
      float: left; }
      footer .addthis_toolbox a > span {
        width: 34px;
        height: 34px;
        margin: 0 2px;
        border-radius: 0; }
        footer .addthis_toolbox a > span:hover {
          background-color: #074383;
          opacity: 1; }
        footer .addthis_toolbox a > span span {
          text-indent: -9999px; }
      footer .addthis_toolbox a:hover {
        opacity: 1; }
    footer .addthis_toolbox .addthis_button_facebook > span {
      background: url(/assets/img/social.png) no-repeat 0 center !important; }
    footer .addthis_toolbox .addthis_button_email > span {
      background: url(/assets/img/social.png) no-repeat -40px center !important; }
    footer .addthis_toolbox .addthis_button_twitter > span {
      background: url(/assets/img/social.png) no-repeat -80px center !important; }
    footer .addthis_toolbox .addthis_button_google_plusone_share > span {
      background: url(/assets/img/social.png) no-repeat -120px center !important; }
    footer .addthis_toolbox .addthis_button_compact > span {
      background: url(/assets/img/social.png) no-repeat -160px center !important; }
