/**
 * Järjestelmän tarvitsemat ulkoasusta riippumatttomat tyylit
 */

th {
	text-align: left;
}

a.facebook_login {
	color: white;
	border: 1px solid #29447e;
	line-height: 20px;
	background-image: url("../images/facebook_button.png");
	padding-left: 27px;
	padding-right: 7px;
	height: 20px;
	display: inline-block;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight: bold;
}

a.facebook_login:hover {
	color: white;
}

.everydayPayButton{
	border: none;
	background: transparent url( ../../include/images/everyday.png ) no-repeat 50% 50%;
	width: 150px;
	height: 56px;
	margin: 5px;
	padding: 0;
	text-indent: -5000px;
	cursor: pointer;
	cursor: hand;
}

.paypalPayButton{
	border: none;
	background: transparent url( ../../include/images/paypal.png ) no-repeat 50% 50%;
	width: 150px;
	height: 52px;
	margin: 5px;
	padding: 0;
	text-indent: -5000px;
	cursor: pointer;
	cursor: hand;
}



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

#slideshow_main {
	margin-bottom: 15px;
}

.productcarousel {
	position: relative;
	margin-bottom: 20px;
}
.productcarousel .carousel-control{
	z-index:10
}


a:focus {
  outline: none;
  outline-offset: -2px;
  color: #c83a3a;
}
img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.quantity input,
input[name="quantity"] {
  width: auto;
  display: inline;
  text-align: center;
}
table.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
table.list thead td {
  background-color: transparent;
  padding: 0px 5px;
}
table.list .center {
  text-align: center;
  padding: 7px;
}
table.list tbody td {
  padding: 0px 5px;
}
table.list td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table.list .right {
  text-align: right;
  padding: 7px;
}
table.list .left {
  text-align: left;
  padding: 7px;
}
table.list thead td a,
.list thead td {
  text-decoration: none;
  color: #222222;
  font-weight: bold;
}
input.large-field,
select.large-field {
  width: 300px;
}
table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.form > * > * > td {
  color: #000000;
}
table.form td {
  padding: 4px;
}
table.form tr td:first-child {
  width: 150px;
}
table.radio {
  width: 100%;
  border-collapse: collapse;
}
table.radio td {
  padding: 5px;
}
table.radio td label {
  display: block;
}
table.radio tr td:first-child {
  width: 1px;
}
table.radio tr td:first-child input {
  margin-top: 1px;
}
table.radio tr.highlight:hover td {
  background: #F1FFDD;
  cursor: pointer;
}
.htabs {
  border-bottom: 1px solid #DDDDDD;
}
.htabs a {
  padding: 7px 25px 7px 25px;
  float: left;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #292929;
  margin-right: 2px;
  margin-bottom: -1px;
  display: none;
}
.htabs a.selected {
  padding-bottom: 7px;
  background: #7db641;
  color: #FFFFFF;
}
.tab-content {
  padding: 15px 0;
  margin-bottom: 15px;
  z-index: 2;
}
.carousel-controls {
  position: absolute;
  top: -50px;
  right: 0;
  width: 45px;
  height: 20px;
}
.carousel-controls .carousel-control {
  font-size: 17px;
  border: 1px solid #dfdfdf;
  width: 20px;
  color: #c7c7c7;
  border-radius: 2px;
}
.carousel-controls .carousel-control:hover {
  border: 1px solid #7db641;
  color: #7db641;
}
.carousel-control {
  text-shadow: none;
}
.carousel-control.left {
  background-image: -webkit-gradient(linear,0% top,100% top,from(transparent),to(transparent));
  background-image: -webkit-linear-gradient(left,color-stop(transparent 0%),color-stop(transparent 100%));
  background-image: -moz-linear-gradient(left,transparent 0%,transparent 100%);
  background-image: linear-gradient(to right,transparent 0%,transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  background-image: -webkit-gradient(linear,0% top,100% top,from(transparent),to(transparent));
  background-image: -webkit-linear-gradient(left,color-stop(transparent 0%),color-stop(transparent 100%));
  background-image: -moz-linear-gradient(left,transparent 0%,transparent 100%);
  background-image: linear-gradient(to right,transparent 0%,transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
ul.links {
  position: relative;
  margin: 0;
  padding: 0;
}
ul.links li {
  display: inline-block;
  margin-right: 15px;
  line-height: 1.428571429;
}
ul.links li > a span {
  font-size: 13px;
  margin-right: 10px;
}




.sidebar ul.category_menu,
.sidebar ul.category_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar ul.category_menu li {
  clear: both;
}
.sidebar ul.category_menu > li {
  padding: 8px 0 8px;
}
.sidebar ul.category_menu > li ul {
  display: none;
}
.sidebar ul.category_menu > li ul > li {
  padding: 10px 0 0px 25px;
}
.sidebar ul.category_menu > li ul > li > a {
  text-decoration: none;
  display: block;
}
.sidebar ul.category_menu > li > a {
  text-decoration: none;
  text-transform: uppercase;
}
.sidebar ul.category_menu > li > a > i {
	padding-right: 7px;
}
.sidebar ul.category_menu > li a:hover .badge,
.sidebar ul.category_menu > li a.active .badge {
  background-color: #c83a3a;
}
.sidebar ul.category_menu > li a.active {
  color: #c83a3a;
}
.sidebar ul.category_menu > li a.active + ul {
  display: block;
}

.product-block h3 {
  margin: 0;
}


h1 {
  font-size: 25px;
  line-height: 31px;
}
h2 {
  font-size: 20px;
  line-height: 31px;
}
h3 {
  font-size: 18px;
  line-height: 31px;
}
h4 {
  font-size: 15px;
}

#topbar {
  color: #999999;
  font-size: 11px;
  background: #e4dcd2;
  padding: 10px 0;
}
#topbar ul li a {
  color: #777777;
}
#topbar ul li:before {
  color: #aaaaaa;
}

header {
  background: #f6eee3;
}
#header-main .header-wrap > div {
  height: 115px;
}
#pav-mainnav {
  margin-bottom: 15px;
}
#pav-mainnav .mainnav-wrap {
  background: #b39770;
}
#content {
  min-height: 400px;
  margin-bottom: 25px;
}
.sidebar  [class*="col-"] {
  width: 100%;
}
footer {
	background: #FFFFFF;
	min-height: 100px;
	color: #c6c6c6;
}
footer .panel {
	background: none;
	border: 0;
}

footer .panel .panel-heading {
  color: #3b3b3b;
  font-size: 16px;
  background: none;
  border: none;
}
footer .footer-top {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
footer .footer-top a {
  color: #c83a3a;
}
footer .footer-center {
  padding-top: 30px;
  padding-bottom: 15px;
}
footer .footer-center .box-heading span span {
  color: #3B3B3B;
}
footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 15px;
}
footer h3.panel-title {
	color: #c6c6c6;
}
footer .panel a {
  text-decoration: none;
  color: #c6c6c6;
}
footer .panel a:hover {
  color: #c6c6c6;
}
footer .panel ul li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-top: 0;
  overflow: hidden;
}
footer .panel ul li a {
  background: none;
  padding-left: 0;
  text-transform: none;
}
#powered {
  clear: both;
  background: #292929;
  padding: 30px 0;
  color: #FFFFFF;
}
#powered a {
  color: #7db641;
}
#powered a:hover {
  color: #c83a3a;
}
.banner div {
  text-align: center;
  width: 100%;
  display: none;
}
.banner div img {
  margin-bottom: 20px;
}


.sidebar .panel {
	border: 0;
}

.sidebar .panel .panel-heading {
  background: #b39770;
  border: none;
  border-radius: 0;
}
.sidebar .panel .panel-heading h3 {
  color: #FFFFFF;
}

.sidebar .panel .panel-body {
  background: #eee;
}


#language {
  line-height: 1.428571429;
}
#language img {
  cursor: pointer;
  margin-right: 5px;
  margin-left: 5px;
}
#cart {
  position: relative;
  z-index: 1003;
  width: auto;
}
#cart .content {
  background: #FFFFFF;
  clear: both;
  display: none;
  min-height: 150px;
  min-width: 300px;
  padding: 8px;
  position: absolute;
  right: 0;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  box-shadow: 0px 2px 2px #e7e7e7;
  z-index: 20;
}
#cart .heading {
  z-index: 1;
}
#cart .heading a {
  text-decoration: none;
}

#cart .heading h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 15px;
}

#cart.active .content {
  display: block;
}
#cart .checkout {
  text-align: right;
  clear: both;
}
#cart .empty {
  padding-top: 50px;
  text-align: center;
}
.mini-cart-total {
  text-align: right;
}
.mini-cart-total td {
  color: #000;
  padding: 4px;
}
.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  margin-bottom: 5px;
}
.mini-cart-info .quantity {
  text-align: right;
}
.mini-cart-info .name small {
  color: #666;
}
.mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 10px 5px;
  border-bottom: 1px solid #ddd;
}
.mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
.mini-cart-info .image {
  width: 1px;
}
.mini-cart-info .image img {
  border: 1px solid #ddd;
  text-align: left;
}
.mini-cart-info .remove {
  text-align: right;
}
.mini-cart-info .remove img {
  cursor: pointer;
}
.mini-cart-info td.total {
  text-align: right;
  color: #c83a3a;
  font-weight: bold;
}
.product-block {
  overflow: hidden;
  border: 1px solid transparent;
  padding: 10px;
}
.product-block:hover {
  border: 1px solid #e7e7e7;
}
.product-strip:hover .image .img:after,
.product-block:hover .image .img:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-strip:hover .product-zoom,
.product-block:hover .product-zoom {
  opacity: 1;
  filter: alpha(opacity=100);
  height: 43px;
  line-height: 43px;
  width: 43px;
  font-size: 14px;
}
.product-block .product-meta {
  position: relative;
}
.product-block .description {
  margin-bottom: 10px;
  display: none;
}
.product-block .name {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}
.product-block .image {
	display: block;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 10px;
	text-align: center;
}

.product-strip .image .img:after,
.product-block .image .img:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: rgba(255,255,255,0.55);
  height: 100%;
  opacity: 0;
  width: 100%;
  z-index: 5;
  text-align: left;
}
.product-strip .product-label-special,
.product-block .product-label-special {
  background: #c83a3a;
  font-size: 12px;
  width: 46px;
  height: 46px;
  top: 10px;
  right: 10px;
  display: block;
  position: absolute;
  border-radius: 23px;
  text-transform: uppercase;
  line-height: 46px;
  padding: 0;
  font-weight: normal;
}
.product-strip .product-label-special:before,
.product-block .product-label-special:before {
  border-bottom: 7px solid #c83a3a;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  width: 7px;
  height: 7px;
  bottom: 2px;
  left: 0px;
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
}
.product-strip .product-zoom,
.product-block .product-zoom {
  border-radius: 25px;
  top: 38%;
  left: 38%;
  height: 0;
  line-height: 8px;
  width: 0;
  position: absolute;
  display: inline-block;
  text-align: center;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #7db641;
  color: #FFFFFF;
  font-size: 0;
}
.product-strip .product-zoom:hover,
.product-block .product-zoom:hover {
  color: #FFFFFF;
}
.product-strip .product-zoom:after,
.product-block .product-zoom:after {
  left: 0;
  padding: 0;
  top: 0;
  border-radius: 50%;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.product-block h3 {
	line-height: normal;
}

.sidebar .product-block {
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #fff;
}
.sidebar .product-block .product-meta {
  position: inherit;
}
.sidebar .product-block .image {
  float: left;
  margin-right: 10px;
  border-bottom: none;
  padding-bottom: 0;
}
.sidebar .product-block .cart {
  display: none;
}
.sidebar .product-block .name {
  max-height: 40px;
  overflow: hidden;
}
.sidebar .product-block .product-label-special {
  font-size: 9px;
  width: 35px;
  height: 35px;
  top: -10px;
  right: -10px;
  border-radius: 20px;
  text-transform: none;
  line-height: 35px;
}

#colorbox *:before,
#colorbox *:after {
  box-sizing: inherit;
}
.zoomContainer .zoomLens {
  border-color: #999999 !important;
}
.zoomContainer .zoomWindow {
  border: 4px solid #e7e7e7 !important;
}

#content h1 {
  margin-top: 0;
  border-bottom: 2px solid #e7e7e7;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
#content h1:after {
  border-bottom: 2px solid #7db641;
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 10%;
}
.product-list .product-block {
  padding: 0;
}
.product-list .product-block:hover {
  border: 1px solid transparent;
}
.product-list:hover .product-meta .compare {
  right: 0;
}
.product-list .cart {
  margin-bottom: 3px;
}
.product-list .name {
  margin-bottom: 3px;
}
.product-list .name a {
  font-weight: bold;
  text-decoration: none;
}
.product-list .image {
  float: left;
  margin-right: 10px;
  padding-bottom: 0;
  border-bottom: 2px solid transparent;
}
.product-list .image img {
  padding: 3px;
  border: 1px solid #e7e7e7;
  width: 100%;
}
.product-list .description {
  display: block;
}
.product-list .right {
  float: right;
  margin-left: 15px;
}
.product-list > div {
  margin-bottom: 15px;
}
.product-list > div + div {
  border-top: 1px solid ;
  padding-top: 10px;
}
.product-grid {
  position: relative;
}
.product-info {
  margin-bottom: 20px;
}
.product-info .cart .links {
  display: inline-block;
  vertical-align: middle;
}
.product-info .cart div > span {
  color: #999;
}
.product-info > .left {
  float: left;
  margin-right: 15px;
}
.product-info > .left + .right {
  margin-left: 265px;
}
.product-info .image {
  border: 1px solid #e7e7e7;
  position: relative;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}
.product-label-special {
	color: white;
}
.product-info .product-label-special {
  background: #c83a3a;
  font-size: 12px;
  width: 41px;
  height: 41px;
  top: 10px;
  right: 10px;
  display: block;
  position: absolute;
  border-radius: 20px;
  text-transform: uppercase;
  line-height: 3.4285714296;
  padding: 0;
  font-weight: normal;
}
.product-info .product-label-special:before {
  border-bottom: 7px solid #c83a3a;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  width: 7px;
  height: 7px;
  bottom: 2px;
  left: 0px;
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 10;
}
.product-info .description {
  margin-bottom: 10px;
  line-height: 23px;
}
.product-info .description a {
  text-decoration: none;
}
.product-info .description span {
  font-weight: bold;
  padding-right: 10px;
}
.product-info .image-additional {
  clear: both;
  overflow: hidden;
  margin-bottom: 15px;
}
.product-info .image-additional a {
  margin: 5px !important;
  display: inline-block;
}
.product-info .image-additional img {
  border: 1px solid #e7e7e7;
}
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 10px;
}
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
.product-info .option-image img {
  margin-right: 10px;
  border: 1px solid #e7e7e7;
  cursor: pointer;
}
.product-info .option {
  margin-bottom: 10px;
}
.product-info .review {
  margin-bottom: 10px;
}
.product-info .review > div {
  line-height: 23px;
}
.product-info .share {
  margin-bottom: 10px;
  line-height: normal;
}
.product-info .share a {
  text-decoration: none;
}
.form-review .option {
  margin-bottom: 10px;
}
#related .carousel-controls {
  top: -50px;
}
#related .item {
  padding: 0 10px;
}
.attribute thead td,
.attribute thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
.attribute td {
  padding: 7px;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.attribute tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 20%;
}
.cart-info tbody .name,
.cart-info tbody .model,
.cart-info tbody .quantity {
  text-align: left;
}
.cart-info thead .name,
.cart-info thead .model,
.cart-info thead .quantity {
  text-align: left;
}
.cart-info tbody .quantity input[type='image'],
.cart-info tbody .quantity img {
  position: relative;
  top: 4px;
  cursor: pointer;
  border: none;
}
.cart-info tbody .price,
.cart-info tbody .total {
  text-align: right;
}
.cart-info thead td, .cart-info thead th, .cart-info tfoot td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #ddd;
}
.cart-info thead .image {
  text-align: center;
}
.cart-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.cart-info tbody .image {
  text-align: center;
}
.cart-info tbody .image img {
  border: 1px solid #ddd;
}
.cart-info tbody span.stock {
  color: #F00;
  font-weight: bold;
}
.cart-info td {
  padding: 5px;
}
.cart-info table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.cart-total {
  border-top: 1px solid #ddd;
  overflow: auto;
  padding-top: 8px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.cart-total td {
  padding: 3px;
  text-align: right;
}
.cart-total table {
  float: right;
}
.cart-info thead .price,
.cart-info thead .total {
  text-align: right;
}
#content .content {
  margin: 10px 0;
}
#pav-mainnav {
  position: relative;
}
#pav-mainnav .dropdown:hover > .dropdown-menu {
  display: block;
}
#pav-mainnav .navbar {
  border: none;
}
#pav-mainnav .navbar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
#pav-mainnav .navbar ul.nav  > li:hover > a {
  background: none;
  background-color: #c83a3a \9;
}
#pav-mainnav .navbar ul.nav > li  > a {
  text-transform: uppercase;
  font-size: 15px;
  z-index: 0;
  overflow: hidden;
}


#pav-mainnav .navbar-inverse .navbar-nav > .open > a {
  background-color: #c83a3a;
}
.pav-megamenu .dropdown-menu > .dropdown-menu-inner {
  padding: 10px;
}
.pav-megamenu .mega-group .caret {
  display: none;
}
.pav-megamenu .mega-group > .dropdown-toggle {
  display: block;
  font-weight: bold;
  padding: 6px 5px;
  text-transform: uppercase;
  border-bottom: solid 1px #E5E5E5;
}
.pav-megamenu .mega-group .dropdown-mega .mega-col-inner > ul > li a {
  margin-left: 6px;
}
.pav-megamenu .mega-col .mega-col-inner > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.pav-megamenu .mega-col .mega-col-inner > ul > li {
  list-style: none;
  margin-left: 0;
}
.pav-megamenu .mega-col .mega-col-inner > ul > li > a {
  clear: both;
  color: #555555;
  display: block;
  line-height: 20px;
}
.pav-megamenu .dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.pav-megamenu .dropdown-submenu > .dropdown-menu {
  border-radius: 0 6px 6px 6px;
  left: 100%;
  margin-left: -6px;
  margin-top: -6px;
  top: 0;
}
.pav-megamenu .cols2 {
  width: 420px;
}
.pav-megamenu .cols3 {
  width: 620px;
}
.pav-megamenu .cols4 {
  width: 820px;
}
.iconbox {
  color: #FFFFFF;
  display: block;
  float: left;
  height: 26px;
  width: 26px;
  line-height: 26px;
  text-align: center;
  margin-right: 8px;
  font-size: 15px;
  background: #a1ce00;
}
.iconbox i {
  padding-left: 3px;
}
.newsletter .navbar-form {
  padding: 0;
}
#mainmenutop .navbar-toggle {
  float: left;
}
html,
body {
  min-height: 100%;
}
@media only screen and (max-width: 1200px) {
  .gallery a {
    width: auto !important;
  }
}
@media only screen and (max-width: 990px) {
  #logo {
    text-align: center;
  }
  .navbar-inverse .navbar-toggle {
    display: block;
    float: none;
    width: 45px;
    height: 35px;
    background-color: #997747;
    border-color: #997747;
    margin-left: 10px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #9a8362;
  }
}
@media only screen and (max-width: 749px) {
  #logo {
    display: block !important;
    margin-left: 35%;
    margin-top: 35px;
    text-align: left;
  }
  #cart {
    display: block !important;
    margin-bottom: 20px;
    width: 190px;
  }
  table.pav-shop-cart td,
  table.pav-shop-cart th {
    border-right: 0 none;
    display: block !important;
    float: none !important;
    text-align: left !important;
    width: auto !important;
  }
  table.pav-shop-cart tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    width: 50%;
  }
  table.pav-shop-cart tr td {
    text-align: right;
    display: block;
    min-height: 20px;
    border-left: none;
    background: none;
  }
  table.pav-shop-cart thead {
    display: none;
  }

  #search input {
    width: 200px;
  }
  #cart {
    margin-left: 35%;
  }
}
@media only screen and (max-width: 480px) {
  #logo,
  #cart {
    margin-left: 20%;
  }
}
@media only screen and (max-width: 320px) {
  #logo,
  #cart {
    margin-left: 19%;
  }
}



body {
  font-family: "robotoslab", serif;
  color: #52514d;
  background-color: #fff;
}

/* Logopalkin muokkaus pienille näytöille */
@media (max-width: 992px){
	.header-hidden {
		display: none !important;
	}
	#header-main .header-wrap > div {
		height: 100% !important;
	}
}

#shipping_methods td, #payment_methods td, #outlets td {
	padding: 3px;
}

/* Ilmoitukset */
.msg,
.errormsg
{
  padding: 10px 10px 10px 33px;
  margin-bottom: 15px;
  color: #555555;
  border-radius: 5px;
}
.msg {
  background-color: #EAF7D9;
  border: 1px solid #BBDF8D;
  border-radius: 5px;
}
.errormsg {
  background-color: #FFD1D1;
  border: 1px solid #F8ACAC;
}


/* Oletuslinkit */
a {
	color: #3e3d39;
}

/* Kieliliput */
.language > a {
	margin-right: 5px;
}
/* Viimeinen kielilippu */
.language > a:last-child {
	margin-right: 0px;
}
/* Kieliliput pudotusvalikko */
.dropdown-menu.flag {
	left: -10px;
	min-width: 20px;
}

/* Pienen näytön yläpalkin painikkeet */
.mobile-menu .dropdown-menu {
	z-index: 1022;
}

/* Pienen menun aukaisupainike */
.xs-menu-btn {
	font-size: 18px;
}

/* Yläpalkin nappulat */
div.topbar-buttons {
	position: relative; 
	display: inline-block;
}

/* Logon maksimileveys ja keskitys */
#shoplogo > a > img {
	max-width: 300px;
	margin: 0 auto !important;
}

/* Yläpalkin ostoskorin kehys */
.topbar-cart-container {
	position:absolute;
	width:100%;
	margin-top:-5px;
}

/* Ostoskori-teksti */
#cart .media-body.heading > h4 {
	visibility: hidden;
	line-height: 6px;
}


/* Ostoskori yhteensä */
#cart-total {
	color: #777777;
}

#cart {
	margin: 0 !important;
	width: auto;
}

#pav-mainnav .navbar {
	margin-bottom: 0px;
	border-radius: 0px;
}

#pav-mainnav .navbar-inverse {
	background: none;
}

#pav-mainnav .navbar-inverse .navbar-nav > li > a {
	color: #fff;
}

/* Hakulaatikko */
#search {
	position: relative !important;
	width: 100% !important;
	padding: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

/* Hakulaatikon input */
#search input {
	padding: 5px 30px 5px 10px;
	border: none;
	width: 250px;
	height: 30px;
	line-height: 30px;
	color: #dacbb7;
	background-color: #dacbb7;
	width: 100%;
	color: #9a8362;
	padding-right: 20px;
}

/* Hakulaatikon painike */
#search button {
	color: #FFFFFF;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 10px;
	width: 30px;
	border: 0;
}

/* Pienen näytön käyttäjän linkkien pudotuslistan painike */
.user-dropdown {
	height: 30px;
	margin-bottom: -4px;
	margin-top: -8px;
	border-radius: 4px;
}

/* Käyttäjän linkkien teksti */
.dropdown-menu .link-text{
	padding-left: 8px;	
}

/* Yhteystietokuvakkeiden fontin keskitys */
.iconbox {
	margin-left: -3px;
}

/* Vasemman valikon tuotelistauksen kuva-alueen koko */
#column-left .product-block > div.image {
	width: 80px;
	height: 95px;
}

/* Vasemman valikon tuotelistauksen kuvan maksimikoko */
#column-left .product-block > div.image > img {
	max-width: 80px;
	max-height: 95px;
}

/* Flexsliderin edellinen/seuraava elementti */
.flex-direction-nav a {
	padding-top: 10px;
}

/* Hintakentän loppuun väliä */
.price {
	font-size: 20px;
}
.price-old {
	font-size: 14px;
	text-decoration: line-through;
	color: #333;
}



/* Tuotekortin tuotevalinnat */
.options .form-control {
	width: 99%;
}

/* Tuotekortin määrävalinta */
.options .amount_select .form-control {
	display: inline-block;
	width: auto !important;
}

/* Tuotekortin määrävalinnan painike */
.options .amount_select .button {
	height: 29px;
	margin-left: 4px;
}

/* Tuotekortin tuotevalintojen pudotuslistat */
.product-info .options .variation_select select {
	margin-bottom: 8px;
}

/* Tuotekortin tuotevalintojen lisätiedot */
.product-info .options textarea {
	width: 100%;
}


@media (min-width: 768px){
	/* Tuotelistauksen tuotelaatikko */
	.product-grid .product-block {
		min-height: 360px;
	}

	/* Tuotelistauksen tuotekuva-alue */
	.product-grid .product-block .image {
		height: 160px;
		overflow: hidden;
	}

	/* Tuotelistauksen tuotekuvan maksimikorkeus */
	.product-grid .product-block .image img {
		max-height: 150px;
	}

	/* Tuotelistauksen tuotetiedot */
	.product-grid .product-block .product-meta {
		height: 150px;
		overflow: hidden;
	}
}

	/* Tuotelistauksen hinta-alue */
	.product-grid .product-block .product-meta.prices {
		height: 50px;
	}

	/* Tuotelistauksen hinta-alue */
	.product-grid .product-block .price {
		position: absolute;
		bottom: 0px;
		left: 0px;
	}

	/* Tuotelistauksen tuotekuvan lyhyt kuvaus */
	.product-block .description {
		display: block !important;
	}

	/* Tuotelistauksen osta-painike */
	.product-block .cart {
		position: absolute;
		bottom: 0px;
		right: 0px;
	}

/* Tuotteen lisäys ostoskoriin tuotelistauksesta */
.item_added {
	position: absolute;
	width: 100%;
	background-color:rgba(125,182,65,0.8);
	font-size: 140%;
	display: none;
	z-index: 9997;
	line-height: 300%;
	color: #fff;
	padding-left: 10px;
}
.item_added > .icon {
	display: inline-block;
	vertical-align: middle;
	font-size: 150%;
	margin-right: 10px;
}
.item_added > .message {
	display: inline-block;
	vertical-align: middle;
}

/* Ostoskorin poistokuvake */
a.delete > span {
	font-size: 140%;
}

/* Muokattavan ostoskorin solu */
table.pav-shop-cart tr td {
	min-height: 28px;
}

@media only screen and (max-width: 749px) {
	table.pav-shop-cart > tbody > tr:nth-child(odd) > td,
	table.pav-shop-cart > tbody > tr:nth-child(odd) > th {
	  background-color: #f9f9f9;
	}
}


/* Etusivun tuotekaruselli */
.box.productcarousel .box-heading {
	padding: 8px 0px !important;
}




/* Mobiilivalikoiden piilotus ennen näyttöä */
#mobile-menu-products:not( .mm-menu ) {
   display: none;
}
#mobile-menu-pages:not( .mm-menu ) {
   display: none;
}

/* Mobiilikäytön ylävalikon napit */
.mobile-menu-close {
	font-weight: bold;
	display: block;
	color: #FEFEFE;
}

.mobile-menu-close:hover {
	color: #CAD1E3;
}

#flag-dropdown {
	background: none !important;
	border: none !important;
}

#flag-dropdown .caret {
	border-top-color: #FFFFFF !important;
	border-bottom-color: #FFFFFF !important;
}
#cart .fa-shopping-cart {
	color: white;
	background: #a1ce00;
	font-size: 23px;
	border-radius: 23px;
	height: 46px;
	width: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
}

div.stardiv {
	padding-bottom: 10px;
}
div.stardiv > a.fa-star {
	color: #a1a1a1;
}
div.stardiv > a.fa-star.active {
	color: #ff9f02 !important;
}
div.stardiv a.fa-star {
	font-size: 30px;
	padding-left: 5px;
	padding-right: 5px;
}

div.rating {
	padding-top: 15px;
}

div.rating .fa-star {
	color: #ff9f02;
	font-size: 120%;
	margin: 5px;
	margin-left: 0px;
}


div.rating blockquote {
	padding: 0;
	padding-bottom: 30px;
	border: 0;
	border-bottom: 1px solid #dddddd;
	font-size: 100%;
}

.product-strip {
	margin-top: 15px;
}

@media (min-width: 768px) {
	.product-strip .product-meta {
		min-height: 160px;
	}
}

div.klarna {
	padding-top: 10px;
	padding-bottom: 10px;
}

.product-block {
	margin-top: 15px;
}


footer .panel-body > ul {
	padding-left: 0;
}

.sidebar .panel .panel-heading h3.panel-title {
	position: relative;
}

.sidebar .panel .panel-heading h3.panel-title::before {
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 24px 0 0;
	border-color: #ff4fa2 transparent transparent transparent;
	position: absolute;
	left: -15px;
	top: -10px;
}

.cd-top {
	font-size: 12px;
}

aside {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.no-gutter > [class*='col-'] {
	padding-right:0;
	padding-left:0;
}
