<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*  ===============/ Fontit /=============== */

 /* Color palette */
:root {
  --black: #000000;
  --grey: #e9e9e9;
  --white: #fff;
  --purple: #a74493;
  --teal: #6edad0;
  --red: #fe0313;
  --pink: #de319c;
  --deep-teal: #03999e;
}

* {
    --main-font-family: 'Open Sans', sans-serif !important;
    --secondary-font-family: 'Amatic SC', cursive !important;
    --third-font-family: 'Open Sans Condensed', sans-serif !important;
}

body {
    font-family: 'Open Sans', sans-serif !important;
}

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

.nosto_teksti{
    font-size: 16px;
    bottom: 5px;
    padding: 5px;
    padding-right: 10px;
}

.banneri_teksti{
    font-size: 24px;
    bottom: 5px;
    padding: 5px;
    padding-right: 10px;
}
#product-color-dots {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}
.variation_pictures_container {
    height: fit-content;
}
.product_variation_container {
    display: flex;
    flex-direction: row;
    gap: 2px;
}
.color-dot {
    width: 17px;
    height: 17px;
    background-color: #07c1de;
    border-radius: 20px;
    border: 1px solid black;
}


.secondary-font {
    font-family: 'Amatic SC', cursive !important;
}
.secondary-font-medium {
    font-family: 'Amatic SC', cursive !important;
    font-weight: 500 !important;
    text-transform: none !important;
}
.secondary-font-bold {
    font-family: 'Amatic SC', cursive !important;
    font-weight: 700 !important;
}
.third-font {
    font-family: 'Open Sans Condensed', sans-serif !important;
    font-weight: 300 !important;
}
.third-font-bold {
    font-family: 'Open Sans Condensed', sans-serif !important;
    font-weight: 700 !important;
}

.color-pink {
    color:#ff91b0;
}

#header_logo{
    max-width: 170px;
}
#menu{
    background: url('/media/menu_bck.png') repeat top left;
}
.product_container{
    min-height: 485px;
    /*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%);
}

.moreheight {
  max-height: 370px;
}

.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: #000;
    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: 100%;
    font-family: 'Open Sans Condensed', sans-serif !important;
}
.header_search_input,.header_search_input::-webkit-input-placeholder {
    font-size: 18px !important;
    font-weight: bold;
    color: #898989;
    font-family: 'Open Sans Condensed', sans-serif !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:#e9e9e9;
    min-height: 60px;
    line-height: 60px;
    color:var(--black);
}
.header_bar a{
    color: var(--black) !important;
}
#login_submit {
    height: 45px;
    line-height: 45px;
    padding: 0 1%;
    position: relative;
    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;
    text-align: center;
    display: inline-block;
    color: white;
    background-color: #000;
    border: none;
}
#header_cart_button,#header_account_button {
    font-size: 24px !important;
}
.menu_login {
    font-size: 1.2rem;
    z-index: 9999;
    position: absolute;
    top: 63px;
    right: 510px;
    margin: 0;
    display: none;
    background-color: #e9e9e9;
    color: #000;
    width: 320px;
    border-radius: 5px;
    border: none;
    box-shadow: -1px 1px 130px 1px rgba(247,247,247,0.4);
}
.buy_button {
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif !important;
    background-color: #6edad0;
    height: 45px;
    line-height: 45px;
    width: 100%;
    color: #000;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    display: block;
}
.buy_button_active {
    background-color: #fe0313 !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;
    /*max-height: 600px;*/
}
.product_pictures_extra_container {
 width: 100%;
 float: left;
 margin: 0 auto;
 position: relative;
 /*padding-left: 5%;
 padding-right: 5%;*/
 max-height: 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;
}
.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: 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;
}
/* 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%;
 }
/*
#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;
    padding-bottom: 7px;
    font-size: 12px;
    padding-top: 7px;
}
.cart_products_row:nth-child(even) {
    background-color: #e9e9e9;
}
.cart_products_row:nth-child(odd) {
    background-color: #fff;
}

.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_shipping_select &gt; label {
    margin-bottom: 0px;
}
.cart_select_option {
    border: 0px solid white;
    min-height: 45px;
    width: 100%;
    cursor: pointer;
    border-radius: 0px;
    /*line-height: 45px;*/
}
.cart_shipment_name {
    position: relative;
    float: left;
}
.cart_shipment_price {
    position: relative;
    float: right;
}
.cart_select_option_selected {
    background-color: #fe91b0;
    border:none;
}
.cart_payment_name {
    position: relative;
    /*float: left;*/
    text-align: left;
}
.cart_payment_price {
    position: relative;
    float: right;
}
.cart_input_text{
    padding:10px;
    margin: 5px 0px;
    width:100%;
    border-radius: 5px;
    border: 0px solid white;
    background-color: #e9e9e9;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.cart_input_text::placeholder {
    color:#898989;
    font-size: 16px;
    font-weight: bold;
}
.cart_input_text:-ms-input-placeholder {
    color:#898989;
    font-size: 16px;
    font-weight: bold;
}
.cart_input_text::-ms-input-placeholder {
    color:#898989;
    font-size: 16px;
    font-weight: bold;
}
#cart_giftcard_use_button{
    background-color: #6edad0;
    height: 40px;
    line-height: 40px;

    color: #000 !important;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    width: 20%;
    position: absolute;
    right: 0;
    font-family: 'Open Sans Condensed', sans-serif !important;
    font-weight: bold;
}
#cart_giftcard_button{
    cursor: pointer;
}
#checkout_button{
    background-color: #6edad0;
    height: 45px;
    line-height: 45px;
    color: #000 !important;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    width: 80%;
    border:none;
    border-radius: 5px;
    font-family: 'Open Sans Condensed', sans-serif !important;
    font-weight: bold;
}
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:#fe0313;
}
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: #000;
    /*background-color: #6d6d6d;*/
    color: white;
    overflow: auto;
}
.notify_box {
    background-color: #000;
    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 #000;
    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 #000;
    position: absolute;
    bottom: 18px;
    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: 50px;
}
.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:#000;
    text-transform: none;
    padding-left: 20px;
    font-size: 40px;
}
.breadcrumbs {
    padding-top: 20px;
    padding-bottom: 20px;
}
.breadcrumbs a {
    color:#000;
    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 &gt; li &gt; a {
  color:#373434;
}
.navbar-shrink .navbar-nav &gt; li &gt; a:hover,
.navbar-shrink .navbar-nav &gt; li &gt; a:focus {
  color: #e94b0b;
  background-color: transparent;
}
.contact_info_bar {
    font-size: 14px;
}
.header_brand {
    text-align: center;
    font-size: 30px;
    padding-top: 15px;
    margin-bottom: 20px;
    max-height: 115px;
    line-height: 115px;
}
.product_container_cols {
    width: 34px;
    height: 34px;
    /*border: 2px solid #000;*/
    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 #000;
    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 #000;
    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 #000;
}
.selected_product_color {
    border: 1px solid #000;
}
.product_size_color {
    height: 40px;
    float: left;
    border: 1px solid #000;
    padding:3px;
    margin:3px;
    line-height: 35px;
    cursor: pointer;
    text-transform: uppercase;
}
.product_size_color:hover{
    border: 1px solid #000;
}
.selected_product_size_color {
    border: 1px solid #000;
}
/*
.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%;
    max-height:  800px;
    object-fit: cover;
}
.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: #000;
    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) {
    body {
        padding-top: 0px !important;
    }
    #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(#000, #000);
     background: -moz-linear-gradient(#000, #000);
     background: -o-linear-gradient(#000, #000);
     background: linear-gradient(#000, #000);
     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: #000;
}

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

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

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

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

.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;
    font-family:'Open Sans Condensed', sans-serif !important;
    font-weight: bold;
}

.product_container_image &gt; img {
    display: inline;
}

/* category */

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

.category_container &gt; .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.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&gt;li {
    float: none;
}
#navbar.collapsed .navbar-nav&gt;li&gt;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 #000;
    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 &gt; li &gt; a {
    font-family: 'Open Sans', sans-serif !important;
    text-transform: none !important;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 12px;
}
.navbar-nav {
    color: #000 !important;
    background-color: #fff !important;
    min-height: 40px;
    line-height: 40px;
}

.navbar-default {
    border: none;
}
.navbar-default .navbar-nav &gt; li &gt; a {
    font-size: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-default .navbar-nav &gt; li &gt; a {
    line-height: 40px;
    color: #000 !important;
    font-family: 'Open Sans Condensed', sans-serif !important;
    font-weight: 700;
    text-transform: uppercase !important;
    height: inherit;
    font-size: 20px;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus {
  box-sizing: border-box;
  height: inherit;
  font-size: 20px;
}
.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; 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 &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
    background-color: #e9e9e9;
    border-radius: 10px;
    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-radius: 5px;
    font-size: 16px;
}
.header_login_input::placeholder {
    color: #898989;
    font-weight: bold;
    font-size: 16px;
}
.subgroups{
    padding: 10px;
    display: inline-block;
    float: left;
    background-color: #6edad0;
    border-radius: 0px;
    font-size: 12px;
    color: var(--black);
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 5px;
}
.filtering_select{
    border: none;
    height: 45px;
    width: 100%;
    text-align-last: left;
    line-height: 42px;
    background: url(/media/chevron-down.png) no-repeat 95% white;
    font-size: 15px;
    font-weight: bold !important;
    color: #000;
    background-color: #6edad0;
    padding: 0px 10px;
    text-transform: uppercase;
}
.selectdiv {
        border: none;
    height: 45px;
    width: 100%;
    text-align-last: left;
    line-height: 42px;
    background: url(/media/chevron-down.png) no-repeat 95% white;
    font-size: 15px;
    font-weight: bold !important;
    color: #000;
    background-color: #6edad0;
    padding: 0px;
    text-transform: uppercase;
}
.selectdiv * {
    cursor: pointer;
}
.hidden_select {
    display: block;
    background: rgb(110, 218, 208);
    max-width: 250px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    max-height: 500px;
    overflow-y: scroll;
}
.select_toggle {
    padding: 0px 10px;
}
.hidden_select_option{
    border-bottom: 1px solid #000;
    padding: 0px 10px;
    cursor: pointer;
    word-break: break-word;

}
.hidden_select_option input{
    margin-left: 5px;
}
.hidden_select_option::first{
    border-top: 1px solid #000;

}
.col-lg-20{
    width:12.5%;
}
.selectdiv:after {
  position: absolute;
  /*pointer-events: none;*/
}

.selectdiv select {
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
}
.sorting_select{
    border: none;
    height: 45px;
    width: 100%;
    text-align-last: left;
    line-height: 42px;
    background: url(/media/chevron-down.png) no-repeat 95% white;
    font-size: 15px;
    font-weight: bold !important;
    color: #000;
    background-color: #6edad0;
    padding: 0px 10px;
    text-transform: uppercase;
}
.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;
}

/* MENU OPEN FIX */
.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
    background-color: #e9e9e9;
}
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: 3rem;
  padding: .5rem;
  font-size: 1.0em;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border: none;
}
.number-input {
  font-size: 20px;
  display: inline-flex;
  background-color: #e9e9e9;
  padding: 5px;
  height: 45px;
  width: 100%;
  font-family: 'Open Sans Condensed', sans-serif !important;
}
.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: 18px;
  cursor: pointer;
  margin: 0;
  position: relative;
  background-image: url("/media/down_arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
}
.number-input button.plus {
  background-image: url("/media/up_arrow.png");
}
/* --------------------------------------------------------------------------*/
/*
    Select style
    */
    select::-ms-expand {
      display: none;
  }
  .select {
    font-family: 'Open Sans Condensed', sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url("/media/chevron-down.png");
    background-repeat: no-repeat;
    background-position: 95%;
    background-color: #e9e9e9;
    border: 0px solid white;
    border-radius: 0;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
    padding-left: 15px;
    margin-bottom: 1em;
    min-width: 100%;
    max-width: 100%;
    text-transform: uppercase;
    height: 40px;
}
.span-select {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1em;
}
/* ---------------------------------------- */

.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: #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);
    border:none;
}
/*----------------- */

.slick-next {
    right: 0px;
    z-index: 9999;
    width: auto;
    height: 45px;
}
.slick-prev {
    left: 0px;
    z-index: 9999;
    width: auto;
    height: 45px;
}
.navbar-header {
    position: relative;
    float: left;
    width: 100%;
}
.table-bordered &gt; thead &gt; tr &gt; th, .table-bordered &gt; tbody &gt; tr &gt; th, .table-bordered &gt; tfoot &gt; tr &gt; th, .table-bordered &gt; thead &gt; tr &gt; td, .table-bordered &gt; tbody &gt; tr &gt; td, .table-bordered &gt; tfoot &gt; tr &gt; 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 black;
    border-radius: 20px;
}
.variation_pictures_container {
    cursor: pointer;
}
.discount_icon {
    position: absolute;
    top: 8px;
    right: 10%;
    background: #fe0313;
    height: 50px;
    width: 85px;
    line-height: 50px;
    color: white;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif !important;
}
.new_icon {
    position: absolute;
    top: 8px;
    left: 10%;
    background: #03999e;
    height: 50px;
    width: 85px;
    line-height: 50px;
    color: white;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif !important;
}
.wholesale_icon {
    position: absolute;
    top: 8px;
    right: 10%;
    background: #03999e;
    height: 50px;
    width: 85px;
    line-height: 50px;
    color: white;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif !important;
}
.mobile_logo {
    padding: 4px 20px;
    height: 40px;
    position: relative;
    /*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-color: #03999e;
    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: 1;
    position: absolute;
    right: -10%;
}
#button_product_main_picture_previous {
    opacity: 1;
    position: absolute;
    left: -10%;
}
.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: 15px;
    position: relative;
    width: 27px;
    top: -37px;
}
.header_search_button{
    top: 40px;
    z-index: 999;
    cursor: pointer;
    /* left: 88%; */
    right: 15px;
    position: absolute;
    height: 50px;
}
.bold {
    font-weight: bold;
}
.pointer {
    cursor: pointer;
}
.attention_bar {
    background-color: #a74493;
    height: 60px;
    line-height: 60px;
    width: 100%;
    font-family: 'Open Sans Condensed', sans-serif !important;
}
.white {
    color: #fff;
}
.frontfour {
    margin: 15px 0px;
}
.footer_title {
    font-size: 40px;
}
#footer_sub_email::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #898989;
    font-weight: bold;
}
#footer_sub_email:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #898989;
   opacity:  1;
   font-weight: bold;
}
#footer_sub_email::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #898989;
   opacity:  1;
   font-weight: bold;
}
#footer_sub_email:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #898989;
   font-weight: bold;
}
#footer_sub_email::-ms-input-placeholder { /* Microsoft Edge */
   color: #898989;font-weight: bold;
}

#footer_sub_email::placeholder { /* Most modern browsers support this now. */
   color: #898989;
   font-weight: bold;
}
.category_text {
    position: absolute;
    top: 8%;
    left: 5%;
    padding: 30px;
    background-color: #fff;
    opacity: 0.9;
    width: 50%;
    overflow: hidden;
    height: 85%;
}
.wishlist_button {
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif !important;
    background-color: #6edad0;
    height: 45px;
    line-height: 45px;
    padding: 0px 15px;
}
.desci h2 {
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
}
.desci h3 {
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    color: #000;
}
.desci h4 {
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
}
.desci h5 {
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    color: #000;
}
.cart_payment_selecti,.cart_shipping_select {
    min-height: 45px;
}
.cart_payment_selecti:nth-of-type(even) {
    background-color: #fff;
}
.cart_payment_selecti:nth-of-type(odd) {
    background-color: #e9e9e9;
}
.cart_shipping_select:nth-of-type(even) {
    background-color: #fff;
}
.cart_shipping_select:nth-of-type(odd) {
    background-color: #e9e9e9;
}
.bigmenu {
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    top: 300px;
    border: 1px solid #000;
}
.bigmenu_heading{
    /*text-decoration: underline;*/
    font-weight: bold;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.slick-dots {
    bottom: 10px;
}
.liikennevalot &gt; span {
    display: none;
}
.sorting_select option {
    background-color: #fff;
}
.filtering_select option {
    background-color: #fff;
}
.modal-dialog {
    width: 50%;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
    right: 10px;
    position: relative;
    bottom: 35px;
}
.close:hover, .close:focus {
    opacity: 1;
}

/* MEDIA QUERIES */
@media (max-width: 769px){
    .navbar-nav &gt; li {
        display: block;
        float: none;
    }
    .navbar-nav {
        text-align: left;
    }
    .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;
    }
    .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu &gt; li &gt; a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 15px;
    }
}

@media (min-width: 768px){
    .navbar-nav &gt; li {
        float: left;
    }
}
@media (min-width: 979px) { /* hover menu */
    .modal-dialog {
    width: 50%;
}
    ul.nav li.dropdown:hover &gt; ul.dropdown-menu {
        display: block;
    }

    .nosto_teksti{
    font-size: 40px;
    bottom: 20px;
    padding: 10px;
    padding-right: 10px;
}

.banneri_teksti{
    font-size: 60px;
    bottom: 20px;
    padding: 20px;
    padding-right: 30px;
}
}
@media(max-width: 1450px) {

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

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

}
@media (max-width: 991px){
    .modal-dialog {
    width: 95%;
}
    .header_bar {
        line-height: 30px;
        min-height: 30px;
    }
    .cart_row_total {
        font-size: 12px !important;
    }
    .cart_row_total img {
        height: auto !important;
        position: absolute;
        right: 5px;
        top: 0px;
    }
    .number-input {
        padding: 5px 0px;
    }
    .cart_items_heading {
        font-size: 10px !important;
    }
    .article_body {
        margin-left: 0px !important;
        margin-top: 0px !important;
    }
    .card-content h4 {
        font-size: 14px;
    }
    .navbar-default .navbar-nav &gt; li &gt; 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&gt;li {
      float: none;
  }
  .navbar-nav&gt;li&gt;a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  .navbar {
    min-height: 50px;
    }
    /*.category_container {
        padding-top: 95px;
    }
    .ptop {
        padding-top: 0px;
    }*/
    span.header_cart_product_amount {
        position: absolute;
        top: 0px;
        right: 10%;
        background: #a74493;
        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: 0.9em;
        min-height: 50px;
        max-height: 50px;
    }
    .product_container_image {
        height: 200px;
    }
    .subgroups {
        font-size: 12px;
        margin-top: 10px;
    }
    .header_button {
        padding-left: 1% !important;
        padding: 4px 4px;
        font-size: 10px;
    }
    body {
        padding-top: 0px;
    }
    .attention_bar {
        min-height: 60px;
        padding-bottom: 10px;
        font-size: 10px;
        line-height: normal;
        height: auto;
    }
    .attention_bar img {
        display: block;
    }
    .wishlist_button {
        margin-top: 20px;
        font-size: 1em;
    }
    .buy_button {
        font-size: 1em;
    }
    #cart_giftcard_use_button {
        font-size: 14px;
    }
    .cart_select_option {
        font-size: 0.8em;
    }
}
@media (max-width: 768px){
    .header_button &gt; img {
        height: 32px;
    }
    .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 {
        top: 57px;
        right: 0px;
        margin: 0;
        display: none;
        width: 100%;
    }
    .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: 250px;
    }
    .product_container_name {
        font-size: 0.8em;
    }
    .subgroups {
        font-size: 12px;
        margin-top: 10px;
    }
}
@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%;
    }

    /* SHARE BUTTONS */

    .resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321;
}
.share_container_links {
    position: absolute;
    background-color: white;
    top: -10px;
    right: 40px;
    box-shadow: #969696 0px 0px 15px;
}

/* END SHARE BUTTONS */

.required:after
{
    position: absolute;
    top: 10px;
    right: 5px;
    color: #fe91b0;
    content: " *";
}</pre></body></html>