
/*  ===============/ Fontit /=============== */

[v-cloak] > * { display:none; }

@font-face {
    font-family: 'antonio';
    src: url('Antonio-Regular.ttf');
}

* {
    --main-font-family: 'News Cycle', sans-serif !important;  
    --secondary-font-family: 'Roboto', sans-serif !important;
    text-rendering: geometricPrecision;
}

body {
    font-family: var(--main-font-family);
    background-image: url(/media/background.jpg);
    background-color: #191E34;
    background-size: 1894px 1138px;
    background-position: top right !important;
    background-repeat: repeat-y;
    padding-top: 150px;
    color: white;
}

h1, .h1, h2, .h2, h3, .h3 {
    color: white !important;
    padding-bottom: 20px;
    text-shadow: #000 0px 1px 1px;
}

p, .p {
    line-height: 2.5rem;
}

.label, label {
    font-size: 1.15em;
}

select, option {
    color: black;
}

a {
    color: white;
}

input, textarea {
    color: black;
}

#content {
    min-height:60vh;
    margin-bottom:70px;
}

.page_container {
    min-height: 10vh;
}

.main-font {
    font-family: var(--main-font-family);
    font-weight: 400 !important;
    color: white;
}
.main-font-medium {
    font-family: var(--main-font-family);
    font-weight: 500 !important;
    text-transform: none !important;
    color: white;
}
.main-font-bold {
    font-family: var(--main-font-family);
    text-transform: none !important;
    font-weight: 700 !important;
    color: white;
}
.main-font-black {
    font-family: var(--main-font-family);
    text-transform: none !important;
    font-weight: 900 !important;
    color: white;
}

.secondary-font {
    font-family: var(--secondary-font-family);
    color: white;
}
.secondary-font-medium {
    font-family: var(--secondary-font-family);
    font-weight: 500 !important;
    text-transform: none !important;
    color: white;
}
.secondary-font-bold {
    font-family: var(--secondary-font-family);
    font-weight: 700 !important;
    color: white;
}

.font-antionio {
    font-family: 'antonio' !important;
    font-size: 0.5em !important;
    font-size: 0.5em !important;
    padding-right: 10px;
}

.navbar-default {
    /*background-color: #2f2f2f78 !important;*/
    background-color: #09090978 !important;
}

#header_cart_button {
    display: block;
}

.rubik {
    color: white;
}

.color-pink {
    color:#ff91b0;
}

.white {
    color: white;
}

#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 #646464;
	padding-bottom: 10px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 285px;
    margin: 10px;
}
.product_container a{
	color:#332f3b;
}
.product_container_cart_recommend{
	min-height: 370px;
	max-height: 370px;
	border:1px solid #646464;
	margin:10px;
	padding-bottom: 10px;
}
.product_container_cart_recommend a{
	color:#332f3b;
}
.product_container_image {
	min-height: 250px;
	max-height: 250px;
	width: 100%;
	height: 250px;
    white-space: nowrap;
    background: white;
    overflow: hidden;
}
.product_container_image img{
	max-height: 250px;
	max-width: 100%;
	vertical-align: middle;
    overflow: hidden;
}
.col-lg-20{
    width:20%;
}

@media (min-width: 1200px) {
    .container {
        width: 1220px;
    }
}
@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.3em;
    max-height: 67px;
    overflow: hidden;
    min-height: 67px;
    padding: 15px;
    text-align: center;
    color: white;
}

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

.moreheight {
  max-height: 370px;
}

.header_search_input {
    position: relative;
    top: 50%;
    border: 1px solid white;
    border-radius: 1px;
    box-shadow: none;
    color: black;
    background-color: #f4f6f9 !important;
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: auto 2em;
    height: 2.8em !important;
    padding: 0.5em;
    width: 100%;
}
.header_search_input,.header_search_input::-webkit-input-placeholder {
	font-size: 14px !important;
}
.header_search_button_image {
    bottom: 3px;
	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;
    cursor: pointer;
}
.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: #44c936;
    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;
}
.notify_product_added_cart {
    color: white !important;
    font-size: 1.2em;
    padding-top: 15px;
}
.menu_login {
    font-size: 1.2rem;
    z-index: 9999;
    position: absolute;
    top: 63px;
    right: -500px;
    margin: 0;
    display: none;
    width: 300px;
    border: none;
    box-shadow: -1px 1px 130px 1px rgba(70, 70, 70, 0.4);
    color: white;
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid #f3f6f5;
    z-index: 99999 !important;
}
.buy_button {
    height: 60px;
    line-height: 60px;
    width: 310px;
    color: white;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin: 4px 0 0 0;
    display: block;
    background-color: #44c936;
    border: 2px solid white;
    padding-right: 125px;
    background-image: url(/media/cart.png);
    background-repeat: no-repeat;
    background-position: 92% 60%;
}

.nomaxheight {
    max-height: 100% !important;
}

#oos_email {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
} 
.buy_button_outofstock {
    padding-right: 0px;
    background-image: none;
    left: 50%;
    margin: auto;
}

.buy_button_active {
    background-color: #489940 !important;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}
#product_price{
    color: white;
	font-size: 30px;
    text-shadow: #000 0px 1px 1px;
}
.product_pictures {
	/*width: 100%;*/
	padding: 0;
	margin: 20px 0 20px 0;
	display: inline-block;
    /*max-height: 600px;*/
    max-width: 100%;
    min-width: 50%;
}
.product_pictures_extra_container {
 margin: 0 auto;
 position: relative;
 padding-left: 5%;
 padding-right: 5%;
 max-width: 600px;
 overflow: hidden;
}
.product_picture_extra {
    /*width: 100%;*/
    /*margin: 0 0 2px 0;*/
    float: left;
    opacity: 0.3;
    cursor: pointer;
    text-align: center;
    /*padding-right: 10px;*/
    margin-top: 5px;
    padding: 10px;
}
.product_picture_extra_selected {
    opacity: 1;
}
.product_picture_extra_deselected {
    opacity: 0.3;
}
.product_picture_extra img {
    max-width: 100%;
    display: inline-block;
    height: 75px;
    width: auto;
}
#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;
}
.product_main_picture {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}
.product_main_picture img {
	max-width: 100%;
	max-height: 600px;
}
.product_main_picture_max img {
    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;
}

.category_desc, .product_reviews, .desci  {
    color: white !important;
    font-size: 1.15em !important;
}

/* 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: 85% !important;
}
.product_pictures_extra_container_max{
    max-height: 100%;
}
/*.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%;
 }

 .nav-tabs > li > a:hover {
     border-color: #eee #eee #ddd;
     color: black;
 }


#buyamount {
    height: 61px;
    width: 60px;
    text-align: center;
    line-height: 34px;
    font-size: 1.6rem;
}

.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 #59595994;
    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: rgba(255, 255, 255, 0.35);
    border:none;
}
.cart_payment_name {
    position: relative;
    float: left;
}
.cart_payment_price {
    position: relative;
    float: right;   
}
.cart_input_text{
	padding:15px;
	margin: 5px;
	width:100%;
	border-radius: 0px;
	border: 0px solid white;
    font-size: 1.15em;
}
#cart_giftcard_use_button{
	background: #44c936;
	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: #44c936;
	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: white;
    padding: 20px;
    text-align: center;
}
.product_container_price del{
	color: white;
}

#product_price del{
	color: white;
}
.product_container_discount_price{
    font-weight: 400 !important;
    font-weight: bold !important;
    color: #ff0000;
}
del{
	color:white;
}
.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: white;
    /*background-color: #6d6d6d;*/
    color: white;
    overflow: auto;   
}
.notify_box {
    background-color: black;
    width: 170px;
    padding: 10px;
    position: absolute;
    z-index: 99;
    color: white;
    text-align: center;
    font-weight: bold;
}

.notify_category {
    top: 70px !important;
    left: auto !important;
}

.notify_box_select {
    top: -47px;
    left: 60px;
}

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

.notify_box_amount {
    top: -72px;
    left: -57px;
}

.notify_box_amount div {
    height: 0;
    width: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 35px solid black;
    position: absolute;
    font-weight: bold;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 15px;
    right: 66px;
}
.realred {
    color: #ff0000;
}
.checkout_bank {
    float: left;
    height: 170px;
    width: 20%;
    border: 1px solid #636363;
    margin: 0 -1px -1px 0;
    text-align: center;
    padding: 40px 2% 2% 2%;
    overflow-wrap: break-word;
    font-size: 1.6rem;
}
.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 {
    background-color: #09090978 !important;
    padding: 10px;
}

.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: white;
	text-transform: none;
	padding-left: 20px;
}
.frontpage_topic a {
    color: white;
}
.breadcrumbs {
    padding-top: 30px;
    padding-bottom: 30px;
}
.breadcrumbs a {
	color:white;
	font-size: 1.15em;
}
.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 white;*/
    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;
}


#product_description {
    line-height: 2.6rem;
    font-size: 1.56rem;
}

#product_description a {
    text-decoration: underline !important;
}

.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 {
    padding: 10px;
    padding-right: 30px;
}

.promotion_container_image {
    max-width: 1220px !important;
    height: auto !important;
}
.promotion_container_text {
    font-size: 60px;
    color: #fff;
    top: 50%;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    width: 95%;
}
.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;
    left: calc(50% - (250px/2));
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    min-height: 50px;
    line-height: 50px;
}


/* ----------------- MENU ----------------- */ 

.nochildren {
    display: block !important;
}

.nochildren > .subdropdown-item {
    margin-left: 0px !important;
}

.subdropdown-item .title {
    color: #c2c2c2;
}

.menu_downarrow, .menu_uparrow, 
.submenu_downarrow, .submenu_uparrow {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.87);
    color: black;
    margin-right: 10px;
    height: 20px;
    width: 24px;
    margin-top: 5px;
    font-size: 2rem;
    text-align: center;
    line-height: 1em;
}

.dropdown-menu{
  padding: 15px;  
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid #f3f6f5;
  width: 350px;
}
.dropdown-item, .subdropdown-item {
    border-radius: 5px;
    min-height: 30px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
    padding-left: 10px;
    font-weight: 600;
}

.dropdown-item:hover, .subdropdown-item:hover {
    font-weight: 600 !important;
}

.title {
    font-size: 1.18em;
    line-height: 30px;
    overflow: hidden;
    font-weight: 300;
}

.arrowcontainer {
    display: inline-flex;
    align-items: middle;
    width: 55px;
    height: 30px;
    float: right;
    display: block;
}

.categorylink {
    padding-left: 20px;
    min-height: 30px;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;
    display: block;
    color: white;
}

.navbar-nav > li > .dropdown-menu {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    -ms-overflow-style:none;
    scrollbar-width: none;
}
.navbar-nav > li > .dropdown-menu::-webkit-scrollbar {
    display: none;
}

.pl30 {
    padding-left: 30px;
}
.pl60 {
    padding-left: 60px;
}

.subdropdown-item {
  border-radius:    5px;
  padding-left:     10px;
  margin-left:      30px;
  min-height:       30px;
  line-height:      30px;
  color:            #000;
  margin-bottom:    10px;
  display:          block;
  color:            white;
  margin-bottom:    5px;
}

.subsubitem{
  height: 30px;
  padding-left: 60px;
}
.subsubitem a {
    font-size: 1.2em;
    color: white;
}
.subsubitem a:hover {
    text-decoration: underline;
}
.sub-dropdown {
  margin-bottom: 10px;
  margin-top: 0px;
  display: none;
}
.bordertopbottom{
  border-top: 9px solid #676d71;
  border-bottom: 9px solid #676d71;
}
.searchinput{
  height: 50px;
  position: relative;
  top: 20px;
}
.navbar{
  height: 70px;
  background-color: #73787c;
}
.subdropdown-container{
  display: none;
}
li.show{
  background-color:#22507c;
}
.dropdown-item:hover{
color: white;
background-color: #8c9297;
color: #fff;
}
.dropdown-item:active{
color: white;
background-color: #8c9297;
color: #fff;
}

.dropdown-item.bg,.subdropdown-item.bg {
  color: white;
  background-color: rgb(255,255,255,.2);
  color: white;
}

/* ----------------- / MENU ----------------- */ 

.variationsearch {
    padding:30px; 
    background-color: #09090978 !important;
}
.sel {
    padding: 5px;
}
.vsearch {
    padding: 8px;
    margin-left: 10px;
    background-color: #1d233d;
    border: 2px solid white;
    border-radius: 5px;
    color: white;
}


@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 {
    height: 100%;
}

.big_promo {
    display: flex;
    justify-content: center;
    max-height: 600px;
    overflow: hidden;
    padding-top: 10px;
}

.footer {
    padding-top:25px;
    padding-bottom: 20px;
    background-color: #09090978 !important;
}

.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 > .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 */ 

/* 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-toggle {
    margin-right: 0px !important;
}   

#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 {
    float: right;
}


.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;
}


#cart_preview_container{
    position: absolute;
    top: 65px;
    right: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    z-index: 99;
    width: 420px;
    max-width: 500px;
    background: #fff;
    color: white;
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid #f3f6f5;
}
.cart_preview_delivery{font-size:1.2rem;}
.cart_preview_delivery_free{display:none;}
.cart_preview_products_table{
    max-height: calc(-520px + 100vh);
    scrollbar-width: none;
    overflow-y: auto;
    margin-bottom:0;
    margin-left:0;
    width:100%; 
    float:right;
    line-height:1.4rem;
}
.cart_preview_products_table tr td:nth-child(1) img{ width:60px;}
.cart_preview_products_table tr td, .cart_preview_products_table tr th{padding:5px;border:0;}
.cart_preview_products_table tr:nth-child(odd){ background:#fff;}
.cart_preview_totalsum{padding:10px 20px; font-size:1.6rem; line-height:1.5rem; text-align:right;margin:15px 0;}
.cart_preview_img {
    max-height: 64px;
    object-fit: contain;
    width:100%;
}
#continue_shopping_button{ display:inline-block;text-align:center;height:45px; width:49%; border:0; border-radius:2px;line-height:45px; background:transparent; font-size:1.4rem; cursor:pointer;}
#go_to_cart_button{ 
    display: inline-block;
    text-align: center;
    height: 46px;
    width: 100%;
    font-size: 2.2rem;
    background: #44c936;
    color: white;
    border: 0;
    line-height: 43px;
    text-transform: uppercase;
    /* 
    background-image: url(/media/cart-arrow.png);
    background-repeat: no-repeat;
    background-position: right 80px center;
    */ 
}

.cinfo {
    text-align:center;
    margin-bottom: 10px;
    padding: 20px;
}
.cinfoline {
    display: block;
    line-height: 1.1em;
    font-size: 1.15em;
    text-transform: initial;
}

.cartcontinue {
    text-align: center;
    height: 45px;
}
.cartclose {
    border-radius: 10px;
    background-color: #fff;
    color: #a5a4a4;
    padding: 2px 10px 2px 10px;
    cursor: pointer;
}

.cart_item_row {
    height: 100px;
    margin-bottom: 5px;
}
.cart_item_row_img {
    background-color: white;
    display: flex;
    padding: 0px;
    height: 100px;
}
.cart_preview_img {
    width: 100%;
    object-fit: contain;
    margin: auto auto;
}

.camt {
    border: 1px solid white;
    height: 22px;
    text-align: center;
    line-height: 22px;
    float: left;
    width: 42px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #3f3f3f;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    color: white;
}
.camt::-webkit-inner-spin-button,
.camt::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.cbtn {
    background-color: #ffffff;
    height: 22px;
    line-height: 16px;
    font-size: 2.2em;
    font-weight: normal;
    width: 22px;
    float: left;
    text-align: center;
    user-select: none;
    cursor: pointer;
    color: #3f3f3f;
}
.cbtn:nth-of-type(2) {
    line-height: 18px;
}

.cbtn:hover {
    background-color: #e5e5e5;
}
.camt_container {
    display: inline-flex;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
}
.crem {
    float: right;
    background-color: #0f0f0f;
    color: #aaaaaa;
    width: 22px;
    height: 22px;
    padding: 3px 7px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1.1em;
    cursor: pointer;
}
.linetotal {
    line-height: 22px;
}
.cart_preview_desc {
    background-color: #3f3f3f;
    height: 100px;
    padding: 8px;
}
.ctotal {
    display: block;
    font-size: 1.2em;
    line-height: 1.2em;
}
.ctotalsum {
    display: block;
    font-size: 1.6em;
    line-height: 1.6em;
}
.cart_clear {
    text-align:center;font-size:.8em;line-height:2em;vertical-align:middle;
}
/* ------------- */ 


.fourofourpage {
    font-size: 70px !important;
    font-weight: 900;
}

/* 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;
}

.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: var(--main-font-family);
    text-transform: none !important;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 12px;
}

.navbar-nav {
    color: white !important;
    background-color: transparent !important;
    text-align: initial !important;
    box-sizing: border-box;
    min-height: 70px;
    line-height: 70px;
    padding-top: 18px;
}

.navbar-default {
    border: none;
}
.navbar-default .navbar-nav > li > a {
    font-size: 1.9rem !important;
}

.navbar-default .navbar-nav > li > a {
    color: white !important;
    font-family: var(--main-font-family);
    text-transform: uppercase !important;
    height: inherit;
    padding: 10px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  box-sizing: border-box;
  height: inherit;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    box-sizing: border-box;
    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;
    height: inherit;
}
.some_logo {
    padding-right: 10px;
    height: 3em;
    margin-top: 1em;
}
#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: white !important;
    border-radius: 5px;
}

.nav.nav-tabs {
    margin-top:30px; 
}

.nav-tabs > li {
    float:none;
    display:inline-block;
    zoom:1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #fff0;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    border-radius: 0px;
    background-color:#e6e5e5;
    font-weight: bold;
    color: black;
}

.nav-tabs {
    text-align:center;
}

.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: 2px solid white;
    color: white;
}
.leeloo_checkbox:checked + label span {
    background:url(/media/chevron-check.png) 3px 3px no-repeat;
    border: 2px solid black;
    background-size: 80%;
    filter: invert(100%);
}
.header_login_input {
    padding: 5px;
    margin: 5px;
    width: 100%;
    border: none;
    color: black;
    font-size: 1.15em;
    font-weight: 600;
}
.header_login_input::placeholder {
    color: black;
}
.subgroups{
    display: inline-block;
    font-size: 1.5em;
    border: 1px solid transparent;
}

.gpicture {
    border: 1px solid transparent;
    max-height:180px;
    margin-top: 15px;
} 

.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: -6px;
    right: 63%;
    background: #ff0000;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    line-height: 32px;
    color: white;
    text-align: center;
    font-weight: bold;
}

#header_cart_button img {
    z-index: 2;
}

.underline {
	text-decoration: underline;
}
.whitebck {
	background: #0000002e;;
}
/* 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;
}

/* 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: transparent !important;
    text-decoration: underline;
}
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: var(--main-font-family);
    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: var(--main-font-family);
    font-weight: 700 !important;
    font-size: 1em;
    color: white;
}
/* ---------------------------------------- */

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

.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:not(:checked) + label {
    position: initial;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}
.shipment_radio:checked + label {
    position: initial;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}
.shipment_radio:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #fff;
}
.shipment_radio:checked + label:before {
    color: #fff;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: #fff;
}
.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:checked + label:after {
    color: #fff;
    content: '';
    width: 12px;
    height: 12px;
    background: #555555;
    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);
    border:none;
}
/*----------------- */ 


.slick-next {
    right: 0px;
}
.slick-prev {
    left: 0px;
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    top: 32%;
    width: 20px;
    height: auto;
    margin-left: 40px;
    margin-right: 35px;
    z-index: 100;
}


.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: #fff;
    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 {
    margin-top: 15px;
    height: 32px;
    position: absolute;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: black;
}
.navbar-default .navbar-toggle {
    border: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-toggle {
    float: left;
    padding: 15px;
}
.ptop {
    /*padding-top: 260px;*/
}
.footer_text {
    padding: 2em 8em;
}
.cart_amount_margin {
    margin-left: 15px;
}
#register_submit  {
    background-color: #44c936;
    width: 300px;
    color: white;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin: 4px 0 0 0;
    display: block;
    border: none;
    margin-bottom: 20px;
}
.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: white;
    padding-bottom: 10px;
}
.preorder_date {
    padding-bottom: 20px;
}
.ennakko {
    padding-bottom: 20px;
}
.product_package_variation_selector {
    padding-left: 35px !important;
    background-position: center left;
    width: auto !important;
    margin: 20px;
}
.pinkhead {
    font-size: 1.5em;
    font-weight: bold;
    color: white;
    padding-bottom: 10px;
}
.accessory_anchor {
    text-decoration: underline;
}
.header_search_button_image {
    right: 35px;
    position: relative;
    width: 27px;
}
.header_search_button{
    z-index: 9999;
    cursor: pointer;
    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) {
    .actions {
        display: none;
    }
    #header_cart_button {
        display: none;
    }
    /* cart todo */ 
}
@media (max-width: 991px){


    .backup, .footerblock {
        margin-bottom: 20px;
    }

    .desci, .footerblock, .footerblock > div {
        text-align: center !important;
    }

    .promotion_container_image {
        max-width: 100vw !important;
        height: auto !important;
    }
    .promotion_container_image.small {
        height: auto !important;
        max-width: 100px !important;
    }

    .variationsearch > h3 {
        display: block !important;
    }

    /* mobile search */ 
    .header_search_button {
        width: 50px;
        height: 39px;
        background-color: black;
        border-top: 1px solid white;
        border-right: 1px solid white;
        border-bottom: 1px solid white;
        top: 0px;
    }
    .header_search_button_image {
        bottom: -5px;
        position: relative;
        width: 32px;
        right: -8px;
    }

    .slick-arrow {
        display: none !important;
    }
    
    .backup, .footerblock {
        margin-bottom: 20px;
    }

    /* 
    .slick-arrow {
        display: none !important;
    }
    .footerblock {
        text-align: center !important;
    }
    .footerblock > div {
        text-align: center !important;
    }
    
    /* mobile menu */ 
    #bs-example-navbar-collapse-1 {
        background: #000000e8;

        margin: 5px !important;
        border: 1px solid #9a9a9a !important;

    }
    .nav-item.dropdown > a, .dropdown.color_menu_li > a {
        background: #333333;
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 10px;
        border-radius: 2px;
        margin-bottom: 2px;

        margin-bottom: 10px;
        padding-top: 2px !important;
        padding-bottom: 2px !important;

    }
    /* --- */ 

    #navbar, .navbar-header {
        background-color: #121214 !important;
    }

    body {
        padding-top: 110px;
    }
    .actions {
        display: none;
    }
    .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;
      top: -1px;
    }

    .header_cart_product_amount {
        top: 6px;
    }
    #header_cart_button {
        padding-top: 3px;
    }

  .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: 95px;
    }
    .mobile_search_container {
        padding-bottom: 20px;
    }
    .product_container_price {
        font-size: 15px;
    }
    .product_container_name {
        font-size: 1em;
        min-height: 60px;
        max-height: 60px;
    }
    .product_container_image {
        height: 200px;
    }
    .subgroups {
        font-size: 15px;
    }

    #header_cart_button {
        margin-right: 20px;
        display: block;
    }

    #header_cart_button > img {
        height: 24px !important;
        position: relative !important;
        padding-right: 0px !important;
        top: 12px !important;
    }
    
    #navbar > div.navbar-header > div {
        padding: 15px 4px !important;
    }

    #header_cart_button span.header_cart_product_amount {
        position: absolute;
        top: 8px;
        right: 60%;
        border-radius: 100%;
        height: 20px;
        width: 20px;
        line-height: 20px;
        color: white;
        text-align: center;
        font-size: .9em;
        font-weight: bold;
        background-color: red;
    }

    .header_button {
        padding-left: 1% !important;
        padding: 4px 4px;
    }

    .menu_login {
        right: 0px;
    }


    /* menu colors  */ 
    .navbar-shrink .navbar-nav > li > a {
      color: white !important;
    }
    .navbar-shrink .navbar-nav > li > a:hover,
    .navbar-shrink .navbar-nav > li > a:focus {
      color: white !important;
      background-color: #373434 !important;
    }
    .navbar-shrink .navbar-nav > li > a:hover, .navbar-shrink .navbar-nav > li > a:focus {
        color: white !important;
        background-color: #373434 !important;
    }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #373434 !important;
        text-decoration: underline;
    }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: white !important;
        background-color: #373434 !important;
    }


    .gpicture {
        vertical-align: bottom;
        max-width: 120px;
        margin-top: 25px;
        position: relative !important;
        height: 120px;
        width: 120px;
        object-fit: contain;
        object-position: 0 100%;
    }

    .promotion_container_text_button {
        width: 200px !important;
        left: calc(50% - (200px/2)) !important;
        min-height: 30px !important;
        line-height: 30px !important;
    }

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

    #nav_groups {
        margin-top: 0px !important;
    }

    .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;
    }

    .mobile_font {
        font-size: 0.7em !important;
    }
    .navbar {
        min-height: 50px;
    }
    .category_container {
        /* padding-top: 95px; */ 
    }
    .ptop {
        padding-top: 95px;
    }

    .page_container {
        //padding-top: 95px;
    }
    .menu_login {
        font-size: 1.2rem;
        z-index: 99999;
        position: absolute;
        background: rgba(0, 0, 0, .95);
        top: 57px;
        right: 0px;
        margin: 0;
        display: none;
        width: 100%;
        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;
        max-height: 320px;
    }
    .product_container_name {
        font-size: 1em;
    }
    .subgroups {
        font-size: 18px;
    }
}
@media (max-width: 730px){
    .mobile_logo {
        height: 37px !important;
    }
}
@media (max-width: 670px){

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

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

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

    #vsearchbtn {
        margin-top: 15px !important;
        float: right;
        width: 100px;
    }

}
@media (max-width: 380px){
/*    .container {
        padding: 0px !important;
        margin: 0px !important;
        max-width: 100% !important;
    }*/

    .mobile_logo {
        height: 33px !important;
    }

    .buy_button {
        width: 255px !important;
        background-position: 99% 50% !important;
    }
    #header_cart_button {
        margin-right: 9px !important;
    }
    .account_button img {
        height: 20px !important;
        padding-right: 0px !important;
    } 
    .cart_shipment_price {
        display: block !important;
    }
    .buybutton_small {
        width: 90% !important;
        background-position: 98% 60% !important;
        background-size: auto 18px !important;
    }

    .product_container_price {
        padding: 10px !important;
    }

    .sel {
        padding: 2px !important;
    }
    #vsearchbtn {
        margin: 10px !important;
    }

}
@media (max-width: 325px){
    #header_cart_button {
        margin-right: 9px !important;
    }
    .account_button img {
        height: 20px !important;
        padding-right: 0px !important;
    } 
    .mobile_logo {
        width: 130px !important;
    }
    .buybutton_small {
        background-position: 99% 60% !important;
        background-size: auto 16px !important;
    }

}
@media print {
    * {
        color: black !important;
    }
    .header_search_input, .header_search_button, #print_receipt_button, #footer, .sidemenu, .footer, 
    #button_product_main_picture_previous, #button_product_main_picture_next, #buy_button, #product_buy_container, 
    .action, #buy_button_red {
        display: none !important;
    }
    .breadcrumbs {
        color: black !important;
    }
    .main-font-medium {
        color: black !important;
    }
}

/* description, default styles */ 

.desci {
    //margin-bottom: 40px;
}
.desci a  {
    all: unset;
    text-decoration: underline;
    cursor: pointer;
    color: white !important;
    font-size: 1em;
    line-height: 1em;
}
.desci p  {
    all: unset;
    color: white !important;
    font-size: 1em;
    line-height: initial;
    display: block;
}
.desci li  {
    all: unset;
    display: list-item;
    color: white !important;
    font-size: 1em;
    line-height: 1em;
}
.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;
    color: white !important;
    font-size: 1em;
    line-height: 1em;
}
.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;
    color: white !important;
    font-size: 1em;
    line-height: 1em;
}
.desci iframe {
    width: 100%;
}

pre {
    background-color: transparent !important;
    border: none;
    color: white;
    line-height: 1.5;
    font-size: 1.5rem;
    padding: 0px;
    overflow: hidden;
}

iframe {
    max-width: 100% !important;
}

.buybutton_small {
    padding-right: 50px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
    width: 95%;
    color: white;
    font-size: 1.15em;
    line-height: : 1.15em;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    display: block;
    background-color: #44c936;
    border: 2px solid white;
    background-image: url(/media/cart.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: 92% 60%;
    background-size: auto 22px;
    height: 35px;
}


/* navbar collapse */ 
@media (max-width: 990px) {
    .nav > li {
        position: relative;
        display: block;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #bs-example-navbar-collapse-1 {
        position: relative;
        max-height: calc(100vh - 200px);
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .navbar-nav > li > .dropdown-menu {
        max-height: calc(100vh - 200px);
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    #nav_groups {
        position: relative;
        max-height: calc(100vh - 210px);
        overflow-y: none;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .open > .dropdown-menu {
        display: block;
    }
}

.arrow-up {
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
}

.subgroups.nopicture:hover {
    text-decoration: underline;
}

.collapse_empty:empty {
    display: none;
}

.nav-tabs > li.active > .tab, .nav-tabs > li.active > .tab:hover, .nav-tabs > li.active > .tab:focus {
    border-bottom-color: #333030;
}

.actions {
    margin-top: 50px;
}
.action {
    display: block;
    padding: 20px;
    width: 100px;
    z-index: 9999;
    -webkit-filter: drop-shadow(1px 1px 0 black) drop-shadow(0px 0px 1px black);
    filter: drop-shadow(1px 1px 0 black) drop-shadow(0px 0px 1px black);
}

.button_product_main_picture .arrow {
    display: block;
    padding: 20px;
    width: 100px;
}

.promotion_container .slick-list .slick-track .slick-slide:not(.slick-active) {
    /* opacity: .55 !important; */ 
}

select[name="maksuturvabank"] {
    max-width: 100%;
}

.description .nav.nav-tabs > li, .description .nav.nav-tabs > li > a {
    display: inline-flex !important;
}