/* Custom style for [asiakas] */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 15px;
  background-color: #013638;
}
img {
  max-width: 100%;
  height: auto;
}
a,
a > img,
button,
input,
select,
textarea,
.btn {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
a:hover,
a > img:hover,
button:hover,
input:hover,
select:hover,
textarea:hover,
.btn:hover,
a:active,
a > img:active,
button:active,
input:active,
select:active,
textarea:active,
.btn:active,
a:focus,
a > img:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
.btn:focus {
  outline: 0;
}
a > img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
iframe {
  max-width: 100%;
}
.align-center {
  text-align: center;
}
.clear {
  clear: both;
}
.float-right {
  float: right;
}
.btn,
.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #FFFFFF;
  background-color: #9ed800;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  padding: 10px 40px;
  margin-bottom: 15px;
}
.btn:hover,
.btn-primary:hover,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
.btn:active,
.btn-primary:active,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
.btn:focus,
.btn-primary:focus,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus {
  background-color: #16b5c5;
  color: #FFFFFF;
}
.btn.btn-code,
.btn-primary.btn-code,
.btn-primary.disabled.btn-code,
.btn-primary[disabled].btn-code {
  margin-bottom: 0;
  padding: 7px 40px;
}
.btn.btn-turquoise,
.btn-primary.btn-turquoise,
.btn-primary.disabled.btn-turquoise,
.btn-primary[disabled].btn-turquoise {
  background-color: #16b5c5;
}
.btn.btn-turquoise:hover,
.btn-primary.btn-turquoise:hover,
.btn-primary.disabled.btn-turquoise:hover,
.btn-primary[disabled].btn-turquoise:hover,
.btn.btn-turquoise:active,
.btn-primary.btn-turquoise:active,
.btn-primary.disabled.btn-turquoise:active,
.btn-primary[disabled].btn-turquoise:active,
.btn.btn-turquoise:focus,
.btn-primary.btn-turquoise:focus,
.btn-primary.disabled.btn-turquoise:focus,
.btn-primary[disabled].btn-turquoise:focus {
  opacity: 0.8;
}
.form-control {
  border-color: #cde0e2;
  border-radius: 0;
}
.breadcrumb {
  text-align: center;
  background-color: transparent;
  border-radius: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
  color: #9ed800;
}
h1,
.h1 {
  font-size: 30px;
  text-transform: uppercase;
}
h2,
.h2 {
  font-size: 25px;
  text-transform: uppercase;
}
h3,
.h3 {
  font-size: 20px;
  text-transform: uppercase;
}
h4,
.h4 {
  font-size: 18px;
}
a {
  color: #16b5c5;
  font-weight: bold;
}
a:hover,
a:active {
  color: #16b5c5;
}
.navbar-inverse {
  background-color: #FFFFFF;
  border: 0;
  margin-bottom: 0;
}
.navbar-inverse .navbar-collapse {
  text-align: center;
  border: 0;
}
@media screen and (max-width: 767px) {
  .navbar-inverse .navbar-collapse {
    text-align: left;
  }
}
.navbar-inverse .navbar-collapse .navbar-nav {
  display: inline-block;
  float: none;
  margin-bottom: -5px;
}
.navbar-inverse .navbar-collapse .navbar-nav li a {
  color: #16b5c5;
  text-transform: uppercase;
}
.navbar-inverse .navbar-collapse .navbar-nav li a:hover,
.navbar-inverse .navbar-collapse .navbar-nav li a:focus {
  color: #10cfe2;
}
.navbar-inverse .navbar-collapse .navbar-nav .active a {
  background-color: #16b5c5;
  color: #FFFFFF;
}
.navbar-inverse .navbar-collapse .navbar-nav .active a:hover,
.navbar-inverse .navbar-collapse .navbar-nav .active a:focus {
  color: #FFFFFF;
}
.navbar-inverse .navbar-collapse .navbar-nav .open a {
  color: #FFFFFF;
  background-color: #16b5c5;
}
.navbar-inverse .navbar-collapse .navbar-nav .open a:focus,
.navbar-inverse .navbar-collapse .navbar-nav .open a:hover {
  color: #FFFFFF;
  background-color: #16b5c5;
}
.navbar-inverse .navbar-collapse .navbar-nav .open .dropdown-menu {
  background: rgba(22, 181, 197, 0.8);
  color: #FFFFFF;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  font-weight: bold;
}
.navbar-inverse .navbar-collapse .navbar-nav .open .dropdown-menu li a {
  background-color: transparent;
  color: #FFFFFF;
}
.navbar-inverse .navbar-collapse .navbar-nav .open .dropdown-menu li a:hover,
.navbar-inverse .navbar-collapse .navbar-nav .open .dropdown-menu li a:focus {
  background-color: #10cfe2;
}
.navbar-inverse .navbar-collapse .navbar-nav .open .dropdown-menu li.active a {
  background-color: #9ed800;
}
.navbar-inverse .navbar-collapse .navbar-nav .badge {
  background-color: #9ed800;
  padding: 5px 10px;
}
@media screen and (min-width: 767px) {
  .navbar-inverse .navbar-collapse .navbar-right {
    top: 10px;
    right: 50px;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .navbar-inverse .navbar-collapse .navbar-nav {
    padding-left: 10px;
    width: 100%;
  }
  .navbar-inverse .navbar-collapse .navbar-right {
    float: none;
    clear: both;
    width: 100%;
  }
  .navbar-inverse .navbar-collapse .navbar-right .pull-right {
    float: none !important;
  }
}
.navbar-inverse .navbar-toggle {
  border: 0;
  border-radius: 0;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #006e72;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #e8f5f6;
}
@media screen and (min-width: 767px) {
  .navbar-brand {
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .navbar-brand {
    padding: 6px 10px;
  }
}
.logo {
  margin: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .logo {
    max-height: 40px;
  }
}
.discount-product {
  border: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 0;
  background-image: url("../img/discount.png");
  background-repeat: no-repeat;
  height: 84px;
  width: 84px;
  z-index: 10;
}
.new-product {
  border: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 0;
  background-image: url("../img/new.png");
  background-repeat: no-repeat;
  height: 84px;
  width: 84px;
  z-index: 10;
}
.lead {
  font-size: 15px;
  font-weight: 700;
}
.content {
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-color: #FFFFFF;
  background-attachment: fixed;
  padding: 50px 0;
}
.content .white-bg {
  background-color: #FFFFFF;
  padding: 50px 0;
  min-height: 700px;
}
@media screen and (max-width: 992px) {
  .content .white-bg {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .content.firstpage .white-bg {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .content.firstpage .white-bg {
    background-image: url(../img/kukkatytto.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.content.firstpage .white-bg .bg-girl {
  margin-top: -50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .content.firstpage .white-bg .bg-girl {
    margin-top: -10px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .content.firstpage .white-bg .bg-girl {
    display: none;
  }
}
.content.firstpage .white-bg .slider-img {
  margin-right: 20px;
  height: 400px;
}
.content.firstpage .white-bg .slider-img img {
  max-height: 400px;
  max-width: 100%;
  margin: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .content.firstpage .white-bg .slider-img {
    display: none;
  }
}
.content.product-page .white-bg {
  padding-top: 15px;
}
.content.category .white-bg {
  padding: 0 0 20px 25px;
  min-height: 0;
}
.numbers {
  position: relative;
  margin-bottom: 10px;
}
.numbers .qty {
  text-align: center;
  width: 50%;
  height: 45px;
  border: 2px solid #9ed800;
  background: #FFFFFF;
  border-right: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.numbers .qty:focus {
  outline: none;
}
.numbers .qtyplus,
.numbers .qtyminus {
  width: 50%;
  height: 23px;
  position: absolute;
  border: 2px solid #9ed800;
  color: #FFFFFF;
  background-color: #9ed800;
  font-weight: 500;
  line-height: 0.5;
  font-size: 21px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.numbers .qtyplus:hover,
.numbers .qtyminus:hover {
  color: #9ed800;
  background-color: #FFFFFF;
}
.numbers .qtyplus:focus,
.numbers .qtyminus:focus {
  outline: none;
}
.numbers .qtyplus {
  top: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-bottom: 1px solid #FFFFFF !important;
}
.numbers .qtyplus:hover {
  border-color: #9ed800 !important;
}
.numbers .qtyminus {
  bottom: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-top: 1px solid #FFFFFF !important;
}
.numbers .qtyminus:hover {
  border-color: #9ed800 !important;
}
.product-page .ean-img {
  margin-bottom: 20px;
}
.product-page .selection-product {
  text-transform: uppercase;
  font-weight: 700;
  clear: both;
  margin-left: 15px;
}
@media screen and (min-width: 1200px) {
  .product-page .selection-product {
    float: right;
    clear: none;
  }
}
.product-page .selection-product .glyphicon {
  color: #16b5c5;
  font-size: 25px;
  top: 6px;
}
.product-page .btn {
  padding: 10px 20px;
  height: 45px;
}
.product-page h3.original_price {
  font-size: 30px;
  color: #000000;
}
.product-page h3.discount_price {
  color: #973535;
  font-size: 30px;
}
.product-page h5.original_price {
  color: #999;
  text-decoration: line-through;
  font-size: 20px;
  margin-left: 5px;
}
.category {
  padding-bottom: 0;
}
.category .selection-products {
  float: right;
  margin-top: 20px;
  margin-right: 25px;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .category .selection-products {
    float: left;
  }
}
.category .selection-products .selection-product {
  border: 0;
  background: transparent;
}
.category .selection-products .selection-product:before {
  position: relative;
  top: 4px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  background-color: #16b5c5;
  height: 20px;
  padding-top: 3px;
  color: #FFFFFF;
  width: 20px;
  content: " ";
  margin-right: 8px;
}
.category .selection-products .selection-product.all:before {
  background-color: #bad6d9;
}
.category .selection-products .selection-product.active:before {
  content: "\e014";
  top: 1px;
}
.category .category-sort {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .category .category-sort {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
.category .category-sort .btn-sort {
  padding: 5px 15px;
  margin-bottom: 5px;
  margin-right: 10px;
  font-size: 13px;
  background-color: #e8f5f6;
  color: #006e72;
}
.category .category-sort .btn-sort:hover,
.category .category-sort .btn-sort:focus,
.category .category-sort .btn-sort.active {
  background-color: #9ed800;
  color: #FFFFFF;
}
.login-fp .selection-products {
  margin-right: 0;
}
.product-category {
  padding-top: 30px;
}
@media screen and (max-width: 450px) {
  .product-category .product {
    width: 100%;
  }
}
.product-category .product .product-info {
  background-color: #FFFFFF;
  margin-bottom: 30px;
}
.product-category .product .product-info .img-area {
  height: 200px;
  padding: 20px;
}
.product-category .product .product-info .img-area img {
  max-height: 200px;
  margin: auto;
  display: block;
}
.product-category .product .product-info .product-text {
  padding: 20px;
  font-size: 13px;
}
@media screen and (min-width: 450px) {
  .product-category .product .product-info .product-text {
    min-height: 480px;
  }
}
@media screen and (min-width: 480px) {
  .product-category .product .product-info .product-text {
    min-height: 405px;
  }
}
@media screen and (min-width: 1200px) {
  .product-category .product .product-info .product-text {
    min-height: 385px;
  }
}
.product-category .product .product-info .product-text h4 a {
  font-size: 14px;
  color: #000000;
  margin-bottom: 5px;
}
.product-category .product .product-info .product-text h4 a:hover,
.product-category .product .product-info .product-text h4 a:focus {
  text-decoration: none;
}
.product-category .product .product-info .product-text .selection-product {
  color: #16b5c5;
}
.product-category .product .product-info .price {
  padding-top: 5px;
  text-align: center;
}
.product-category .product .product-info .price .product-price {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
}
.product-category .product .product-info .price.discount .discount-price {
  color: #973535;
  font-size: 30px;
  font-weight: 700;
}
.product-category .product .product-info .price.discount .product-price {
  color: #999;
  text-decoration: line-through;
  font-size: 20px;
}
.product-category .numbers {
  position: relative;
  margin-bottom: 10px;
}
.product-category .numbers .qty {
  text-align: center;
  width: 60%;
  height: 30px;
  border: 2px solid #9ed800;
  background: #FFFFFF;
  border-right: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.product-category .numbers .qty:focus {
  outline: none;
}
.product-category .numbers .qtyplus,
.product-category .numbers .qtyminus {
  width: 40%;
  height: 16px;
  position: absolute;
  border: 1px solid #9ed800;
  color: #FFFFFF;
  background-color: #9ed800;
  font-weight: 500;
  line-height: 0.5;
  font-size: 12px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.product-category .numbers .qtyplus:hover,
.product-category .numbers .qtyminus:hover {
  color: #9ed800;
  background-color: #FFFFFF;
}
.product-category .numbers .qtyplus:focus,
.product-category .numbers .qtyminus:focus {
  outline: none;
}
.product-category .numbers .qtyplus {
  top: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-bottom: 1px solid #FFFFFF !important;
}
.product-category .numbers .qtyplus:hover {
  border-color: #9ed800 !important;
}
.product-category .numbers .qtyminus {
  bottom: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-top: 1px solid #FFFFFF !important;
}
.product-category .numbers .qtyminus:hover {
  border-color: #9ed800 !important;
}
.product-category .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
}
.cart .table-bordered {
  border: 0;
}
.cart .table-bordered tbody tr {
  background-color: #e8f5f6;
}
.cart .table-bordered tbody tr td,
.cart .table-bordered tbody tr th {
  border: 0;
}
.cart .table-bordered tbody th {
  text-transform: uppercase;
}
.cart .table-bordered tbody td {
  vertical-align: middle;
}
.cart .table-bordered tbody td .numbers {
  margin-bottom: 0;
}
.cart .table-bordered tbody td a .glyphicon {
  color: #9ed800;
}
.cart .table-bordered tbody td a .glyphicon:hover {
  color: #16b5c5;
}
.cart .table-bordered tbody tr:nth-of-type(odd) {
  background-color: #FFFFFF;
}
.cart .numbers .qty {
  border-right: 2px solid #9ed800;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .cart .numbers .qty {
    border-right: 0;
    width: 50%;
  }
}
.cart .numbers .qtyplus,
.cart .numbers .qtyminus {
  display: none;
}
@media screen and (min-width: 1200px) {
  .cart .numbers .qtyplus,
  .cart .numbers .qtyminus {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .cart .container {
    padding: 20px;
  }
  .cart .btn.float-right {
    float: none;
  }
}
footer {
  background-color: #013638;
  color: #FFFFFF;
  padding: 20px 0;
}
footer a {
  color: #9ed800;
  font-weight: bold;
}
footer a:hover,
footer a:focus {
  color: #9ed800;
}
footer h4 {
  text-transform: uppercase;
  color: #FFFFFF;
}
footer .madeby {
  font-size: 13px;
  color: #006e72;
}
footer .madeby a {
  color: #006e72;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  footer h4,
  footer p {
    margin-top: 20px;
  }
  footer .madeby p {
    margin-top: 0;
  }
}
/*
// MEDIA QUERIES
@media screen and (max-width:@break-xs){}
@media screen and (max-width:@break-sm){}
@media screen and (max-width:@break-md){}
@media screen and (max-width:@break-lg){}

@media screen and (min-width:@break-xs){}
@media screen and (min-width:@break-sm){}
@media screen and (min-width:@break-md){}
@media screen and (min-width:@break-lg){}


@media screen and (min-width:@break-sm) and (max-width:@break-md){}
@media screen and (min-width:@break-md) and (max-width:@break-lg){}
*/
