/* =========================
   miskerik.sk custom styles
   ========================= */

body {
    font-size: 14px;
    line-height: 1.4em !important;
    font-family: 'PT Serif', serif;
    background-color: #fff3de;
}

a, button.btn-text-only { color: #ba1d1d; }
a:hover, a:focus,
button.btn-text-only:hover, button.btn-text-only:focus { color: #f62626; text-decoration: none; }

h1, h2, h3 {
    font-family: serif;
    font-size: 30px;
    margin-bottom: 15px;
}
h2 { font-size: 24px; }
h3 {
    font-size: 17px;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.tcenter { text-align: center !important; }
.tright { text-align: right !important; }
.mleft180px { margin-left: 180px !important; }
.mtop20px { margin-top: 20px !important; }
.mtop30px { margin-top: 30px !important; }
.mbot0 { margin-bottom: 0 !important; }
.mbot20px { margin-bottom: 20px !important; }
.mbot30px { margin-bottom: 30px !important; }
.clear-both { clear: both !important; }

.bigtext {
    font-size: 17px;
    line-height: 1.6em;
}
p.bigtext {
    margin-bottom: 22px;
}


/* tables */
table th {
    background-color: #f6ece3 !important;
    border-right: 2px solid white;
}
table td { padding: 5px 9px; }

.table-striped tr:nth-child(odd) td { background-color: transparent !important; }
.table-striped tr:nth-child(even) td { background-color: #faf9e6 !important; }

/* inputs */
input[type="text"], input[type="password"], input[type="email"], textarea {
    height: 18px;
    line-height: 18px;
    padding: 0 7px 0 6px;
    border: 1px solid #967041 !important;
    border-bottom: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
textarea { height: auto; }

input[type="text"], input[type="text"]:focus,
input[type="password"], input[type="password"]:focus,
input[type="email"], input[type="email"]:focus,
textarea, textarea:focus {
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 0 3px 0 rgba(150, 112, 65, 1);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 0 3px 0 rgba(150, 112, 65, 1);
    -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 0 3px 0 rgba(150, 112, 65, 1);
    outline: 0 none;
}

.control-group.error input[type="text"],
.control-group.error input[type="password"],
.control-group.error input[type="email"],
.control-group.error textarea {
    border: 1px solid #b94a48 !important;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 0 3px 0 rgba(185, 74, 72, 1);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 0 3px 0 rgba(185, 74, 72, 1);
    -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 0 3px 0 rgba(185, 74, 72, 1);
}

input, button {
    font-size: 14px;
    font-family: 'PT Serif', serif;
}

/* buttons */
button.btn-text-only {
    background: none !important;
    border: none;
    padding: 0 !important;
}

/* button brown small */
button.btn-brown-small, a.btn-brown-small {
    display: inline-block;
    padding: 1px 10px 2px 10px;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #fffdf5;
    background: #835a33;
    background-image: -webkit-linear-gradient(top, #8f693c, #5c2813);
    background-image: -moz-linear-gradient(top, #8f693c, #5c2813);
    background-image: -ms-linear-gradient(top, #8f693c, #5c2813);
    background-image: -o-linear-gradient(top, #8f693c, #5c2813);
    background-image: linear-gradient(to bottom, #8f693c, #5c2813);
}
button.btn-brown-small:hover, a.btn-brown-small:hover {
    background-image: none;
}
button i, a.btn i, a.btn-brown-small i { margin-top: 3px !important; }

table button.btn-brown-small {
    margin-top: 2px;
}

/* button red big */
button.btn-red, a.btn-red {
    display: inline-block;
    padding: 8px 15px 10px 15px;
    border: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-size: 17px;
    color: #fffdf5;
    background: #c62525;
    background-image: -webkit-linear-gradient(top, #e03838, #950101);
    background-image: -moz-linear-gradient(top, #e03838, #950101);
    background-image: -ms-linear-gradient(top, #e03838, #950101);
    background-image: -o-linear-gradient(top, #e03838, #950101);
    background-image: linear-gradient(to bottom, #e03838, #950101);
}
button.btn-red:hover, a.btn-red:hover {
    background-image: none;
}
button.btn-red i, a.btn-red i { margin-top: 5px; }


.container {
    width: 1040px;
    margin: 0 auto;
    overflow: hidden;
}

header {
    position: relative;
    width: 1040px;
    height: 170px;
    background: transparent url(../img/bg-header.png) no-repeat left top;
}

header a.logo {
    display: block;
    position: absolute;
    left: 38px;
    top: 11px;
    width: 186px;
    height: 85px;
}

header nav.site-menu {
    position: absolute;
    left: 19px;
    top: 120px;
    text-transform: uppercase;
    font-size: 17px;
}

nav.site-menu ul, /* header, footer */
nav.shop-menu ul,
nav.categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

header nav.site-menu ul li {
    display: block;
    float: left;
    margin-left: 15px;
}
header nav.site-menu ul li:first-child {
    margin-left: 0;
}

header nav.site-menu ul li a {
    display: block;
    width: 130px;
/* http://stackoverflow.com/questions/8865458/how-to-align-text-vertical-center-in-div-with-css */
    height: 40px;
    line-height: 40px;
    padding-top: 3px;
    text-align: center;
    color: #fffdf5;
    background: transparent url(../img/btn-site-menu.png) no-repeat left top;
}

header nav.site-menu ul li a:hover, header nav.site-menu ul li a:focus, header nav.site-menu ul li a.selected {
    background-position: 0 -43px;
}


header nav.shop-menu {
    position: absolute;
    width: 350px;
    left: 660px;
    top: 5px;
    text-align: right;
}

header nav.shop-menu ul li {
    display: inline-block;
}
header nav.shop-menu ul li:before {
    content: " | ";
    padding: 0 5px 0 8px;
}
header nav.shop-menu ul li:first-child:before {
    content: none;
}


footer {
    position: relative;
    width: 1040px;
    height: 94px;
    margin-bottom: 40px;
    background: transparent url(../img/bg-footer.png) no-repeat left top;
}


footer nav.site-menu {
    position: absolute;
    left: 40px;
    top: 40px;
    font-size: 14px;
    text-transform: uppercase;
}

footer nav.site-menu ul li {
    display: inline-block;
}
footer nav.site-menu ul li:before {
    content: " | ";
    padding: 0 10px;
}
footer nav.site-menu ul li:first-child:before {
    content: none;
}

footer .copy {
    position: absolute;
    left: 545px;
    top: 40px;
}


.content {
    background-color: white;
    overflow: hidden;
    padding: 20px 40px 40px 40px;
}

.left-col-half {
    width: 460px;
    float: left;
    overflow: hidden;
}
.right-col-half {
    width: 460px;
    float: right;
    overflow: hidden;
}

.left-col-quarter {
    width: 200px;
    float: left;
    overflow: hidden;
}
.right-col-3quarter {
    width: 720px;
    float: right;
    overflow: hidden;
}

.left-col-3quarter {
    width: 720px;
    float: left;
    overflow: hidden;
}
.right-col-quarter {
    width: 200px;
    float: right;
    overflow: hidden;
}


.content h1:first-child { margin-top: 0; }
.content h2:first-child { margin-top: 2px; }

p.navcat-heading {
    font-weight: bold;
    line-height: 40px;
    font-family: serif;
    font-size: 30px;
    margin: 0 0 15px 0;
}

h1.cat-heading {
    font-weight: bold;
    line-height: 40px;
    font-family: serif;
    font-size: 24px;
    margin: 10px 0 15px 0;
}


.photo-1 { margin: 20px 0; }
.photo-2 { margin: 20px 0; overflow: hidden; }
.photo-2 img { float: right; }
.photo-2 img:first-child { float: left; }


nav.categories { padding: 5px 0; }
nav.categories ul li { display: block; }
nav.categories ul li a {
    display: block;
    font-size: 17px;
    line-height: 1.25em;
    padding: 7px 10px;
}

nav.categories ul li a.selected {
    color: #333333;
    background-color: #f6ece3;
}
nav.categories ul li a.selected:hover, nav.categories ul li a.selected:focus {
    color: #333333;
}

/* subcategories */
nav.categories ul ul {
    margin-left: 10px;
}

nav.categories ul ul li a {
    font-size: 14px;
}


/* static product page styles */
.infobox {
    margin-top: 2em;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    padding: 15px 20px 5px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.infobox__heading {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 0 10px 0 !important;
}


.infobox--image {
    display: inline-block;
    padding: 12px;
}

.infobox--image__link {
    display: block;
    position: relative;
}

.infobox--image__link img {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.infobox--image__text {
    display: block;
    position: absolute;
    padding: 3px 5px;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    font-weight: bold;
}

.infobox--image140 .infobox--image__text {
    width: 130px;
}

.infobox--image_row {
    overflow: hidden;
}

.infobox--image_row--first .infobox {
    margin-top: 1em;
}

.infobox--image_row .infobox--image {
    display: block;
    float: left;
    margin-left: 18px;
}

.infobox--image_row .infobox--image:first-child {
    margin-left: 0;
}


.infobox--flyer {
    padding-top: 20px;
    overflow: hidden;
    margin-bottom: 3em;
}

.infobox--flyer__link {
    float: left;
    display: block;
    position: static;
    margin: 0 20px 15px 0;
}


/* color boxes for marking products - is-new, not-in-stock, order-only */
.bgcolor-textbox {
    display: inline-block;
    margin: 3px 5px 0 0;
    padding: 2px 8px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
}
.bgcolor-textbox.is-new { background-color: yellow; }
/* is-new - table rows */
.table-striped tr.is-new:nth-child(odd) td { background-color: yellow !important; }
.table-striped tr.is-new:nth-child(even) td { background-color: #ffff7f !important; }


.color-textbox {
    display: inline-block;
    margin: 3px 5px 0 0;
    padding: 1px 7px;
    border-width: 1px;
    border-style: solid;
}
.order-only { color: #c251c2; border-color: #c251c2; }
.not-in-stock { color: #d28800; border-color: #d28800; }


/* product list - search, table */
#search { margin: 5px 0 15px 0; }
#search-input { margin-top: 6px; }

table.table-product-list {
    width: 720px;
    margin: 18px 0;
}
table.table-product-list th.code { width: 70px; }
/* table.table-product-list th.name { width: 200px; } will be computed */
table.table-product-list th.category_link { width: 74px; }
table.table-product-list th.price_bdph { width: 70px; }
table.table-product-list th.price_sdph { width: 60px; }
table.table-product-list th.packaging { width: 70px; }
table.table-product-list th.add_cart { width: 145px; border-right: none; }

.price_old { text-decoration: line-through; }
.price_new { font-weight: bold; }

form.add_cart { margin: -2px 0 0 0; }

form.add_cart button {
    padding-left: 15px;
    padding-right: 15px;
}

input.quantity {
    width: 30px;
    text-align: center;
}


/* shopping cart list */
form.cart {
    margin: 0 0 25px 0;
}

table.table-cart-list {
    width: 720px;
    margin: 5px 0 10px 0;
}
table.table-cart-list th.code { width: 70px; }
/* table.table-cart-list th.name { width: 200px; } will be computed */
table.table-cart-list th.unit_price_sdph { width: 90px; }
table.table-cart-list th.packaging { width: 80px; }
table.table-cart-list th.price { width: 80px; }
table.table-cart-list th.quantity { width: 70px; }
table.table-cart-list th.delete { width: 40px; }

table.table-cart-list input[type="text"] {
    width: 30px;
    margin: 0;
    position: relative;
    top: -2px;
}

p.update-cart { text-align: right; }
p.update-cart button { margin-top: 5px; }

div.cart-bottom {
    position: relative;
    text-align: right;
}

p.total-price {
    font-size: 17px;
    line-height: 1.4em;
    margin-bottom: 25px;
}
p.total-price strong.price {
    display: inline-block;
    margin-left: 10px;
    font-size: 24px;
}
p.total-price small {
    font-size: 14px;
    color: #337534;
    font-weight: bold;
}
p.total-price small strong { text-decoration: underline; }

a.empty-cart {
    position: absolute;
    left: 0;
    bottom: 0;
}
a.empty-cart i { margin-top: 3px; }

form.empty-cart {
    display: inline-block;
    margin: 0 0 0 5px;
}

p.color-notes {
    margin: 0;
    float: left;
}

div.col-shipping-info {
    text-align: right;
    margin-bottom: 30px;
}
div.col-shipping-info em {
    font-style: normal;
    text-decoration: underline;
}

table.table-shipping-rate {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #aaaaaa;
    border-bottom: none;
}
table.table-shipping-rate tr {
    border-bottom: 1px solid #aaaaaa;
}
table.table-shipping-rate tr.highlight {
    font-weight: bold;
}
table.table-shipping-rate th, table.table-shipping-rate td {
    text-align: center;
}
table.table-shipping-rate th {
    background-color: #eeeeee !important;
    border: none;
}


/* login form, order form */
table.table-form {
    margin: 0 0 15px 0;
    padding: 0;
}
table.table-form td {
    margin: 0;
    padding: 5px 0;
}
table.table-form th {
    text-align: right;
    padding: 5px 15px 5px 0;
    background-color: transparent !important;
}

/* sidebar cart */
.cart-mini {
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 30px;
    overflow: hidden;
}

.cart-mini table {
    width: 100%;
    border: 1px solid #dbc3ad;
}

.cart-mini table th {
    font-size: 14px;
    border: none;
    padding: 5px;
}

.cart-mini table td.total {
    text-align: center;
    line-height: 1.4em;
    background-color: #f6ece3 !important;
}

.cart-mini .color-notes {
    border: 1px solid #dbc3ad;
    padding: 5px;
    margin: 10px 0 !important;
}


/* contact, contact form */
form#form-contact {
    overflow: hidden;
    margin-bottom: 85px;
}

form#form-contact button { float: right; }

form#form-contact textarea {
    width: 445px;
}

div#contact-address {
    font-size: 17px;
    line-height: 1.6em;
    padding: 52px 0 50px 100px;
}

div#contact-address h1 {
    font-size: 17px;
    line-height: 1.6em;
    font-family: 'PT Serif', serif;
    margin: 0 0 45px 0;
}

div#contact-address p {
    margin-bottom: 30px;
}

div#contact-address table th {
    width: 63px;
    background-color: transparent !important;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}

div#contact-address table th,
div#contact-address table td {
    padding: 5px 15px 5px 0;
}

div#contact-address h2 {
    margin: 30px 0 5px 0;
}


/* input validation popover */
.popover.popover-error { /* add to cart in list view - input was not a number */
    width: auto;
    border-color: #ef333a;
}
.popover.popover-error .arrow { border-left-color: #ef333a; }
.popover.popover-error h3.popover-title {
    margin: 0;
    padding: 5px 10px;
    background-color: #f3e3e3;
    color: #ef333a;
    border-bottom: 1px solid #eed3d7;
    font-family: 'PT Serif', serif !important;
}


/* tooltip */
.tooltip {
    width: auto;
    font-size: 14px;
}
.tooltip .tooltip-arrow { border-bottom-color: #468847 !important; }
.tooltip .tooltip-inner {
    max-width: none;
    padding: 5px 10px;
    color: #337534;
    background-color: #d6e9c6;
    border: 1px solid #468847;
}


/* cart validation alert-error */
form.cart .alert {
    margin: 0;
    padding: 0 0 0 1.5em;
}
form.cart .alert i {
    vertical-align: top;
    margin-top: 2px;
}
form.cart .alert ul.errorlist {
    display: inline-block;
    margin: 0 0 0 0.5em;
    list-style-type: none;
}


/* Pines Notify (pnotify) custom styling */

.ui-pnotify p {
    color: #333;
    margin: 0.5em 0;
}

.ui-pnotify p.info {
    color: #337534;
    font-weight: bold;
}
.ui-pnotify p.info strong { text-decoration: underline; }

.ui-pnotify h4 {
    font-size: 14px;
    white-space: nowrap;
    padding-right: 20px;
}

.ui-pnotify.addtocart h4 {
}

/*
.ui-pnotify .ui-pnotify-container {
    padding: 0.5em 1em;
}
*/

/*
.ui-pnotify .alert-success h4 a { color: #b52525; }
.ui-pnotify .alert-success h4 a:hover { text-decoration: underline; }

.ui-pnotify .alert-success {
    color: #337534;
}
*/


/* image gallery */
.gallery-full-3col {
    list-style-type: none;
    margin: 30px 0 0 0;
    overflow: hidden;
}

.gallery-full-3col li {
    float: left;
    margin: 0 0 30px 20px;
}

.gallery-full-3col li.first {
    clear: both;
    margin-left: 0;
}

.gallery-full-3col a {
    display: block;
}


/* --== navbar ==-- */
.navbar {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
.navbar .navbar-top {
  background-color: #dcdcdc;
}
.navbar .navbar-top a {
  color: #444444;
}
.navbar .navbar-top a:hover,
.navbar .navbar-top a:focus {
  color: black;
}

.navbar .navbar-top {
  width: 1040px;
  height: 50px;
  margin: 0 auto;
}

.navbar .navbar-top .container {
  width: auto;
  position: relative;
  margin: 0 auto;
  overflow: visible;
}

.navbar .navbar-top .container ul {
  margin: 0 10px 0 0;
  left: 0;
  float: left;
  list-style: none;
}

.navbar .nav-top:before,
.navbar .nav-top:after {
  content: ' ';
  display: table;
}
.navbar .nav-top:after {
  clear: both;
}
.navbar .nav-top li {
  float: left;
}
.navbar .nav-top li a {
  font-size: 0.75em;
  text-shadow: none;
  float: none;
  display: block;
}
.navbar .nav-top li a img {
  display: none;
}
.navbar .nav-top {
  position: absolute;
  z-index: 10;
}
.navbar .nav-top li {
  float: left;
}
.navbar .nav-top li a {
  border-top: 3px solid transparent;
  font-size: 0.875em;
  color: #323132;
  height: 50px;
  line-height: 45px;
  position: relative;
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.navbar .nav-top li a img {
  display: block;
  height: 30px;
  width: auto;
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.navbar .nav-top li.active a,
.navbar .nav-top li.active a:hover,
.navbar .nav-top li.active a:focus {
  height: 47px;
  background: #ff5e4a;
  color: #fff;
  border-top: 3px solid #fff100;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.navbar .nav-top li:not(.active).current-menu-item > a,
.navbar .nav-top li:not(.active) > a:hover,
.navbar .nav-top li:not(.active) > a:focus {
  padding-top: 36px;
  height: 47px;
  background: #fff;
  box-shadow: 1px 0 5px rgba(1, 1, 1, 0.3);
}
.navbar .nav-top li:not(.active).current-menu-item > a img,
.navbar .nav-top li:not(.active) > a:hover img,
.navbar .nav-top li:not(.active) > a:focus img {
  top: 10px;
}


/* h o n e y p o t  filed for registration & contact form */
#div_id_real_person {
  display: none;
}
