body {
	font-family: 'Rubik', sans-serif !important;
	background-color: ;
	overflow-x: hidden;
}
/* Full-width navbar without position:fixed */
#navbar {
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	border-bottom: 1px solid #373434;
}
#header_logo{
	max-width: 170px;
}
#menu{
	background: url('/media/menu_bck.png') repeat top left;
}
.product_container{
	min-height: 450px;
	/*max-height: 450px;*/
	/*border:1px solid #f2f2f2;*/
	/*margin:10px;*/
	padding-bottom: 10px;
}
.product_container a{
	color:#332f3b;
}
.product_container_cart_recommend{
	min-height: 370px;
	max-height: 370px;
	/*border:1px solid #f2f2f2;*/
	margin:10px;
	padding-bottom: 10px;
}
.product_container_cart_recommend a{
	color:#332f3b;
}
.product_container_image {
	min-height: 320px;
	max-height: 320px;
	width: 100%;
	height: 320px;
  white-space: nowrap;

  margin: 1em 0;
}
.product_container_image img{
	/*max-height: 170px;*/
	max-height: 320px;
	max-width: 100%;
	vertical-align: middle;
}
.col-lg-20{
    width:20%;
}
@media (max-width: 767px) {
	.product_container_image {
		min-height: 100%;
		max-height: 100%;
		width: 100%;
		/*height: 170px;*/
       white-space: nowrap;

       margin: 0px;
   }
   .product_container_image img{
      max-height: 100%;

      max-width: 100%;
      vertical-align: middle;
  }
}
.product_container_oos {
	opacity: 0.4;
}
.product_container_name{
	font-size: 1.2em;
	max-height: 67px;
    overflow: hidden;
    min-height: 67px;
    text-align: left;
}

.top50 {
    top: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.header_search_input {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    border: none;
    border-radius: .25em;
    box-shadow: none;
    color: #131517;
    background-color: #f4f6f9 !important;
    /*background: #fff url(/media/search.png);*/
    background-repeat: no-repeat;
    background-position: right 1em center; 
    background-size: auto 2em;
    height: 3em !important;
    padding: 0.5em;
    width: 90%;
}
.header_search_input,.header_search_input::-webkit-input-placeholder {
	font-size: 14px !important;
}
.header_search_button_image {
	/*right: 11px;*/
	position: relative;
	width: 20px;
}
.header_search_button{
    top: 5px;
    z-index: 9999;
    cursor: pointer;
    position: relative;
}
.mobile_search{
	margin-bottom: 20px !important;
}

.header_button {
	float: left;
	padding: 0 1%;
	position: relative;
	text-align: center;
	border-radius: 2px;
	display: inline-block;
}
.header_bar{
	background-color:#a5d9cd;
	min-height: 2em;
	line-height: 2em;
	color:#494949;
}
.header_bar a{
	color: #494949 !important;
}
#login_submit {
    height: 45px;
    line-height: 45px;
    padding: 0 1%;
    position: relative;
    top: 20px;
    text-align: center;
    display: inline-block;
    color: white;
    background-color: #000;
    border: none;
}
.login_submit {
    height: 45px;
    line-height: 45px;
    padding: 0 1%;
    position: relative;
    top: 20px;
    text-align: center;
    display: inline-block;
    color: white;
    background-color: #000;
    border: none;
}
.header_cart_button {

}
.menu_login {
    font-size: 1.2rem;
    z-index: 9999;
    position: absolute;
    top: 63px;
    right: 510px;
    margin: 0;
    display: none;
    background-color: #fff;
    color: #000;
    width: 300px;
    border-radius: 5px;
    border: none;
    box-shadow: -1px 1px 130px 1px rgba(247,247,247,0.4);
}
.buy_button {
	background: -webkit-linear-gradient(#131517, #131517);
	background: -moz-linear-gradient(#131517, #131517);
	background: -o-linear-gradient(#131517, #131517);
	background: linear-gradient(#131517, #131517);
	height: 70px;
	line-height: 70px;
	width: 300px;
	color: white;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin: 4px 0 0 0;
	display: block;
	border-radius: 5px;
}
.buy_button_active {
	background: -webkit-linear-gradient(#a5d9cd, #a5d9cd) !important;
	background: -moz-linear-gradient(#a5d9cd, #a5d9cd) !important;
	background: -o-linear-gradient(#a5d9cd, #a5d9cd) !important;
	background: linear-gradient(#a5d9cd, #a5d9cd) !important;
	-webkit-transition: background 4s;
	transition: background 4s;
}
#product_price{
	font-size: 30px;
}
.product_pictures {
	width: 100%;
	padding: 0;
	margin: 20px 0 20px 0;
	display: inline-block;
}
.product_pictures_extra_container {
 width: 100%;
 float: left;
 margin: 0 auto;
 position: relative;
 padding-left: 5%;
 padding-right: 5%;
}
.product_picture_extra {
    /*width: 100%;*/
    margin: 0 0 2px 0;
    float: left;
    opacity: 0.3;
    cursor: pointer;
    text-align: center;
    padding-right: 10px;
}
.product_picture_extra_selected {
    opacity: 1;
}
.product_picture_extra_deselected {
    opacity: 0.3;
}
.product_picture_extra img {
    max-width: 100%;
    max-height: 100px;
    display: inline-block;
}
#product_main_picture {
	width: 100%;
	text-align: center;
	float: right;
	position: relative;
    padding-bottom: 20px;
}
.button_product_main_picture {
	position: absolute;
	top: 0;
	font-size: 3.0rem;
	padding: 2%;
	opacity: 0.15;
	cursor: pointer;
	height: 100%;
	min-width: 15%;
}
#button_product_main_picture_zoom {
	left: 300px;
	height: initial;
	background: none;
	width: 200px;
	padding: 0;
	top: 10px;
}
#button_product_main_picture_previous {
	left: 0px;
	text-align: left;
}
#button_product_main_picture_next {
	right: 0px;
	text-align: right;
}
.product_main_picture {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}
.product_main_picture img {
	max-width: 100%;
	max-height: 100%;
}

#samuplz img{
    position:fixed;
    margin:auto;
    width:64px;
    left:0;
    bottom:0;
    right:0;
    top:0;
}
#samuplz{
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    line-height:100%;
    z-index:9000;
    margin:0 auto;
    text-align:center;
    background:rgba(0,0,0,0.1);
    //cursor:wait;
}
/* Javascriptin kutsumat tyylitteluokat kun tuotekuva klikataan isoksi. */
.product_main_picture_img_max {
	max-height: 100% !important;
	height: initial !important;
	/*max-width: 100% !important;*/
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
}
.product_main_picture_max {
	width: 95% !important;
}
/*.product_pictures_extra_container_max {
	width: 4.5% !important;
    }*/
    .product_pictures_img_max {
     float: none !important;
     width: 100% !important;
 }
 .product_buy_selector_img_max {
     float: none !important;
     width: 100% !important;
     padding: 0 !important;
     margin: 0 auto 80px auto !important;
 }
 .product_buy_selector_left_img_max {
     width: 60% !important;
     float: left !important;
     padding-right: 10% !important;
 }
 .product_button_img_max {
     margin-top:10px !important;
     width: 100% !important;
     //max-width: 500px !important;
 }
 .product_main_picture_description {
     cursor: default;
     font-size: 1.4rem;
     font-style: italic;
     float: left;
     padding: 4px;
     text-align: center;
     width: 100%;
 }
/*
#buyamount {
 
	border: 2px solid #000;
    height: 34px;
    text-align-last: center;
    line-height: 34px;
    padding-left: 15px;
    width: 50px;
    border-radius: 5px;
}
*/
.cart_products_container {
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    /*border-bottom: 1px solid #f3f3f3;*/
    margin-bottom: 20px;
}
.cart_products_row {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-bottom: 35px;
}

.cart_products_table tr {
	border-bottom: #eee solid 1px;
}
.cart_products_table tr td {
	padding: 4px;
}
.cart_products_table tr th {
	padding: 4px;
	font-size: 1.2rem;
}
.cart_products_table{
	margin:0 auto;
	width: 100%;
}
.cart_select_option {
    border: 0px solid white;
    padding: 15px;
    min-height: 50px;
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
}
.cart_shipment_name {
    position: relative;
    float: left;
}
.cart_shipment_price {
    position: relative;
    float: right;   
}
.cart_select_option_selected {
    background-color: #a5d9cd;
    border:none;
}
.cart_payment_name {
    position: relative;
    /*float: left;*/
    text-align: center;
}
.cart_payment_price {
    position: relative;
    float: right;   
}
.cart_input_text{
	padding:15px;
	margin: 5px;
	width:100%;
	border-radius: 5px;
	border: 0px solid white;
}
#cart_giftcard_use_button{
	background: -webkit-linear-gradient(#131517, #131517);
	background: -moz-linear-gradient(#131517, #131517);
	background: -o-linear-gradient(#131517, #131517);
	background: linear-gradient(#131517, #131517);
	height: 40px;
	line-height: 40px;

	color: white !important;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	width: 100%;
}
#cart_giftcard_button{
	cursor: pointer;
}
#checkout_button{
	background: -webkit-linear-gradient(#1b1b1b, #1b1b1b);
	background: -moz-linear-gradient(#1b1b1b, #1b1b1b);
	background: -o-linear-gradient(#1b1b1b, #1b1b1b);
	background: linear-gradient(#1b1b1b, #1b1b1b);
	height: 60px;
	line-height: 60px;
	color: white !important;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	width: 250px;
	border:none;
	border-radius: 5px;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.category_sort_container {
    float: right;
    position: relative;
}
.bestsearch_hintaslider_container {
    padding: 0 10px 0 8px;
    clear: both;
}
#category_textfilter{
  /*margin-top:30px;*/
}
.category_textfilter input{
  width: 100%;
}
#category_priceslider{
 margin-top:30px; 
}
.product_container_price{
    font-weight: 400 !important;
    font-size: 18px;
    color:#000;
    text-align: left;
}
.product_container_price del{
	color: #000;
}

#product_price del{
	color:#000;
}
.product_container_discount_price{
    font-weight: 400 !important;
    color:#ff91af;
}
del{
	color:#000;
}
.typechosen{
    background-color: #c04731;
    /*background-color: #6d6d6d;*/
    color: white;
    overflow: auto;
}
.typefilter {
    background-color: #eee;
    padding: 1px 6px;
    margin: 1px;
    border-radius: 2px;
    text-transform: uppercase;
}
.typefiltercontainer{
    overflow: auto;
    float: left;
    cursor: pointer;
    padding:5px;
}
.selected_attributes{
    background-color: #131517;
    /*background-color: #6d6d6d;*/
    color: white;
    overflow: auto;   
}
.notify_box {
    background-color: #131517;
    width: 170px;
    padding: 10px;
    position: absolute;
    z-index: 99;
    color: white;
    text-align: center;
}

.notify_box_select {
    top: -40px;
    left: 0;
}

.notify_box_select div {
    height: 0;
    width: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #131517;
    position: absolute;
    bottom: -15px;
    left: 72px;
}

.notify_box_amount {
    top: 8px;
    left: -190px;
}

.notify_box_amount div {
    height: 0;
    width: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #131517;
    position: absolute;
    bottom: 12px;
    right: -15px;
}
.realred {
    color: #ff0000;
}
.checkout_bank {
    float: left;
    height: 170px;
    width: 20%;
    border: 1px solid #eee;
    margin: 0 -1px -1px 0;
    text-align: center;
    padding: 40px 2% 2% 2%;
    overflow-wrap: break-word;
    font-size: 1.2rem;
}
.checkout_bank input[type="image"] {
    max-width: 95%;
    max-height: 50px;
}
.account_container {
    padding: 10px 20px;
}
.account_personal_details {
    float: right;
    width: 25%;
    padding: 10px 0 0 30px;
    border-left: 1px solid #eee;
}
.account_personal_details input {
    width: 100%;
    height: 30px;
}
.account_order_history {
    width: 75%;
    padding: 10px 30px 40px 0;
}
.account_order_history table {
    font-size: 1.2rem;
    width: 100%;
}

.account_order_history table th, .account_order_history table td {
    padding: 8px 4px 8px 0;
}

.account_order_history table tr:nth-child(odd) {
    background-color: #eee;
}
.account_personal_details_block {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 40px;
}
#account_customer_editing {
    display: none;
}
#account_email_editing {
    display: none;
}
#account_password_editing {
    display: none;
}
.frontpage_topic {
	color:#131517;
	text-transform: none;
	padding-left: 20px;
}
.breadcrumbs {
	padding-top: 20px;
	padding-bottom: 20px;
}
.breadcrumbs a {
	color:#131517;
	font-size: 1em;
}
.navbar-shrink {
  min-height: 50px;
  background-color:#fff;
}
.navbar-shrink .menu_item{
  padding:0px;
}
.navbar-shrink .navbar-brand {
  /*padding:5px;*/
}
.navbar-shrink .navbar-brand img{
  height: 40px;
}
.navbar-shrink .navbar-nav > li > a {
  color:#373434;
}
.navbar-shrink .navbar-nav > li > a:hover,
.navbar-shrink .navbar-nav > li > a:focus {
  color: #e94b0b;
  background-color: transparent;
}
.contact_info_bar {
	font-size: 14px;
}
.header_brand {
    text-align: center;
    font-size: 30px;
    padding-top: 15px;
}
.product_container_cols {
    width: 34px;
    height: 34px;
    /*border: 2px solid #131517;*/
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    line-height: 22px;
    text-align: center;
}
.product_container_cols_selected {
    background-color: #e6e6e6;
}
.container_cols{
	cursor: pointer;
}
.product_size {
    height: 50px;
    float: left;
    border: 2px solid #131517;
    padding-left: 25px;
    padding-right: 25px;
    margin: 3px;
    line-height: 50px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
}
.selected_product_size {
	background-color: #000;
	color: #fff;
}
.product_color {
    height: 50px;
    float: left;
    border: 2px solid #131517;
    padding-left: 25px;
    padding-right: 25px;
    margin: 3px;
    line-height: 50px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
}
.product_color:hover{
	border: 1px solid #131517;
}
.selected_product_color {
	border: 1px solid #131517;
}
.product_size_color {
    height: 40px;
    float: left;
    border: 1px solid #131517;
    padding:3px;
    margin:3px;
    line-height: 35px;
    cursor: pointer;
    text-transform: uppercase;
}
.product_size_color:hover{
	border: 1px solid #131517;
}
.selected_product_size_color {
	border: 1px solid #131517;
}
/*
.product_variation_color_selector {
    border: 1px solid #000;
    height: 34px;
    text-align-last: center;
    line-height: 34px;
    background: url(/media/chevron-down.png) no-repeat 95% white;
}
.product_variation_selector {
    border: 1px solid #000;
    height: 34px;
    text-align-last: center;
    line-height: 34px;
    background: url(/media/chevron-down.png) no-repeat 95% white;
}
*/

.selectdiv:after {
  position: absolute;
  /*pointer-events: none;*/
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#product_sizes{
	width: 100%;
	float: left;
	position: relative;
}
/*
#product_variation_selector {
	width: 100%;
	float: left;
	position: relative;
}
*/
.promotion_container_image {
	/*padding:10px;
	margin:10px;*/
	width: 100%;
}
.promotion_container_text {
	font-size: 60px;
    color: #fff;
    top: 25%;
    position: absolute;
    /* width: 99vw; */
    margin: 0 auto;
    text-align: left;
    padding-left: 0px;
    display: flex;
}
.promotion_container_text a{
	color:#fff;
    border: 4px solid #fff;
    padding: 20px;
}

.promotion_text_container {
	width: 100%;
}
.promolink:hover {
	background-color: #131517;
	color:#fff;
}
.promotion_container_text_button {
	font-size: 16pt;
    color: #1b1b1b;
    bottom: 20%;
    position: absolute;
    width: 250px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    min-height: 50px;
    line-height: 50px;
    left: 30%;
}
@media (max-width: 767px) {
	#frontpage {
		/*padding-top: 170px;*/
	}
	.promotion_container_text {
		font-size: 30px;
	}
	.menu_login {
		width: 100%;
	}
}
.imghelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
/*.dropdown:hover .dropdown-menu {
    display: block !important; 
    margin-top: 0 !important;
    }*/
    hr {
      margin-bottom: 5px !important;
      margin-top: 5px !important;
  }
  .filter_chevron{
      font-size: 10px !important;
      vertical-align: middle !important;
      top: -1px;
  }
  #remove_giftcard_button {
     background: -webkit-linear-gradient(#131517, #131517);
     background: -moz-linear-gradient(#131517, #131517);
     background: -o-linear-gradient(#131517, #131517);
     background: linear-gradient(#131517, #131517);
     height: 40px;
     line-height: 40px;

     color: white !important;
     font-size: 1.2rem;
     font-weight: bold;
     text-align: center;
     cursor: pointer;
     padding-left: 10px;
     padding-right: 10px;
     display: block;
     width: 100%;
 }

 /* ========== lisäykset ========== */


 .color_primary {
    color: #131517;
}

/* layout */ 
.header_brand_logo {
    opacity: .95;
    height: 100px;
}

.big_promo {
    padding-top:255px;
    /*max-height: 730px;*/
    overflow:hidden;
}

.footer {
    padding-top:50px;
    background-color: #bee6df;
}

.uppercase {
    text-transform: uppercase;
    color:#131517;
} 

.footer_final_credits {
    text-transform: uppercase;
    font-size: 12px;
    padding-top:50px;
    padding-bottom: 20px;
}

.figure_wrapper {
    padding-left:10px;
    padding-right: 10px;
    float:left;position:relative;
}

.basic_button{
    border: 2px solid #000;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 1.5em;
    height: 48px;
    line-height: 45px;
    width: 200px;
    margin:0 auto;
    margin-bottom: 40px;
}

.product_container_image > img {
    display: inline;
}

/* category */ 

.filter_adjust {
    width:100%;
    padding:5px;
    float:left;
    position:relative;
}

.category_container {
    padding-top:260px;
}

.category_container > .breadcrumbs {
    padding-left: 15px;
}

#bs-example-navbar-collapse-1 {
    padding-top: 20px;
}

.padding_bot_20 {
    padding-bottom: 20px;
}

.margin_bot_20 {
    margin-bottom: 20px;
}

/* order + product */ 

.page_container {
    padding-top: 20px;
}

/* product */ 

.oos_container {
    display:none; padding-top:10px;
}

/* menu */ 
.color_menu_a {
    color: #343737;
}
.color_menu_li {
    color: #fff;
}

/* cart */ 
.cart_img {
    height:40px;
}


/* navbar autocollapse */ 

#navbar.collapsed .navbar-header {
    float: none;
}
#navbar.collapsed .navbar-left,.navbar-right {
    float: none !important;
}
#navbar.collapsed .navbar-toggle {
    display: block;
}       
#navbar.collapsed .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}       
#navbar.collapsed .navbar-collapse.collapse {
    display:none!important;
}
#navbar.collapsed .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
}
#navbar.collapsed .navbar-nav>li {
    float: none;
}
#navbar.collapsed .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
#navbar.collapsed .collapse.in{
    display:block !important;
}

.show {
    display: block !important;
}

.header_button {
    padding-left: 20px !important;
}


.product_buy_selector .wishlist_button {
    border: 0;
    height: 80px;
    line-height: 50px;
    color: #333;    
    font-weight: normal;
}
.returns_button{
    background: -webkit-linear-gradient(#E7745D, #b74a33);
    background: -moz-linear-gradient(#E7745D, #b74a33);
    background: -o-linear-gradient(#E7745D, #b74a33);
    background: linear-gradient(#E7745D, #b74a33);
    height: 70px;
    width: 100%;
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    padding: 25px;
    cursor: pointer;
    margin: 0 0 14px 0;
    display: inline-block;
    border-radius: 4px;
    border: 0;
    border-bottom: 1px solid black;
}

/* Banner container test: Yksi iso vasemmalla ja neljä pientä oikealla sivulla */ 

.promotion_container_2 {
    width:100%;
    float: left;
    position: relative;
}
.promotion_container2_image {
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    display: block;
    object-fit: cover;
}
.promotion_container2_text {
    font-size: 60px;
    color:#fff;
    top:25%;
    position: absolute;
    width: 99vw;
    margin:0 auto;
    text-align: center;
}
.promotion_container2_text a{
    color:#fff;
    border: 4px solid #fff;
    padding: 20px;
}
.product_bulk_container {
	border: 1px solid #131517;
	padding:5px;
	float: left;
	margin-top:25px;
	margin-bottom:25px;
}
.socialite_logins a {
	color:#fff;
}
.bonus_counter {
	height: 30px;
	/*border-radius: 5px;*/
	width: 98%;
	max-width: 98%;
	/*background-color: #7017ae;*/
	/*text-align: right;*/
}
.bonus_paw{
	position: relative;
	top: -47px;
    right: -10px;
}
.ui-widget-header{
	background: #7017ae !important;
	border: 0px !important;
}
.ui-progressbar .ui-progressbar-value{
	margin:0px !important;
}
.ui-widget-content{
	border: 0px !important;
	background: #f5f5f5 !important;
}
.nopadd {
	padding: 0px !important;
}
.description {
    padding: 0px !important;
}

/* shopping cart ikoni aina samalla rivillä */ 

.glyphicon-shopping-cart {
    padding-right: 10px !important;
}
.quicksand{
	font-family: 'Quicksand', sans-serif !important;
}
.quicksand-bold{
	font-family: 'Quicksand', sans-serif !important;
	font-weight: 700 !important;
}
.quicksand-medium{
	font-family: 'Quicksand', sans-serif !important;
	font-weight: 500 !important;
}
.floatleft {
	float: left !important;
}
.floatright {
	float: right !important;
}
.nopadd {
	padding: 0px !important;
}
.nopaddtop {
	padding-top: 0px !important;
}
.nopaddbottom {
	padding-bottom: 0px !important;
}
.nopaddleft {
	padding-left: 0px !important;
}
.nopaddright {
	padding-right: 0px !important;
}
.leelooblack {
	color: #494949 !important;
}
.one_em{
	font-size: 1em !important;
}
.dropdown-menu {
	top: 100%;
}
.dropdown-menu > li > a {
    font-family: 'Rubik', sans-serif !important;
    text-transform: none !important;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 12px;
}
.navbar-nav {
    color: #1b1b1b !important;
    background-color: #fff !important;
    box-sizing: border-box;
    -moz-box-shadow: inset 0 2px 0 0 #1b1b1b, inset 0 -2px 0 0 #1b1b1b;
    -webkit-box-shadow: inset 0 2px 0 0 #1b1b1b, inset 0 -2px 0 0 #1b1b1b;
    box-shadow: inset 0 2px 0 0 #1b1b1b, inset 0 -2px 0 0 #1b1b1b;
    min-height: 70px;
    line-height: 70px;
}

.navbar-default {
    border: none;
}
.navbar-default .navbar-nav > li > a {
    font-size: 13px;
}

.navbar-default .navbar-nav > li > a {
    line-height: 45px;
    color: #1b1b1b !important;
    font-family: 'Rubik', sans-serif !important;
    font-weight: 700;
    text-transform: uppercase !important;
    height: inherit;
    font-size: 12px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  box-sizing: border-box;
  -moz-box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
  -webkit-box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
  box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
  height: inherit;
  font-size: 12px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    box-sizing: border-box;
    -moz-box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
    -webkit-box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
    box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
    height: inherit;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    box-sizing: border-box;
    -moz-box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
    -webkit-box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
    box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
    height: inherit;
}
.some_logo {
	padding-right: 20px;
    height: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-right: 1.5em;
}
#login_submit_footer {
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    font-size: 1.25em;
    display: inline-block;
    width: 125px !important;
    font-weight: bold;
    width: 14%;
    left: -4px;
    top: 2px;
    cursor:pointer;
    background-color: #feeb6f;
    color: #1b1b1b !important;
    border-radius: 5px;
}
.footer_box {
	padding: 10px;
	margin-right: 20px;
}
.small_text {
	font-size: 0.9em;
}
.lowercase {
	text-transform: none;
}
.leeloo_checkbox {
    width: 20px;
    height: 20px;
}
.leeloo_checkbox {
    display:none;
}
.leeloo_checkbox + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    cursor:pointer;
    border: 1px solid #000;
}
.leeloo_checkbox:checked + label span {
    background:url(/media/chevron-check.png) 3px 3px no-repeat;
    background-size: 80%;
}
.header_login_input {
    padding:5px;
    margin: 5px;
    width:100%;
    border: none;
    border-bottom: 2px solid #000;
}
.header_login_input::placeholder {
    color: #858585;
}
.subgroups{
    padding-right: 15px;
    display: inline-block;
    float: left;
    font-size: 12px;
}
.filtering_select{
    border: 1px solid #494949;
    height: 30px;
    width: 100%;
    text-align-last: center;
    line-height: 27px;
    background: url(/media/chevron-down.png) no-repeat 95% white;
    border-radius: 5px;
    font-size: 0.9em;
}
.col-lg-20{
    width:20%;
}
.selectdiv:after {
  position: absolute;
  /*pointer-events: none;*/
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sorting_select{
    border: 0px;
    height: 30px;
    width: 100%;
    text-align-last: center;
    line-height: 27px;
    background: url(/media/chevron-down.png) no-repeat 95% white;
    border-radius: 5px;
    font-size: 0.9em;
}
.description {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 0px;
}
.testimonials {
	font-size: 0.9em;
}
#header_cart_button span.header_cart_product_amount {
    position: absolute;
    top: 8px;
    right: 58%;
    background: #ff91b0;
    border-radius: 100%;
    height: 23px;
    width: 23px;
    line-height: 23px;
    color: white;
    text-align: center;
    font-size: 0.4em;
    font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.whitebck {
	background: #fff;
}
/* Etusivun blogi kortit */ 
.card {
    display: inline-block;
    background-color: #F5D3D7;
    border-radius: .25em;
    height: 140px;
    width: 100%;
}

.card-transparent {
    background-color: transparent;
}

.card-image {
    background-repeat: no-repeat;
    background-color: #f5d3d7;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    border-radius: .25em 0 0 .25em;
    float: left;
    width: 25%;
    height: 140px;
    overflow:hidden;
}
.card-content {
    float: left;
    width: 73%;
    overflow: hidden;
    padding: 1em;
}
.card-content h4 {
  margin: 5px 0;
}

.pre_footer_box {
    margin-bottom: 1em;
}

.pad-top {
    padding-top:1em;
}
.pad-bottom {
    padding-top:1em;
}
.pad-top-bottom {
    padding-bottom:1em;
    padding-top:1em;
}

.center-block {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.rubik-normal {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 400 !important;
}
.rubik-medium {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 500 !important;
    text-transform: none !important;
}
.rubik-bold {
    font-family: 'Rubik', sans-serif !important;
    text-transform: none !important;
    font-weight: 700 !important;
}
.rubik-black {
    font-family: 'Rubik', sans-serif !important;
    text-transform: none !important;
    font-weight: 900 !important;
}

/* MENU OPEN FIX */ 
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fff;
}
h1, .h1 {
    font-size: 32px;
}
.black {
    color: #1b1b1b !important;
}

.font-normal {
    font-weight:400;
}

/* --------------------------------------------------------------------------*/
/*
    Number input style
    */
    input[type="number"] {
      -webkit-appearance: textfield;
      -moz-appearance: textfield;
      -o-appearance: textfield;
      appearance: textfield;
  }
/*
input[type="number"]:focus {
outline: 0;
}
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.number-input input[type=number] {
  max-width: 5rem;
  padding: .5rem;
  border: solid white;
  border-width: 0 0;
  font-size: 1.2em;
  height: 1.5em;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid black;
}
.number-input {
  display: inline-flex;
}
.number-input,
.number-input * {
  box-sizing: border-box;
}
.number-input button {
  outline:none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  width:  1.2em;
  height: 1.5em;
  cursor: pointer;
  margin: 0;
  position: relative;
  background-image: url("/media/left_arrow.png");                   
  background-repeat: no-repeat;
  background-position: center center;
}
.number-input button.plus {
  background-image: url("/media/right_arrow.png");
}
/* --------------------------------------------------------------------------*/
/* 
    Select style 
    */
    select::-ms-expand {
      display: none;
  }
  .select {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1em;
    -webkit-appearance: none;  
    -moz-appearance: none; 
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url("/media/arrow_down.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-color: white;
    border: 0px solid white;
    border-radius: 0;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
    margin-bottom: 1em;
    min-width: 50%;
    max-width: 100%;
}
.span-select {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1em;
}
/* ---------------------------------------- */

.uppercase {
    text-transform: uppercase !important;
}

.color-pink {
    color:#ff91b0;
}

.label {
    margin-right: 5px;
}

.label-success {
    font-size: .8em;
    background-color: #def6af;
    color: black;
}
.label-default {
    font-size: .8em;
    background-color: transparent;
    color: black;
}

.price_container_static {
    padding-top: 1em;
    padding-bottom: 1em;
}

.header_cart_price {
    font-size: 0.6em !important;
}

h3,h4,h5 {
    text-transform: initial !important;
}


img {
    max-width: 100%;
    height: auto;
}

/* ----------------------------------------------------------- */
/* Cart Radio buttons */ 

.shipment_radio:checked,
.shipment_radio:not(:checked) {
    position: absolute;
    left: -9999px;
}
.shipment_radio:checked + label,
.shipment_radio:not(:checked) + label {
    position: initial;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.shipment_radio:checked + label:before,
.shipment_radio:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.shipment_radio:checked + label:after,
.shipment_radio:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #a5d9cd;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.shipment_radio:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.shipment_radio:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*----------------- */ 

.slick-next {
    right: 0px;
    z-index: 9999;
}
.slick-prev {
    left: 0px;
    z-index: 9999;
}
.navbar-header {
    position: relative;
    float: left;
    width: 100%;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: none !important;
}
.table-bordered {
    border: none !important;
}
.table {
    border: none !important;
}
tr {
    border: none !important;
}
td {
    padding: 0px !important;
}
.variation_picture {
    border: 1px solid #f4f6f9;
    border-radius: 5px;
    padding: 5px;
}
.variation_picture_selected {
    border: 1px solid #ff97b4;
}
.variation_pictures_container {
    padding: 5px;
    cursor: pointer;
}
.discount_icon {
    position: absolute;
    top: 8px;
    right: 10%;
    background: #ff91af;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: white;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
}
.new_icon {
    position: absolute;
    top: 8px;
    left: 10%;
    background: #a5d9cd;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: white;
    text-align: center;
    font-size: 0.6em;
    font-weight: bold;
}
.mobile_logo {
    padding: 4px 4px;
    height: 50px;
    position: absolute;
    left: 43%;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}
.navbar-default .navbar-toggle {
    border: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-toggle {
    float: left;
    padding-right: 0px;
    padding-top: 4px;
}
.ptop {
    padding-top: 260px;
}
.footer_text {
    padding: 2em 8em;
}
.cart_amount_margin {
    margin-left: 15px;
}
#register_submit  {
    background: -webkit-linear-gradient(#a5d9cd, #a5d9cd);
    background: -moz-linear-gradient(#a5d9cd, #a5d9cd);
    background: -o-linear-gradient(#a5d9cd, #a5d9cd);
    background: linear-gradient(#a5d9cd, #a5d9cd);
    height: 70px;
    line-height: 70px;
    width: 300px;
    color: white;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin: 4px 0 0 0;
    display: block;
    border-radius: 5px;
    border: none;
}
.header_brand_cart {
    display: none;
}
#cart_yhteystiedot label {
    padding-left: 5px;
    padding-top: 5px;
}
#cart_lisatiedot label {
    padding-left: 5px;
    padding-top: 5px;
}
#button_product_main_picture_next {
    opacity: 0.9;
}
#button_product_main_picture_previous {
    opacity: 0.9;
}
.package_information {
    font-size: 1.5em;
    font-weight: bold;
    color: #fe91b0;
    padding-bottom: 10px;
}
.preorder_date {
    padding-bottom: 20px;
}
.ennakko {
    padding-bottom: 20px;
}
.product_package_variation_selector {
    padding-left: 35px !important;
    background-position: center left;
    min-width: 100%;
}
.pinkhead {
    font-size: 1.5em;
    font-weight: bold;
    color: #fe91b0;
    padding-bottom: 10px;
}
.accessory_anchor {
    text-decoration: underline;
}
.header_search_button_image {
    right: 35px;
    position: relative;
    width: 27px;
}
.header_search_button{
    top: 25px;
    z-index: 9999;
    cursor: pointer;
    /*left: 88%;*/
    right: 6px;
    position: absolute;
}

/* MEDIA QUERIES */
@media (min-width: 979px) { /* hover menu */ 
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}
@media(max-width: 1450px) {

}
@media (max-width: 1344px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 991px){
    .article_body {
        margin-left: 0px !important;
        margin-top: 0px !important;
    }
    .card-content h4 {
        font-size: 14px;
    }
    .navbar-default .navbar-nav > li > a {
        line-height: 25px;
    }
    .card-image {
        height: 118px;
    }
    .card {
        height: 118px;
    }
    .article_body {
        padding:0px;
        margin-left: 0px;
    }
    .card-content {
        padding: 1em;
    }
    .mobile_center {
        float: none !important;
    }
    .mobile-text-center {
        text-align: center;
    }
	.col-lg-20{
        width:50%;
    }
    .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  .navbar {
    min-height: 50px;
    }
    .category_container {
        padding-top: 95px;
    }
    .ptop {
        padding-top: 95px;
    }
    #header_cart_button span.header_cart_product_amount {
        position: absolute;
        top: 0px;
        right: 10%;
        background: #ff91b0;
        border-radius: 100%;
        height: 15px;
        width: 15px;
        line-height: 15px;
        color: white;
        text-align: center;
        font-size: 0.7em;
        font-weight: bold;
    }
    .page_container {
        padding-top: 10px;
    }
    .mobile_search_container {
        padding-bottom: 20px;
    }
    .cart_payment_select {
        min-height: 137px;
    }
    .product_container_price {
        font-size: 15px;
    }
    .product_container_name {
        font-size: 0.9em;
        min-height: 50px;
        max-height: 50px;
    }
    .product_container_image {
        height: 200px;
    }
    .subgroups {
        font-size: 15px;
    }
}
@media (max-width: 768px){
    .card-content {
        padding: 0.5em;
    }
    .mobile_bottom_padd {
        padding-bottom: 25px;
    }
    .footer_box {
        margin-right: 0px;
    }
    .select {
        /*max-width: 250px;
        min-width: 100px;*/
        margin-bottom: 0px;
    }
    .header_button {
        padding-left: 1% !important;
        padding: 4px 4px;
    }
    .mobile_font {
        font-size: 0.7em !important;
    }
    .navbar {
        min-height: 50px;
    }
    .category_container {
        padding-top: 95px;
    }
    .ptop {
        padding-top: 95px;
    }
    #header_cart_button span.header_cart_product_amount {
        position: absolute;
        top: 0px;
        right: 10%;
        background: #ff91b0;
        border-radius: 100%;
        height: 15px;
        width: 15px;
        line-height: 15px;
        color: white;
        text-align: center;
        font-size: 0.7em;
        font-weight: bold;
    }
    .page_container {
        padding-top: 10px;
    }
    .menu_login {
        font-size: 1.2rem;
        z-index: 9999;
        position: absolute;
        top: 57px;
        right: 0px;
        margin: 0;
        display: none;
        background-color: #fff;
        color: #000;
        width: 100%;
        border-radius: 5px;
        border: none;
    }
    .header_search_input {
        width: 100%;
    }
    #login_submit {
        width: 100%;
    }
    .product_container_image {
        height: 150px;
    }
    .product_container {
        /*min-height: 300px;
        max-height: 300px;*/
    }
    .footer_text {
        padding: 1em 1em;
    }
    .slick-next, .slick-prev {
        top: 35%;
    }
    .mobile_nopadd {
        padding: 0px !important;
    }
    .select {
        background-image: none;
        width: 100%;
        margin-left: 0px;
    }
    .cart_amount_margin {
        margin-left: 0px;
    }
    #cart_giftcard_code {
        width: 100% !important;
    }
    .product_container {
        min-height: 320px;
    }
    .product_container_name {
        font-size: 0.8em;
    }
    .subgroups {
        font-size: 18px;
    }
}
@media (max-width: 720px){

}
@media (max-width: 670px){

}
@media (max-width: 620px){
}
@media (max-width: 550px){

}
@media (max-width: 500px){

}
@media (max-width: 450px){

}
@media (max-width: 380px){

}
@media (max-width: 320px){
    /*.mobile_logo {
        width: 130px;
        }*/
    }
    @media print {
        .header_search_input, .header_search_button, #print_receipt_button, #footer, .sidemenu, .footer  {
            display: none !important;
        }
    }

    /* description, default styles */ 
    .desci a  {
        all: unset;
        text-decoration: underline;
        cursor: pointer;
    }
    .desci li  {
        all: unset;
        display: list-item;
    }
    .desci ul  {
        all: unset;
        display: block;
        list-style-type: disc;
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: 0;
        margin-right: 0;
        padding-left: 40px;
    }
    .desci ol  {
        all: unset;
        display: block;
        list-style-type: decimal;
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: 0;
        margin-right: 0;
        padding-left: 40px;
    }
    .desci iframe {
        width: 100%;
    }

