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

:root {
  --svart: #000;
  --blush: #f8f8f8;
  --inactive: #959595;
  --spruce: #000;
  --error: #bf0000;
  --peach: #f8f8f8;

  
  --spacing-xxs: 8px;
  --spacing-xs: 16px;
  --spacing-s: 24px;
  --spacing-m: 32px;
  --spacing-l: 40px;
  --spacing-xl: 48px;
  --spacing-xxl: 96px;
}

*:focus,*:hover{
    outline: none !important;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: initial !important;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    padding-top: 98px;
}

#page_wrapper {
    background-color: var(--blush);
    padding-top: 100px;
}


.container.medium {
    max-width: min(100%, 1450px);
}
.container.tight {
    max-width: min(100%, 1261px);
}

@media (min-width: 1200px) {
    .container {
        width: 1680px !important;
        max-width: min(99vw, 1680px);
    }   
}

h2.f48 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 48px;
}
h2.f32 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 32px;
}
h4.f24 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 24px;
}

.main-font {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}
.main-font-medium {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}
.main-font-bold {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
}
.main-font-black {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 900;
}

.secondary-font {
    font-family: 'Space Grotesk', sans-serif;
}
.secondary-font-medium {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
}
.secondary-font-bold {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
}
.secondary-font-black {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 900;
}

.absolute {
    position: absolute !important;
}

.modal-backdrop {
    z-index: 99999 !important;
}

.gray {
    color: #888888;
}

.main_content {
    padding-top: 25px;
}

#header_logo{
    max-width: 170px;
}

section[name="content"] {
    min-height: 20vw;
}

.container_inner {
    margin-top: var(--spacing-xl);
}

.product_container {
    min-height: 555px;
    padding:    0px;
    margin-bottom: 0px;
    margin: 4px;
    /*margin: var(--spacing-xs);*/
    width: min(calc(100% - var(--spacing-xxs)), 275px)!important;
    position: relative;
}
.product_container_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 555px;
    overflow: visible;
    background-color: white;
    box-shadow: 10px 4px 34px 0 rgba(71, 0, 0, 0.03);
    padding:  var(--spacing-xs);
    width: min(calc(100% - var(--spacing-xxs)), 275px)!important;
}
.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: 250px;
    max-height: 250px;
    width: 100%;
    height: 320px;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.product_container_image img {
    /*width: 242px;*/
    /*height: 242px;*/
    align-self: stretch;
    flex-grow: 0;
    vertical-align: middle;
    object-fit: cover;
}

.frontpage_brand_img {
    width:  auto;
    height: 100px;
    object-fit: cover;
}

.col-lg-20{
    width:20%;
}

.footerlink {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: medium;
    color: white;
}

.footer_link:hover > a {
    color:  white !important;
    text-decoration: underline;
}

@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;
    text-align: left;
    max-width: 200px;
    margin-bottom: 0px;
}

.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: #131517;
    background-color: #f4f6f9 !important;
    // background: #fff url(/media/search.png);
    background-repeat: no-repeat;
    background-position: right 1em center; 
    background-size: auto 2em;
    height: 3em !important;
    padding: 0.5em;
    width: 90%;
}
.header_search_input,.header_search_input::-webkit-input-placeholder {
    font-size: 14px !important;
}
.header_search_button_image {
    position: relative;
    width: 20px;
}
.header_search_button{
    top: 5px;
    z-index: 9999;
    cursor: pointer;
    position: relative;
}
*/
.mobile_search{
    margin-bottom: 20px !important;
}

.header_button {
    transition: all 0.5s ease;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    text-align: center;
    display: flex;
    cursor: pointer;
    flex-shrink: 0;
    padding: 4px;
}

.header_button:hover, .header_button:focus {
    background-color: #F6F1EE;
}
.header_button:active {
    background-color: #F6F1EE;
}

.header_button > a {
    display: flex;
}

.header_button img {
    width: 32px;
    height: 32px;
    flex-grow: 0;
    object-fit: contain;
}
.header_bar{
    background-color:black;
    min-height: 2em;
    line-height: 2em;
    color: #e0e0e0;
}
.header_bar a{
    color: #e0e0e0 !important;
}
.header_bar a:hover {
    color: white !important;
}

#register_button {
    height: 35px;
    line-height: 35px;
    font-size: 1.2em;
}

#login_submit {
    height: 35px;
    line-height: 35px;
    position: relative;
    top: 20px;
    text-align: center;
    display: inline-block;
    color: white;
    background-color: #000;
    border: none;
    font-size: 1.2em;
}
.login_submit {
    height: 40px;
    line-height: 40px;
    padding: 0 1%;
    position: relative;
    top: 20px;
    text-align: center;
    display: inline-block;
    color: white;
    background-color: #000;
    border: none;
}

.register_new {
    height: 40px;
    line-height: 40px;
    background-color: #EBEBEB;
    border: 0px !important;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 15px !important;
}

.login_heading {
    text-transform: uppercase !important;
    font-size: 1.5em;
}



/* MEGAMENU */ 
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: transparent !important;
}
.webshopmenu {
    position: fixed;
    justify-content: center;
    width: 100%;
    background-color: white;
    font-size: 1.35rem;
    padding: 25px;
    padding-top: 15px;
    z-index: 1000;
    display: none;
    margin-top: 6px;
    box-shadow: 0px 2px 3px 0px #828282;
    top: 92px;
    left: 0px;
}
.flex {
    display: flex !important;
}
#menucontainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    width: 100%;
    margin-right: 35px;
}
#menucontainer > ul > li {
    margin-right: 35px;
    padding: 0px;
    display: flex;
    align-items: center;
}
#menucontainer > ul > li > a {
    font-size: 18px;
    color: black;
    font-weight: 400;
    line-height: 3rem;
}
#menucontainer > ul > li > a > .fas {
    font-size: small;
}

#menucontainer > ul > li > a:hover {
    text-decoration: underline;
}
.menuopen {
    z-index: 999;
}
.menuitem {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
    align-items: center;
    justify-content: flex-end;
}
.menutitle > a {
    color: black;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
    display: block;
}
.menucolumn > a {
    font-size: 16px;
    color: #888888;
}
.submenutitle {
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
}
.submenucontainer {
    padding-top: 3px;
}
.grid-item-inner {
    padding-top: 3px;
}
.grid-item {
    min-width: 250px;
    padding-left: 15px;
    text-align: left;
}
.top_banner a:focus{
    outline-style: none!important;
}
.b-bottom {
    border-bottom: 1px solid #F1F1F1;
}
.b-right {
    border-right: 1px solid #F1F1F1;
}

.menugroup {
    padding-top: 0px;
    margin-bottom: 25px;
    padding-left: 25px;
}

/* / MEGAMENU */ 

.menu_login {
    font-size: 1.2rem;
    z-index: 9999;
    position: absolute;
    top: 85px;
    right: 130px;
    margin: 0;
    display: none;
    background-color: #fff;
    color: #000;
    width: 240px;
    border: none;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 4px #00000029;
}

.block {
    display: block !important;
}

.menu_loggedin {
    font-size: 1.2rem;
    z-index: 9999;
    position: absolute;
    top: 30px;
    right: 0px;
    margin: 0;
    display: none;
    background-color: #fff;
    color: #000;
    width: 240px;
    border: none;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 4px #00000029;
    display: block;
}

#logout_button {
    height: 35px;
    line-height: 35px;
    position: relative;
    top: 10px;
    text-align: center;
    display: inline-block;
    color: white;
    background-color: #000;
    border: none;
    font-size: 1.2em;
    margin-bottom: 15px;
    cursor: pointer;
}

.header_login_input {
    padding:5px;
    margin: 5px;
    width:100%;
    border: none;
    background-color: #FAFAFA;
    border: 1px solid #707070;
}
.header_login_input::placeholder {
    color: #858585;
}

.product_variation_selector {
    max-width: 250px;
    padding: 10px 35px 10px 10px;
}


.selectdiv:after {
    content:"\f107 ";
    font-family: "Font Awesome 5 Free";
    color: #000;
    position: absolute; 
    right: 0; 
    top: 18px;
    z-index: 1;
    width: 10%;
    height: 100%;  
    pointer-events: none; 
}


select {
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    outline: none;
    background:none;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
}

.buy_button, .buy_button_variation {
    transition: all 0.5s ease;
    background-color: black;
    height: 45px;
    line-height: 45px;
    width: 250px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    display: block;
    border-radius: 0px;
    border: 0px solid transparent;
    color: #FAFAFA;
    outline: none !important;
    overflow: hidden !important;
    text-transform: uppercase;
}
.buy_button_outofstock {
    width: 100%;
    margin-bottom: 25px;
}

.buy_button:hover, .buy_button:focus {
    background-color: #182C2A;
}
.buy_button:active {
    background-color: #1A2120;
}


.product_brandname {
    font-size: 18px;
    font-weight: normal;
    display: block;
}

.product_name {
    font-size: 32px;
    font-weight: normal;
}

#product_price  {
    font-size: 48px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--svart);
}

.product_pictures {
    width: 100%;
    padding: 0;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-l);
}

#product_pictures_container {
    min-height: 200px;
    display: flex;
    align-items: baseline;
    min-width: 50%;
    max-width:  100%;
}

.product_pictures_extra_container {
 width: 100%;
 float: left;
 margin: 0 auto;
 position: relative;
 /*max-height: 510px;*/
 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;
    min-height: 100px;
    object-fit: contain;
}
#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;
    display: flex;
    align-items: center;
    background-color: white;
    justify-content: center;
    /*border: 1px solid #e0e0e0;*/
    height: 40px;
    font-size: 1.5rem;
    padding: 0px;
    margin: 0px;
    min-width: 40px;
}
#button_product_main_picture_next {
    right: -10px;
    text-align: right;
    display: flex;
    align-items: center;
    background-color: white;
    justify-content: center;
    /*border: 1px solid #e0e0e0;*/
    height: 40px;
    font-size: 1.5rem;
    padding: 0px;
    margin: 0px;
    min-width: 40px;
}
/*
.product_main_picture {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
*/
.product_main_picture img {
    max-width: 100%;
    max-height: 707px;
    object-fit: cover;
}
.product_main_picture_max img {
    max-height: 100%;
}


.front_important_element {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1em;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 1em;
    background: #fff3bf;
    border-top: 1px solid #ffffff7a;
    border-bottom: 1px solid #efde93;
    font-style: italic;
    max-height: 3em;
    overflow: hidden;
    margin-top: 0px;
    color: black;
    margin-bottom: 0px;
}
.front_important_element .fas.fa-info-circle {
    font-size: 18px;
    margin-right: 15px;
}
.front_important_element * p {
    background-color: transparent !important;
    color: black !important;
    margin: 0px !important;
}
.front_important_element * a {
    background-color: transparent !important;
    text-decoration: underline !important;
    color: black !important;
    margin: 0px !important;
}

.notify_product_added_cart {
    padding-top: 15px;
}

.close_notification {
    margin-left: 15px;
    cursor:pointer;
}
.close_notification_icon {
    padding: 6px 12px 6px 12px;
}
.close_notification_icon:hover {
    color: black !important;
    transition: color 0.5s ease;
}

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

.flex-middle {
    display: flex;flex-direction: column;justify-content: center;align-items: center;
}

.quicksearchimage {
    width: 70px !important;
    max-width: 70px !important;
    max-height: 70px !important;
    object-fit: cover !important;
    margin-right: 15px;
    margin-left: 5px;
    font-size: 1rem;
}

.cart_products_container {
    background-color: white;
    padding: var(--spacing-l);
}
.cart_products_row {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f3f3f3;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.nomaxheight {
    max-height: initial;
}

.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: 0px;
    width: 100%;
    cursor: pointer;
    border-radius: 0px;
}
.cart_shipment_name {
    position: relative;
    float: left;
}
.cart_shipment_price {
    position: relative;
    float: right;   
}
.cart_select_option_selected {
/*    border: 1px solid black;
    border-radius: 0px;*/
}
.cart_payment_name {
    padding-left: 25px;
    position: relative;
    float: left;
}
.cart_payment_price {
    position: relative;
    float: right;   
}
.cart_input_text{
    padding:15px;
    margin: 5px;
    width:100%;
    border-radius: 0px;
    border: 1px solid #e7e7e7;
    box-shadow: none;
    margin-bottom: 15px;

}
#cart_giftcard_use_button{
    height: 42px;
    line-height: 41px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    width: 100%;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff !important;
}
#cart_giftcard_button{
    cursor: pointer;
}
#checkout_button{
    background-color: #000;
    height: 60px;
    line-height: 60px;
    color: white;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    display: block;
    width: 250px;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.category_sort_container {
    float: right;
    position: relative;
}

#category_sorting_selector {
    color: #000;
    height: 34px;
    padding-left: 10px;
    border-radius: 0px;
    float: right;
    width: 140px;
    box-shadow: none;
    border: solid 1px var(--svart);
    background-color: var(--blush);
    font-weight: 400;
    height: 100%;
    margin-bottom: var(--spacing-s);
    margin-right: 25px;
    margin-bottom: 0px;
}

.bestsearch_hintaslider_container {
    padding: 0 10px 0 8px;
    clear: both;
}
#category_textfilter{
  /*margin-top:30px;*/
}
.category_textfilter input{
  width: 100%;
}
.filterr {
   width:100%;padding:5px;float:left;position:relative;
}
#category_priceslider{
 margin-top:30px; 
}
.product_container_price{
    font-weight: 400 !important;
    font-size: 14px;
    min-height: 40px;
    text-align: left;
    color:#000;
}
.product_container_price del{
    font-weight: 400 !important;
    color: #000;
}

#product_price del{
    font-weight: 400 !important;
    color:#000;
}
.product_container_discount_price{
    font-weight: 400 !important;
    color: black;
}
del{
    color:#000;
}
.typechosen{
    background-color: #c04731;
    color: white;
    overflow: auto;
}
.typefilter {
    padding: 5px;
    margin: 5px;
    border-radius: 2px;
    text-transform: none;
    border: 1px solid #dddddd;
    background-color: white;
    display: inline-block;
}
.typefiltercontainer{
    overflow: auto;
    cursor: pointer;
    display: inline-block;
}
.selected_attributes{
    background-color: #333333;
    color: white;
}
.notify_box {
    background-color: #131517;
    width: 170px;
    padding: 10px;
    position: absolute;
    z-index: 99;
    color: white;
    text-align: center;
    /*bottom: 100px;*/
}
.notify_box a {
    color: white;
    text-decoration: underline;
}

.notify_box_select {
    left: 0;
}

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

.notify_box_amount {
    top: 75%;
    left: -190px;
}

.notify_box_amount div {
    height: 0;
    width: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #131517;
    position: absolute;
    bottom: 18px;
    right: -15px;
}
.realred {
    color: #ff0000;
    font-weight: 400;
}
.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%;
}
.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 {
    display: flex;
    color: var(--svart);
    text-align: left;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.frontpage_topic h3 {
    font-size: 32px;
    font-weight: 600;
}
.frontpage_topic a {
    font-size: 18px;
    font-weight: bold;
}
.frontpage_topic > a > img {
    margin-left: var(--spacing-xs);
}


#frontpage_brand_container {
    background-color: black;
    margin-top: 25px;
    margin-bottom:25px;
    padding: 60px 0px 100px 0px;
    background-image: url(/media/dots.png);
}
.frontpage_brand {
    width: 100%;
    height: auto;
    border: 1px solid #333333;
    transition: border .5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.frontpage_brand:hover {
    border: 1px solid #8c8c8c;
    transition: border .5s;
}
.frontpage_brand_img {
    object-fit: cover;
}

.breadcrumbs {
    padding-top: 20px;
    padding-bottom: 20px;
}
.breadcrumbs a {
    text-transform: uppercase !important;
    color:#131517;
    font-size: 1em;
    font-weight: 400;
    margin-top: 15px;
}

/*------------ filtering -------------- */ 

.sorting_select, .product_variation_selector {
    background: url(/media/arrd.png) no-repeat 95% white;
    max-width: 100%;
}
.filtertoggler.collapsed > h4 {
    border-bottom: 1px solid #dddddd;
}
.filterscontainer > .wrapper {
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}

.filterscontainer > .wrapper > .container {
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    place-content: flex-end;
}

.filterscontainer {
    border: 0px solid #222222; padding-top: 0px !important;
}
.filters{
    display: block;
}

.filter_container{
    margin-right: 0px;
    display: block;
    position: relative;
}
.filterpopup{
    display: none;
    padding: 0px;
    border: none;
    background-color: #fff;
    z-index: 90;
    max-width: calc(100vw - 50px);
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: visible;
    position: absolute;
    width: 400px;
    right: -16px;
    top: 36px;
}
.filterpopup_btn{
    margin-left: 25px;
    text-align: left;
    display: block;
    font-weight: 400;
    background: url(/media/arrd.png) no-repeat 95% 40% white;
    width: 65px;
    float: right;
    position: relative;
}
.filter_wrapper {
    border: 1px solid #F2F2F2;
    background-color: white;
}

.filter_tag_button {
    display: inline-block;
    background-color: #f0f0f0;
    user-select: false;
    margin-top: 5px;
    margin-right: 5px;
    padding: 8px;
}
.remove_tag {
    margin-left: 8px;
    margin-right: 4px;
    cursor: pointer;
}
#filtertags {
    padding-top: 10px !important;
    padding-left: 5px !important;
}

.modal-content {
    border-radius: 0px;
}

.panel {
    border: none;
    box-shadow:  none;
    background-color: transparent;
}
.panel-title {
    position: relative;
}
.panel-group .panel + .panel {
    margin-top: 0px;
    box-shadow: none;
}
.panel-body {
    padding: 0px 15px 15px 0px;
}
.filtertoggler.collapsed > h4, .collapse.in {
    border: none !important;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-radius: 0px;
    border: none;
}
.panel-default > .panel-heading {
    text-align: left;
    border-radius: 0px;
    background-color: transparent;
    border: none;
    padding: 0px;
}
.panel-group .panel {
    border-bottom: 1px solid #F2F2F2;
    border-radius: 0px;
    border: none;
}
.accordion_title {
    background-color: transparent;
    transition: background-color 0.5s ease;
    font-weight: 400;
    width: 100%;
    display: block;
    padding: 15px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
/*
.accordion_title[aria-expanded="true"] {
    background-color: #EFEEEB;
    transition: background-color 0.5s ease;
}
.accordion_title:after {
    content: '\2b';
    font-size: 26px;
    position: absolute;
    font-weight: lighter;
    color: #808080;
    right: 0px;
    bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.accordion_title[aria-expanded="true"]:after {
    content: '\2212';
    font-size: 26px;
    position: absolute;
    font-weight: lighter;
    color: #808080;
    right: 0px;
    bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
*/

.atr_filter_save_btn {
    border: 1px solid black;
    font-weight: 500;
    display: block;
    margin-left: 50px;
    margin-right: 50px;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

/* Customize the label (the container) */
.checkbox_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: var(--svart);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: var(--blush);
    border: solid 1px var(--svart);
    border-radius: 0px;
}
.timer{
    font-size:18px;
    font-weight: bold;
    color: #d19956;
    text-transform: uppercase;

}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
    left: 5px;
    top: -1px;
    width: 8px;
    height: 15px;
    border: solid var(--svart);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Customize the label (the container) */
.m_checkbox_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    color:#fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.m_checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.m_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: transparent;
    border: 3px solid #fff;
    border-radius: 3px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.m_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.m_checkbox_container input:checked ~ .m_checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.m_checkbox_container .m_checkmark:after {
    left: 6px;
    top: 0px;
    width: 8px;
    height: 15px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filters{
    /*display: none;*/
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.filterscontainer{
    border: 0px; 
    padding-top: 20px !important;
    padding-bottom: 15px !important;
}
.show_filters{
    display: block;
}

/* ----------- / Filtering --------- */ 


.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;
    margin-bottom: 20px;
}
.product_container_cols {
    width: 34px;
    height: 34px;
    /*border: 2px solid #131517;*/
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    line-height: 22px;
    text-align: center;
}
.product_container_cols_selected {
    background-color: #e6e6e6;
}
.container_cols{
    cursor: pointer;
}
.product_size {
    height: 50px;
    float: left;
    border: 2px solid #131517;
    padding-left: 25px;
    padding-right: 25px;
    margin: 3px;
    line-height: 50px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0px;
}
.product_size.oos {
    opacity: 0.4;
    border: solid 1px var(--inactive);
}

.selected_product_size {
    background-color: #000;
    color: #fff;
}
.product_color {
    height: 50px;
    float: left;
    border: 2px solid #131517;
    padding-left: 25px;
    padding-right: 25px;
    margin: 3px;
    line-height: 50px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
}
.product_color:hover{
    border: 1px solid #131517;
}
.selected_product_color {
    border: 1px solid #131517;
}
.product_size_color {
    height: 40px;
    float: left;
    border: 1px solid #131517;
    padding:3px;
    margin:3px;
    line-height: 35px;
    cursor: pointer;
    text-transform: uppercase;
}
.product_size_color:hover{
    border: 1px solid #131517;
}
.selected_product_size_color {
    border: 1px solid #131517;
}

.span-select {
    line-height: 25px;
}

.selectdiv:after {
  position: absolute;
}

#product_sizes{
    width: 100%;
    float: left;
    position: relative;
}

.promotion_container_image {
    width: 518px;
    height: 518px;
    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: #131517;
    color:#fff;
}
.promotion_container_text_button {
    font-size: 14px;
    color: white;
    bottom: 15%;
    position: absolute;
    width: 200px;
    border-radius: 0px;
    min-height: 40px;
    line-height: 40px;
    left: calc(50% - 100px);
    border: 1px solid white;
}

.nosto_button {
    font-size: 14px;
    color: white;
    width: 200px;
    border-radius: 0px;
    min-height: 40px;
    line-height: 40px;
    border: 1px solid white;
    margin-top: var(--spacing-xl);
    text-align: center;
    transition: all 0.5s ease;
}

@media(max-width:769px){
  .product_pictures{
    display: none;
  }
  .product_pictures_mobile{
    display: block;
    width: 100%;
    height: auto;
  }
  .product_picture_mobile_container img{
    width: 100%!important;
    max-height: 100%!important;
  }
  .product_pictures_mobile .product_picture_extra_deselected, .product_picture_extra{
    opacity: 1;
  }
}
@media(min-width:770px){
  .product_pictures_mobile{
    /*display: none;*/
  }
}
@media (max-width: 767px) {
    .variation_pictures_container {
        margin-right: 0px !important;
    }
    .promotion_container_image {
        height: 389px;
    }
    .product_pictures_extra_container {
display: none;
    }
    .product_pictures{
        height: auto;
    }
    #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 ========== */


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

  #sliding_mobilemenu {
      height: 100%;
      width: 90%;
      max-width: calc(100vw - 55px);
      max-height: 100%;
      background-color: white;
      overflow-y: hidden;
  }
  #mobilemenu_content {
      overflow-y: auto;
      max-height: 100%;
      padding-top: 15px;
  }

  #slider {
     width: 90%;
     max-width: calc(100vw - 55px) !important;
     max-height: 100%;
  }

  /*
  #mobilemenu_close {
      position: absolute;
      cursor: pointer;
      float: right;
      top: 10px;
      right: 15px;
      z-index: 9999;
      padding: 5px;
      background-color: white;
      padding: 10px;
      margin-right: 10px;
  }
  #mobilemenu_close img {
      width: 14px;
      height: 14px;
  }
  */
  /* ------  Ostoskori sidemenu ------- */ 

  /* --------------------------------------------------------------------------*/
  /* Tuotesivu - Cart Buy Amount */

  .amountti {
      height: 30px;
      text-align: center;
      line-height: 30px;
      float: left;
      width: 35px;
  }

  input[type="number"] {
      -webkit-appearance: textfield;
      -moz-appearance: textfield;
      appearance: textfield;
  }
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
  }
  .number_input_btn_left {
      height: 30px; 
      border-right: 0px; 
      line-height: 30px; 
      font-size: 1.5em; 
      font-weight: normal; 
      width: 35px; 
      float: left; 
      text-align: center;
      user-select: none;
      cursor: pointer;
  }
  .number_input_btn_right {
      height: 30px; 
      border-left: 0px; 
      line-height: 26px;
      font-size: 1.5em; 
      font-weight: normal; 
      width: 35px; float: left; 
      text-align: center;
      user-select: none;
      cursor: pointer;
  }

  .narrow {
      width: 30px !important;
      height: 30px !important;
      line-height: .9em !important;
  }

 /* -------- */ 

  #slider {
      width: 400px;
      height: 800px;
      background: #FFFFFF 0% 0% no-repeat padding-box;
      z-index: 99999;
      opacity: 1;
  }
  #slide_header {
      margin: 0px;
      padding-top: 0px;
      border-bottom: 1px solid #F2F2F2;
      height: 50px;
  }
  .slide_title {
    padding-top: 15px;
    padding-left: 15px;
    font-size: 18px;
    margin: 0px;
  }

  #slide_content {
      flex: 1 1 0%;
      overflow: auto;
  }
  #slide_close {
      position: absolute;
      cursor: pointer;
      float: right;
      top: 10px;
      right: 15px;
  }
  #slide_close img {
      width: 14px;
      height: 14px;
  }
  #cart_preview_container{
      width: 100%;
      padding-left: 5px;
      padding-right: 5px;
      padding-bottom: 0px;
      background: #fff;
      overflow: auto;
      z-index: 99;
  }
  .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: 115px;
    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;
  }
  .cinfo {
      text-align:center;
      margin-bottom: 10px;
      padding: 20px;
  }
  .cinfoline {
      display: block;
      line-height: 1.1em;
      font-size: 1.15em;
  }

  .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: 120px;
      margin-bottom: 5px;
      border-bottom: 1px solid #F2F2F2;
  }
  .cart_item_row_img {
      background-color: white;
      display: flex;
      padding: 0px;
      height: 99px;
  }
  .cart_preview_img {
      width: 100%;
      object-fit: contain;
      margin: auto auto;
  }

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

  .cbtn.cart {
      background-color: #FFF;
      border: 1px solid #000;
      height: 30px;
      line-height: 24px;
      font-size: 18px;
      font-weight: normal;
      width: 30px;
      float: left;
      text-align: center;
      user-select: none;
      cursor: pointer;
      color: #3f3f3f;
      padding: 0px !important;
      margin: 0px !important;
      font-weight: 400;
  }
  .camt.cart {
      background-color: #FFF;
      border: 1px solid #000;
      height: 30px;
      text-align: center;
      line-height: 22px;
      float: left;
      width: 42px;
      -webkit-appearance: textfield;
      -moz-appearance: textfield;
      appearance: textfield;
      color: black;
      border-left: none;
      border-right: none;
  }
  .cbtn.cart:nth-of-type(2) {
      line-height: 25px;
  }


  .cbtn:hover {
      background-color: #F2F2F2;
      color: black;
  }
  .camt_container {
      display: inline-flex;
      margin-top: 10px;
      margin-bottom: 5px;
      width: 100%;
  }
  .crem {
      float: right;
      color: #555555;
      width: 25px;
      height: 25px;
      padding: 3px 7px;
      border-radius: 6px;
      font-weight: 600;
      font-size: 1.1em;
      cursor: pointer;
  }
  .linetotal {
      line-height: 22px;
  }

  @keyframes pulsebg
  {
     0% {background-color: white;}
     25% {background-color:#f6f6f6;} 
     50% {background-color: white;}
     75% {background-color:#f6f6f6;}
     100% {background-color: white;}
  }

  .cart_preview_desc {
      height: 120px;
      padding: 8px !important;
      background-color: white;
      transition: 2s linear background-color;
      border-bottom: 1px solid #F2F2F2;
  }
  .cart_preview_desc.active {
     animation: pulsebg 2s;
     animation-iteration-count: 1
     /* background-color: #f6f6f6; */ 
  }

  .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;
  }
  #slide_footer {
      display: flex; flex-direction: column;
      margin: 0px;
      padding-top: 0px;
      align-self: flex-end;
      width: 100%;
  }
  #slide_footer #totals {
    border-top: 1px solid #F2F2F2;
    padding-left: 15px;
    padding-right: 15px;
    height: 50px;
    width: 100%;
  }
  #slide_footer #gotocart {
      background-color: #000;
      height: 50px;
      width: 100%;
      padding: 15px;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0;
      color: #FAFAFA;
      margin: 5px;
      font-weight: 600;
  }
  #close_sidepanel {
    background-color: white;
    height: 50px;
    width: 100%;
    padding: 15px;
    text-align: center;
    letter-spacing: 0;
    color: black;
    margin: 5px;
    font-weight: 400;
    border: 1px solid black;
  }

  /* ------  / Ostoskori sidemenu ------- */ 


 .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
     color: #fff; background-color: #333;
 }

 .color_primary {
    color: #131517;
}

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

.footer {
    padding-top:50px;
    background-color: black;
    color: white !important;
}

.uppercase {
    text-transform: uppercase;
} 

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

/* category */ 

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

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

.padding_bot_20 {
    padding-bottom: 20px;
}

.margin_bot_20 {
    margin-bottom: 20px;
}

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

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

.dropdown.color_menu_li.active::after {
    position: absolute;
    font-size: 20px;
    content: "•";
    color: black;
    border-radius: 50%;
    bottom: -20px;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
}

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

#navbar {
    border-bottom: 1px solid #dddd !important;
    z-index: 100;
    min-height: 0px;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_brand {
    margin-bottom: 0px;
}
.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* navbar autocollapse */ 

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

.show {
    display: block !important;
}

#wishlist_button, #wishlist_button_active {
    transition: all 0.5s ease;
    cursor: pointer;
    background-color: white;
    padding: 6px;
}

.wishlist_button:hover, .wishlist_button:focus {
    background-color: #F6F1EE !important;
}
.wishlist_button:active {
    background-color: #F6F1EE !important;
}

.prod_wishbutton_delete:hover {
    text-decoration: underline;
    cursor: pointer;
}

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

.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: 'Jost', sans-serif;
    text-transform: uppercase !important;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.25rem;
}
.navbar-nav {
    color: transparent !important;
    background-color: #fff !important;
    box-sizing: border-box;
    min-height: 70px;
    line-height: 70px;
}

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

.navbar-default .navbar-nav > li > a {
    line-height: 45px;
    color: #1b1b1b !important;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    text-transform: uppercase !important;
    height: inherit;
    font-size: 1.5rem;
}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  box-sizing: border-box;
  height: inherit;
  font-size: 1.5rem;
}

/*
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    box-sizing: border-box;
    -moz-box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
    -webkit-box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
    box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
    height: inherit;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    box-sizing: border-box;
    -moz-box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
    -webkit-box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
    box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
    height: inherit;
}
*/

.some_logo {
    padding-right: 20px;
    height: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-right: 1.5em;
}

#login_submit_footer {
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    font-size: 1em;
    font-family: "Space Grotesk";
    font-size: 20px;
    font-weight: 600;
    width: 125px !important;
    font-weight: bold;
    top: 0px;
    cursor:pointer;
    background-color: #000;
    color: var(--blush);
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    border-radius: 0px;
    transition: all 0.5s ease;
}

#login_submit_footer:hover, #login_submit_footer:focus {
    background-color: #182C2A;
}

#login_submit_footer:active {
    background-color: #1A2120;
}

.footer_box {
    padding: 10px;
    margin-right: 20px;
}
.small_text {
    font-size: 0.9em;
}
.lowercase {
    text-transform: none;
}
.leeloo_checkbox {
    width: 20px;
    height: 20px;
}
.leeloo_checkbox {
    display:none;
}
.leeloo_checkbox + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    cursor:pointer;
    border: 1px solid #000;
}
.leeloo_checkbox:checked + label span {
    background:url(/media/chevron-check.png) 3px 3px no-repeat;
    background-size: 80%;
}
.header_login_input {
    padding: 5px;
    margin: 5px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 14px;
}
.header_login_input::placeholder {
    color: #858585;
}
.subgroups{
    padding-right: 15px;
    display: inline-block;
    float: left;
    font-size: 12px;
}
/*
.filtering_select{
    border: 1px solid #494949;
    height: 30px;
    width: 100%;
    text-align-last: center;
    line-height: 27px;
    background: url(/media/chevron-down.png) no-repeat 95% white;
    border-radius: 5px;
    font-size: 0.9em;
}
*/
.col-lg-20{
    width:20%;
}
.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: 12px;
    right: -13px;
    background: #BF2866;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    line-height: 18px;
    color: white;
    text-align: center;
    font-size: 10px;
    opacity: 1;
}
.underline {
    text-decoration: underline;
}
.whitebck {
    background: #fff;
}
.white {
    color: white;
}
.op75 {
    opacity: .75;
}
.caps {
    text-transform: capitalize;
}
.fa-star, .fa-star-half-alt {
    margin: 0px !important;
}

/* 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: #fff;
}
h1, .h1 {
    font-size: 32px;
}
.black {
    color: #1b1b1b !important;
}

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

/* --------------------------------------------------------------------------*/
/*
    Number input style
    */
    input[type="number"] {
      -webkit-appearance: textfield;
      -moz-appearance: textfield;
      -o-appearance: textfield;
      appearance: textfield;
  }
/*
input[type="number"]:focus {
outline: 0;
}
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.number-input input[type=number] {
  max-width: 5rem;
  padding: .5rem;
  border: solid white;
  border-width: 0 0;
  font-size: 1.2em;
  height: 1.5em;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid black;
}
.number-input {
  display: inline-flex;
}
.number-input,
.number-input * {
  box-sizing: border-box;
}
.number-input button {
  outline:none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  width:  1.2em;
  height: 1.5em;
  cursor: pointer;
  margin: 0;
  position: relative;
  background-image: url("/media/left_arrow.png");                   
  background-repeat: no-repeat;
  background-position: center center;
}
.number-input button.plus {
  background-image: url("/media/right_arrow.png");
}
/* --------------------------------------------------------------------------*/
select::-ms-expand {
    display: none;
}
.span-select {
    font-family: 'Jost', sans-serif;
    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 {
    margin-top: var(--spacing-l);
    margin-bottom: var(--spacing-xs);
}

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

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


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

.filtertoggler.collapsed .menu_heading .icon:after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    content: "\f067";
    margin-left: 5px;
    font-size: 1.25rem;
    color: #dddddd;
    float: right;
}
.filtertoggler[aria-expanded="true"] .menu_heading > .icon:after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    content: "\f068";
    margin-left: 5px;
    font-size: 1.25rem;
    color: #dddddd;
    float: right;
}
.collapse {
    overflow: hidden !important;
}

.filtertoggler.collapsed > h4,  .collapse.in {
    border-bottom: 1px solid #dddddd;
}
.submenu_nochildren {
    border-bottom: 1px solid #dddddd;
    padding: 8px 0px 10px 15px !important;
    font-size: 16px;
}
.menu_heading {
    padding-top: 15px;
}
.filtertoggler.collapsed > .menu_heading {
    padding-bottom: 15px;
}
.filtertoggler > .icon {
    position: absolute;
}
.noborder {
    border: none !important;
    padding-bottom: 0px !important;
}

/*
.filtertoggler.collapsed .menu_heading .icon:after {
    font-size: small;
    content: url('/media/sb_icon_next-right_s.svg');
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.filtertoggler[aria-expanded="true"] .menu_heading > .icon:after {
    content: url('/media/sb_icon_next-right_s.svg');
    font-size: small;
    float: right;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
*/

/* Slider */ 
.ui-widget {
    font-size: 5px;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -1.7em;
}
.ui-slider-range.ui-widget-header {
    top: 6px;
}
.ui-slider-range.ui-widget-header {
    background-color: #5f5f5f !important;
    top: 0px;
}
.ui-widget-content {
    background: #ededed !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none;
    background: #f29400;
    background-color: white;
    border: 1px solid #1f1e1d;
    border-radius: 50%;
    padding: 8px;
}
#slider_amount {
    color: black;
    font-weight: 400 !important;
    font-size:1em;
}
/* / Sidemenu filter */ 

.sidemenu_search {
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidemenu_search_button {
    transition: all .5s linear;
    margin-left: -43px;
    text-align: center;
    font-size: 1.25em;
    cursor: pointer;
    background-color: white;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding-right: 5px;
    padding-left: 5px;
    height: 34px;
    color: gray;
}
.sidemenu_search_button:hover, .sidemenu_search_button:focus {
    background-color: #F6F1EE;
    color: gray;
}
.sidemenu_search_button:active {
    background-color: #F6F1EE;
    color: gray;
}


.sidemenu_search_input {
    box-shadow: 0 4px 20px -10px rgb(0 0 0 / 10%);
}

#sliding_mobilemenu {
    height: 100%;
    width: 90%;
    max-width: calc(100vw - 55px);
    max-height: 100%;
    background-color: white;
    overflow-y: hidden;
}
#mobilemenu_content {
    overflow-y: auto;
    max-height: 100%;
    padding-top: 15px;
}

#slider {
   width: 90%;
   max-width: calc(100vw - 55px) !important;
   max-height: 100%;
}

.absolute {
    position: absolute !important;
}

.nav-tabs > li > a, .form-control {
    border-radius: 0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-bottom-color: white;
    margin-bottom: -1px;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.slick-next {
    right: 20px;
    z-index: 50;
}
.slick-prev {
    left: 20px;
    z-index: 50;
}
.banner.slick-prev, .banner.slick-next,.banner2.slick-prev, .banner2.slick-next {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
}
.product_pictures_extra_container .slick-next, .product_pictures_extra_container .slick-prev {
    top: 50%;
}

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

.slick-next, .slick-prev {
    top: 35%;
    width: 40px;
    height: 40px;
    /*border: 1px solid black;*/

}

.slick-next:before, [dir=rtl] .slick-prev:before {
    content: inherit;
}
.slick-next:before, .slick-prev:before {
    opacity: 1;
}

.merkki.slick-prev, .merkki.slick-next {
    width: auto;
}
.slick-dots {
    bottom: -10%;
}

.slick-dots li button:before {
    color: white;
    font-size: 12px;
}
.slick-dots li.slick-active button:before {
    color: white;
}

/* vertical */
.product_picture_extra:first-of-type {
    /*padding-top: 15px;*/
}
.product_picture_extra:last-of-type {
    /*padding-top: 15px;*/
}
.top.slick-prev {
    top: 10px;
    width: 100%;
}
.bottom.slick-next {
    top: calc(100% - 10px);
    width: 100%;
}


.quickbtn, .packagebtn {
    width: 100%;
    background-color: var(--blush);
    margin-top: 15px;
    cursor: pointer;
    display: block;
}

.quickbuy_container {
    position: absolute;
    top: 0px;
    left:0px;
    background-color: #fff;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    box-shadow: 0 4px 10px -2px black;
    min-height: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.blackbutton.quickbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blackbutton.quickbtn > .icon {
    background-color: black;
    padding: 2px;
}
.blackbutton.quickbtn > .price {
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: bold;
    flex: 1;
}

.mr15 {
    margin-right: 15px;
}
.fsocial {
    font-size: 1.25em;
}

.navbar-header {
    color: white;
    position: relative;
    float: left;
    width: 100%;
}
.navbar-header * i.fas {
    font-size: 24px;
    color: black;
}
.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;
}

.no-outline, no-outline:focus {
    outline: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.noselect, .noselect:focus {
    outline: none !important;
    user-drag: none !important;
    user-select: none !important; 
    box-shadow: none !important; 
}

.variation_picture {
    border: 1px solid #f4f6f9;
    border-radius: 5px;
    padding: 5px;
}
.variation_picture_selected {
    border: 1px solid #000;
}
.variation_pictures_container {
    padding: 0px;
    cursor: pointer;
    width: 15%;
    margin-right: 5px;
    margin-bottom: 5px;
}
.discount_icon {
    position: absolute;
    top: 200px;
    background: var(--error);
    height: 30px;
   /* width: 45px;*/
    line-height: 30px;
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    left: 16px;
}
.new_icon {
    position: absolute;
    top: 14px;
    right: 29px;
    background: black;
    height: 28px;
    width: 55px;
    line-height: 28px;
    color: white;
    text-align: center;
    font-size: 1em;
    font-weight: normal;
}
.mobile_logo {
    width: 45.5px;
    height: 51.1px;
}

#mobcontainer {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 75px;
    background-color: white;
    max-height: calc(100vh - 75px);
    overflow: auto !important;
}

.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 {
    padding: 0px;
    margin: 0px;
}
.cart_amount_margin {
    margin-left: 15px;
}
.underline {
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 15px;
    padding-top: 15px;
}
#register_submit  {
    background-color: #000;
    height: 50px;
    line-height: 50px;
    width: 300px;
    color: white;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin: 4px 0 0 0;
    display: block;
    margin-bottom: 25px;
    border: none;
}
.header_brand_cart {
    display: none;
}
#cart_yhteystiedot label {
    text-transform: none;
    padding-left: 20px;
    font-weight: 400;
    margin: 0px;
}
#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.15em;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: 10px;
    color: #333;
}

.ennakko {
    padding-bottom: 20px;
}

.product_package_variation_selector {
    padding-left: 35px !important;
    background-position: center left;
    min-width: 100%;
}
.product_package_variation_selector.quick {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.pinkhead {
    font-size: 1.5em;
    font-weight: bold;
    color: black;
    padding-bottom: 10px;
}
.accessory_anchor {
    text-decoration: underline;
}
.header_search_button_image {
    right: 35px;
    position: relative;
    width: 27px;
}
.header_search_button{
    top: 25px;
    z-index: 9999;
    cursor: pointer;
    /*left: 88%;*/
    right: 6px;
    position: absolute;
}

.header_search_input {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.mobilemenuitem {
    font-size: 16px !important;
    padding: 5px 5px 5px 10px;
}
.mobilemenu.dropdown.open a[aria-expanded="true"] {
    background-color: #F0EFEB;
    transition: background-color 0.5s ease;
}
.mobilemenu.dropdown > a:after {
    content: '\2b';
    font-size: 26px;
    position: absolute;
    font-weight: lighter;
    color: #000;
    right: 0px;
    bottom: 13px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
}
.mobilemenu.dropdown.open > a[aria-expanded="true"]:after {
    content: '\2212';
    font-size: 26px;
    position: absolute;
    font-weight: lighter;
    color: #000;
    right: 0px;
    bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
}

#topsearch {
    margin-top: 0px; margin-bottom: 0px;z-index: 99;;
}
#sidemenu_search_wrapper {
    max-width: 450px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    margin-right: var(--spacing-l);
}
#bestquicksearch {
    max-height: 300px;overflow-y: scroll; padding-top: 15px; padding-bottom: 15px;position: absolute;background-color: white;z-index: 99;max-width: 402px;display: none;width: 280px;
}

/* --- banner styles --- */ 

.top_banner .wrapper {
    position: relative; overflow:hidden;
}
.top_banner .wrapper .banner_text {
    position: absolute; display: flex; top: 0px; right:0px; width:100%; height: 80%; place-content: center;align-items: center;flex-direction: column;
}
.top_banner .wrapper .title {
    font-weight: 600;font-size: 32px;margin-bottom: 10px;color: white;
}
.top_banner .wrapper .content {
    font-size: 16px;color: white;
}

.article_nosto {
    background-color: #F0EFEB; width: 30%; padding: 15px; position: absolute; bottom: 25px; right: 25px; height: 400px;
}
.article_nosto_wrapper .title {
    width: 100%; top: 40%;font-weight: 600;font-size: 32px;margin-bottom: 10px; padding: 25px 15px 15px 15px;
}
.article_nosto_wrapper .content {
    width: 100%; top: 50%;font-size: 16px;padding-left: 15%; padding-right: 15%;
}




.slick-arrow[aria-disabled="true"]{
    opacity: 0;
}


/* --- /banner styles --- */ 



/* ----------- */ 

.banner_bottombar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 8px 0;
    background-color: #fff;
    gap:  var(--spacing-l);
}

.banner_bottombar.column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: transparent;
    gap: 0px;
}

.banner_bottombar > .item {
    display: flex; 
    gap: var(--spacing-xxs);
    align-items: center;
}

/* ------------*/ 

/* category */ 

#rightside {
    padding-left: 28px !important;
}


.filter_togglebtn {
    height: 34px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 4px 16px;
    border-radius: 44px;
    border: solid 1px var(--svart);
    cursor: pointer;
    transition: all .5s linear;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 300;
    user-select: none;
}
.round_link:hover, .filter_togglebtn:hover {
    background-color: #959595;
    color: var(--blush);
}
.round_link:active, .filter_togglebtn:active, .filter_togglebtn.active, .filter_togglebtn.active  a {
    background-color: var(--svart);
    color: var(--blush) !important;
}

.filter_togglebtn.active  a {
    background-color: var(--svart);
    color: var(--blush) !important;
}


.filter_togglebtn.hidden {
    display: none;
}
#cat_showmore {
    align-self: center;
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
#cat_showmore:hover {
    text-decoration: underline;
}


/*--------------*/


/* MEDIA QUERIES */

@media screen and (max-width: 1200px) and (min-width: 992px) {
    #sidemenu_search_wrapper {
        margin-right: 0px !important;
    }
    .sidemenu_search_input {
        width: 170px !important;
    }
}

@media (max-width: 1770px) {
    #cartpopup_container {
        right: -5px !important;
    }
    #cartpopup_container:before {
        left: 241px !important;
    }
    #cartpopup_container:after {
        left: 242px !important;
    }
}

@media (min-width: 979px) { /* hover menu */ 
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
    #product_pictures_container {
    min-height: 200px;
    display: flex;
    align-items: baseline;
    min-width: 50%;
    max-width:  50%;
}
}
@media(max-width: 1450px) {

    #top_items_container {
        justify-content: center !important;
    }

    #footer_newslettercontainer {
        flex-direction: column !important;
        align-items: center;
    }
    #footer_newslettercontainer_text {
        gap: var(--spacing-m) !important;
        margin-bottom: var(--spacing-l) !important;
    }
    #footer_newslettercontainer_form {
        margin-bottom: var(--spacing-xl) !important;
        width: 100% !important;
    }
    #footer_newslettercontainer_form > form {
        width: min(300px, 100%);
        max-width: 100%;
    }
    #footer_newslettercontainer_hand {
        order: 3;
    }
    #login_submit_footer {
        width: 100% !important;
        font-family: 'Space Grotesk';
        font-size: 24px;
        line-height: 50px;
        height: 50px;
    }

}

@media (max-width: 1200px) {

    #artists_wrapper {
        flex-direction: column !important;
        gap: var(--spacing-xl) !important;
    }
    #artists_alphafilter {
        flex-direction: row !important;
        gap: 15px !important;
        flex-wrap: wrap !important;
        width: 100% !important;
        justify-content: center !important;
    }

    .banner_bottombar {
        gap: 5px;
    }

    .artist_container .cover_image_wrapper {
        width: 460px !important;
    }

}
.splitbanner .wrapper {
        display: flex !important;
    }

@media (max-width: 991px){

    .splitbanner .wrapper {
        display: block !important;
    }

    #rightside {
        padding-left: 0px!important;
    }
    #page_wrapper {
        /*padding-top: 0px !important;*/
    }

    .container.medium {
        /*
            todo fix
            width: 100% !important;
        */
    }

    .splitbanner .wrapper .leftside .textcontainer .title, 
    .splitbanner .wrapper .leftside .textcontainer .content {
        text-shadow: 5px 2px 2px #000000;
        padding-right: 0px !important;
    }
    .splitbanner .wrapper {
        justify-content: center !important;
    }
    .splitbanner .wrapper .leftside {
        text-align: center !important;
        align-items: center !important;
    }

    /* ------------ */     

    #top_items_container {
        justify-content: start !important;
        flex-direction: column !important;
    }

    .top_item {
        flex-direction: row !important;
        align-items: center !important;
        min-height: auto !important;
        gap: 15px !important;
    }
    .top_item > .number {
        font-size: 48px !important;
        margin-bottom: 0px !important; 
    }
    .top_item > .cover_container {
        flex-direction: row !important;
        max-width: 100% !important;
        gap: 15px !important;
    }

    .top_item > .cover_container > img {
        width: 88px !important;
        height: 88px !important;
    }

    /* ------------ */ 



    .article_text img{
        width: 100%!important;
        height: auto!important;
    }

    #sidemenu_search_wrapper {
        max-width: calc(100% - 25px) !important;
        width: calc(100% - 25px) !important;
        padding: 15px 0px 15px 0px;
    }
    #bestquicksearch {
        width: 100%;
        max-width: 100%;
        left: 0px;
    }
    .sidemenu_search_input {
        min-width: auto !important;
    }
    .header_search_input {
        width: 100%;
    }

    /* --- banner mobile styles --- */ 
    .article_nosto {
        background-color: transparent !important; 
        text-shadow: 2px 2px #000000ba;
        border: none !important; 
        width: 100% !important; 
        padding: 0px !important; 
        display: flex !important;
        align-items: center !important;
        height: 100% !important;
        width: 100% !important;
        right: 0px !important
    }
    .article_nosto_wrapper .title {
        width: 100%; 
        top: 40%;
        font-weight: 600;
        font-size: 32px;
        margin-bottom: 10px; 
        padding: 25px 15px 15px 15px;
        color: white;
    }
    .article_nosto_wrapper .content {
        text-shadow: 1px 1px #000000ba;
        color: white;
    }

    .splitbanner .wrapper {
        display: block !important;
        position: relative !important;
    }
    .splitbanner .wrapper .leftside {
        width: 100% !important;
        background-color: transparent !important;
        border: none !important;
        position: relative !important;
        height: 100% !important;
    }
    .splitbanner .wrapper .rightside {
        width: 100% !important;
    }
    .splitbanner .slick-dots {
        width: 100% !important;
    }
    .splitbanner .wrapper .leftside .textcontainer .title {
        text-shadow: 2px 2px #000000ba;
        color: white !important;
    }
    .splitbanner .wrapper .leftside .textcontainer .content {
        text-shadow: 1px 1px #000000ba;
        color: white !important;
    }

    .outer_slick .wrapper {
        flex-direction: column;
    }
    .outer_slick .wrapper .leftside {
        width: 100% !important;
    }
    .outer_slick .wrapper .rightside {
        width: 100% !important;
    }
    .outer_slick .slick-next {
        right: 20px !important;
    }
    .top_banner .wrapper .title {
        text-shadow: 2px 2px #000000ba;
    }
    .top_banner .wrapper .content {
        text-shadow: 1px 1px #000000ba;
    }

    /* --- banner mobile styles --- */ 

    .cart_image {
        max-width: 70px !important;
    }

    .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 {
      height: 52px !important;
      float: none;
    }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  body {
    padding-top: 75px !important
  }
  .hamburger {
    padding-top: 13px !important;
  }
  .navbar {
    height: 75px !important;

  }
    .ptop {
        padding-top: 95px;
    }
    #header_cart_button span.header_cart_product_amount {
        font-weight: normal;
        position: absolute;
        top: 5px;
        right: -3px;
        background: #000000;
        border-radius: 100%;
        height: 18px;
        width: 18px;
        line-height: 20px;
        color: white;
        text-align: center;
    }
    .mobile_search_container {
        padding-bottom: 20px;
    }
    .product_container_price {
        font-size: 14px;
    }
    .product_container_name {
        font-size: 18px;
    }
    .product_container_image {
        height: 200px;
    }
    .subgroups {
        font-size: 15px;
    }
    .quickbuy_container {
        max-height: unset; /* 420 */ 
        min-height: unset;
    }
    .menu_login {
        right: 20px;
        top: 85px;
    }

    #flexaccount {
        flex-direction: column !important;
    }
    .account_order_history {
        padding: 10px 0px 40px 0;
        margin-bottom: 50px;
        overflow: auto;
        width: 100%;
    }
    .account_order_history > table {
        min-width: 600px;
    }
    .account_container {
        padding: 0px;
    }
    #account_customer_editing input:not(.basic_button), 
    #account_email_editing input:not(.basic_button), 
    #account_password_editing input:not(.basic_button) {
        padding: 5px;
        margin-bottom: 5px;
        min-width: 200px;
    }
}
@media (max-width: 768px){

    .discount_icon {  
        top: 130px !important;
    }

    .card-content {
        padding: 0.5em;
    }
    .mobile_bottom_padd {
        padding-bottom: 25px;
    }
    .footer_box {
        margin-right: 0px;
    }
    .mobile_font {
        font-size: .9em !important;
    }
    .navbar {
        min-height: 50px;
    }
    .ptop {
        padding-top: 95px;
    }
    .menu_login {
        font-size: 1.2rem;
        z-index: 9999;
        position: absolute;
        top: 75px;
        right: 0px;
        margin: 0;
        display: none;
        background-color: #fff;
        color: #000;
        width: 100%;
        border-radius: 5px;
        border: none;
    }
    .header_search_input {
        width: 100%;
    }
    #login_submit {
        width: 100%;
    }
    .product_container_image {
        height: 150px;
    }
    .product_container_stars {
        text-align: left;
        float:none;
    }

    .slick-next, .slick-prev {
        top: 20%;
        width: 40px;
        height: 40px;
        border: 1px solid black;

    }
    .mobile_nopadd {
        padding: 0px !important;
    }
    .select {
        width: 100%;
        max-width: 100%;
        margin-left: 0px;
        margin-bottom: 0px;
    }
    .cart_amount_margin {
        margin-left: 0px;
    }
    .product_container {
        min-height: 400px !important;
    }
    .product_container_inner {
        min-height: 400px !important;
    }

    .blackbutton.quickbtn > .price {
        font-size: 14px !important;
    }

    .product_container_name {
        font-size: 1em;
    }
    .subgroups {
        font-size: 18px;
    }

    .product_pictures_extra_container {
        width: 100%;
    }
    h1, .h1 {
        font-size: 22px;
    }
    h2, .h2 {
        font-size: 20px;
    }

    #frontpage_brand_container {
        padding: 0px 0px 60px 0px;
    }

    #frontpage_brand_container * .slick-dots {
        bottom: -50px;
    }
    #frontpage_brand_container * .slick-next, #frontpage_brand_container * .slick-prev {
        top: 50%;
    }
    .frontpage_brand_img {
        width: auto;
        height: 84px;
        object-fit: cover;
    }

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

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

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

    .banner_bottombar {
        flex-direction: column;
        align-items: flex-start;
    }

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

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

    .mobile_font {
        font-size: .8em !important;
    }
    .mobilenomax {
        max-height: unset !important;
    }
    .news_title {
        font-size: .9em !important;
    }

    .sidemenu_search_input {
        width: 180px !important;
    }

}

@media (max-width: 465px){

    .product_container {
        width: 168px !important;
    }
    .product_container_inner {
        width: 168px !important;
    }

}

@media (max-width: 380px){

    .product_container {
        width: 155px !important;
        min-height: 425px !important;
    }

    .product_container_inner {
        width: 145px !important;
        min-height: 425px !important;
    }

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

}
@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% !important;
}

