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

* {
    --main-font-family: 'Roboto', sans-serif !important;
    --secondary-font-family: 'Roboto', sans-serif !important;
}

body {
    font-family: var(--main-font-family);
    padding-top: 95px;
}

.main-font {
    font-family: var(--main-font-family);
    font-weight: 400;
}
.main-font-medium {
    font-family: var(--main-font-family);
    font-weight: 500;
}
.main-font-bold {
    font-family: var(--main-font-family);
    font-weight: 700;
}
.main-font-black {
    font-family: var(--main-font-family);
    font-weight: 900;
}

.secondary-font {
    font-family: var(--main-font-family);
}
.secondary-font-medium {
    font-family: var(--main-font-family);
    font-weight: 500;
}
.secondary-font-bold {
    font-family: var(--main-font-family);
    font-weight: 700;
}
.secondary-font-black {
    font-family: var(--main-font-family);
    font-weight: 900;
}

.bold {
    font-weight: bold;
}
.hidden {
    display: none;
}
.gray {
    color: #888888;
}

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

#mobile_search {
    color: black;
    z-index: 9999;
    cursor: pointer;
    right: 34px;
    top: 5px;
    background-color: #FFFF00;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    display: inline-block;
    position: inherit;
    margin-left: 15px;
}
.mobile_search_button_image {
    position: relative;
    font-size: 1em;
    top: 6px;
    left: 2px;
}

.nav-header {
    display: flex;
    justify-content: space-between;
}

.flex-left {
  flex: 1; /* shorthand for: flex-grow: 1, flex-shrink: 1, flex-basis: 0 */
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

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

.flex-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #dbdbdb;
    vertical-align: middle;
    margin-left: 20px;
}

#header_logo{
	max-width: 170px;
}

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

.allbuttoncontainer {
    margin-top: 60px;
    margin-bottom: 80px;
}
.allbutton {
    padding: 10px 20px 10px 20px;
    border: 2px solid black;
    border-radius: 20px;
}

.product_container{
	min-height: 450px;
	max-height: 450px;
    padding:    5px;
    margin-bottom: 0px;
}
.product_container_inner {
    min-height: 420px;
    max-height: 420px;
    overflow: visible;
    padding: 5px;
}
.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: 240px;
	max-height: 240px;
	width: 100%;
	height: 320px;
    white-space: nowrap;
    overflow: hidden;
    margin: 1em 0;
}
.product_container_image img{
	max-height: 170px;
	max-height: 320px;
	max-width: 100%;
	vertical-align: middle;
    object-fit: cover;
}
.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, .brands_container_name {
	font-size: 1.2em;
	max-height: 75px;
    overflow: hidden;
    min-height: 75px;
    text-align: left;
    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;
    border: none;
    border-radius: .25em;
    box-shadow: none;
    color: #131517;
    background-color: #f4f6f9 !important;
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: auto 2em;
    height: 3em !important;
    border-radius: 22px;
    padding: 0.5em 0.5em 0.3em 1.25em;
    width: 90%;
    outline: 0;
}
.header_search_input:focus {
    outline: 0;
}

.header_search_input,.header_search_input::-webkit-input-placeholder {
	font-size: 14px !important;
}
.header_search_button_image {
    font-size: .75em;
	position: relative;
    margin: 0px;
    width: 15px;
}
.header_search_button{
    color: black;
    z-index: 9999;
    cursor: pointer;
    position: absolute;
    right: 33px;
    top: 5px;
    background-color: #FFFF00;
    width: 42px;
    height: 42px;
    border-radius: 22px;
}

.mobile_search{
	margin-bottom: 20px !important;
}

.header_button {
    cursor: pointer;
	position: relative;
	text-align: center;
	border-radius: 2px;
	display: inline-block;
}
.header_bar{
	background-color:#FFFF00;
    border-bottom: 1px solid #00000017;
    border-top: 1px solid #00000017;
	min-height: 2em;
	line-height: 2em;
	color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
    padding-left:15px;
    padding-right:15px;
}

.fas.fa-times {
    border: 1px solid transparent;
    transition: border .25s !important;
    padding: 1px 3px 1px 3px;
    border-radius: 10px;
}
.fas.fa-times:hover {
    border: 1px solid #6f6f6f;
}

.close_notification {
    cursor: pointer;
    color: #484848;
}

.close_notification:hover {
    color: black !important;
}

.header_bar a{
	color: black !important;
}
.header_bar a:hover {
    color: white !important;
}
.account_button {
    color: white;
    cursor: pointer;
}

#landerpage {
    color: black;
    border-radius: 20px;
    font-size: 1.25rem;
    padding: 2px 8px 2px 8px;
    display: inline-block;
}
#landerpage:focus {
    outline: none;
}

#login_submit {
    height: 45px;
    line-height: 45px;
    padding: 0 1%;
    position: relative;
    top: 20px;
    text-align: center;
    display: inline-block;
    color: white;
    background-color: transparent;
    font-size: 1.5rem;
    border: none;
    border: 2px solid #333;
    border-radius: 25px;
    color: #333;
}
.login_submit {
    height: 45px;
    line-height: 45px;
    padding: 0 1%;
    position: relative;
    top: 20px;
    text-align: center;
    display: inline-block;
    color: white;
    background-color: #000;
    border: none;
}
.account_button {
    padding-right: 15px;
}

.login_heading {
    font-size: 1.6em;
}

.menu_login {
    font-size: 1.2rem;
    z-index: 9999;
    position: absolute;
    top: 90px;
    right: 455px;
    margin: 0;
    display: none;
    background-color: #fff;
    color: #000;
    width: 300px;
    border-radius: 5px;
    border: none;
    box-shadow: 4px 4px 5px 1px rgba(0, 0, 0, 0.4);
    border: 1px solid #333;
}

.buy_buttons {
    margin-bottom: 35px;
}

.buy_button, .buy_button_variation {
    background-color: black;
    height: 45px;
    line-height: 45px;
    width: 200px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    display: block;
    border-radius: 25px;
    color: #FAFAFA;
    outline: none !important;
    overflow: hidden !important;
    text-transform: uppercase;
    border: 2px solid black;
    display: inline-block;
}
.buy_button_outofstock {
    width: 100%;
}

/*.buy_button_active {
    background-color: #373a3e !important;
    -webkit-transition: background 4s !important;
    transition: background 4s !important;
}*/

#product_price{
	font-size: 1.25em;
    font-weight: 600;
}
.product_pictures {
/*	width: 100%;
	padding: 0;
	margin: 20px 0 20px 0;
	display: inline-block;
    max-height: 510px;*/
    width: 100%;
    padding: 0;
    margin: 20px 0 20px 0;
    display: inline-block;
}
.product_pictures_extra_container {
/* width: 60px;
 float: left;
 margin: 0 auto;
 position: relative;
 max-height: 510px;
 overflow: hidden;*/
}
.product_picture_extra {
/*    float: left;
    opacity: 0.3;
    cursor: pointer;
    text-align: center;
    margin-top: 5px;*/
    margin: 5px;
    float: left;
    opacity: 0.3;
    cursor: pointer;
    text-align: center;
}
.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: cover;*/
    max-width: 100%;
    max-height: 45px;
    display: inline-block;
}
#product_main_picture {
/*	width: 85%;
	text-align: center;
	float: right;
	position: relative;
    padding-bottom: 20px;*/
    width: 95%;
    text-align: center;
    float: right;
    position: relative;
}
.button_product_main_picture {
	position: absolute;
	top: 0;
	font-size: 3.0rem;
	padding: 2%;
	opacity: 0.15;
	cursor: pointer;
	height: 100%;
    width: 25px;
    padding: 0px;
}
#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;
    justify-content: center;
}
#button_product_main_picture_next {
	right: 0px;
	text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_picture_arrow {
    background-color: #15181C;
    color: white;
    font-size: 2rem;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.product_main_picture {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}*/
.product_main_picture img {
	max-width: 100%;
	max-height: 510px;
}
.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: 100% !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%;
 }

 .product_container_image.article {
     border: 0px solid transparent;
     min-height: 255px;
     max-height: 255px;
     width: 100%;
     height: 255px;
     white-space: nowrap;
     margin-top: 0px;
 }
 .product_container_inner.article {
     border: 1px solid #F0F0F0;
     min-height: 400px;
     max-height: 400px;
     overflow: visible;
     padding: 5px;
 }
 .article_name {
     font-weight: 600;
     font-size: 1.35rem;
     min-height: 100px;
     max-height: 100px;
 }

 .article_desc {
     display: block;
     margin-top: 10px;
 }

/*
#buyamount {
	border: 2px solid #000;
    height: 34px;
    text-align-last: center;
    line-height: 34px;
    padding-left: 15px;
    width: 50px;
    border-radius: 5px;
}
*/

  .cartamount {
        height: 30px;
  }
  .cartamount &gt; input, .cartamount input:hover {
    border: none;
    font-size: 14px;
    background: none;
    text-align: center;
    font-weight: 600;
    height: 100%;
    width: 40px;
    outline:none;
  }

  .cartimg {
      margin-bottom: 15px;padding: 2px;border: 1px solid #F0F0F0;
      max-width: 100%;max-height:85px;object-fit:cover;display: inline;
  }

.cart_products_container {
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    /*border-bottom: 1px solid #f3f3f3;*/
    padding-bottom: 0px !important;
    margin-top: 25px;
    margin-bottom: 25px;
}
.cart_products_row {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f3f3f3;
    padding-left: 0px;
    padding-right: 0px;
    min-height: 80px;
}

.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: 15px;
    min-height: 50px;
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
}
.cart_shipment_name {
    position: relative;
    float: left;
}
.cart_shipment_price {
    position: relative;
    float: right;
}
.cart_select_option_selected {
/*    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 #bdbdbd;
}
#cart_giftcard_use_button{
    height: 52px;
    line-height: 51px;
    padding: 0 1%;
    position: relative;
    text-align: center;
    display: inline-block;
    color: white;
    background-color: #333;
    border: none;
    width: 52px;
}
#cart_giftcard_button{
	cursor: pointer;
}
#checkout_button, #checkout_button_klarna{
    color: white;
    background-color: red;
	height: 60px;
	line-height: 60px;
	color: white !important;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	width: 250px;
	border:none;
	border-radius: 0px;
    margin-bottom: 60px;
}
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-size: 2rem;
    font-weight: bold;
    text-align: left;
    color: #15181C;
}
.product_container_price del {
    color: black;
}

#product_price del{
	color:black;
}
.product_container_discount_price{
    font-weight: 900 !important;
    font-size: 2.5rem;
    color: #ff0000;
}
del{
    color: black;
    font-size: 1.5rem;
}
.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;
}

.notify_box_select {
    top: -85px;
    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: 85%;
    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;
}
.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 {
	color:#131517;
    text-transform: uppercase;
	text-transform: none;
    position: relative;
    margin-top: 20px;
}

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

/*
.frontpage_topic:before {
    content: "";
    height: 1px;
    width: 100px;
    background-color: red;
    position: absolute;
    bottom: -.5em;
    left: 50%;
    transform: translate(-50%);
}
*/

.breadcrumbs {
	padding-top: 20px;
	padding-bottom: 20px;
}
.breadcrumbs a {
    text-transform: uppercase !important;
	color:#131517;
	font-size: 1em;
}
.navbar-shrink {
  min-height: 50px;
  background-color:#fff;
}
.navbar-shrink .menu_item{
  padding:0px;
}
.navbar-shrink .navbar-brand {
  /*padding:5px;*/
}
.navbar-shrink .navbar-brand img{
  height: 40px;
}
.navbar-shrink .navbar-nav &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 {
    background-color: #373A3E;
    color: white;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.header_brand .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_container_cols {
    width: 34px;
    height: 34px;
    /*border: 2px solid #131517;*/
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    line-height: 22px;
    text-align: center;
}
.product_container_cols_selected {
    background-color: #e6e6e6;
}
.container_cols{
	cursor: pointer;
}
.product_size {
    height: 50px;
    float: left;
    border: 2px solid #131517;
    padding-left: 25px;
    padding-right: 25px;
    margin: 3px;
    line-height: 50px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
}
.selected_product_size {
	background-color: #000;
	color: #fff;
}
.product_color {
    height: 50px;
    float: left;
    border: 2px solid #131517;
    padding-left: 25px;
    padding-right: 25px;
    margin: 3px;
    line-height: 50px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
}
.product_color:hover{
	border: 1px solid #131517;
}
.selected_product_color {
	border: 1px solid #131517;
}
.product_size_color {
    height: 40px;
    float: left;
    border: 1px solid #131517;
    padding:3px;
    margin:3px;
    line-height: 35px;
    cursor: pointer;
    text-transform: uppercase;
}
.product_size_color:hover{
	border: 1px solid #131517;
}
.selected_product_size_color {
	border: 1px solid #131517;
}

.product_variation_selector {
    max-width: 300px;
}

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

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

.product_variation_selector {
    padding: 6px !important;
}

.promotion_container_image {
	/*padding:10px;
	margin:10px;*/
	width: 100%;
}
.promotion_container_text {
	font-size: 60px;
    top: calc(50% - 20px);
    position: absolute;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-left: 0px;
    background-color: #FFFF00;
    color: black;
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;

}
.promotion_container_text a{
	color:#fff;
    border: 4px solid #fff;
    padding: 20px;
}

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

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

 /* ========== lisÃ¤ykset ========== */


 .color_primary {
    color: #131517;
}

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

.footer {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top:50px;
    background-color: #373A3E;
    color: white;
}

.footer_desc * a {
    color: white;
    text-decoration: underline;
}

.somebutton {
    color: black;
    background-color: #F0F0F0;
    width: 42px;
    height: 42px;
    border-radius: 22px;
}
.someawesome {
    font-size: 1.2em;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.whitebutton {
    padding: 10px 20px 10px 20px;
    border: 2px solid white;
    background-color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.3rem;
    border-radius: 20px;
}

.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;
    border: 2px solid #333;
    border-radius: 25px;
    cursor: pointer;
    color: #333;
}

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

.padding_bot_20 {
    padding-bottom: 20px;
}

.margin_bot_20 {
    margin-bottom: 20px;
}

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

/* menu */
.color_menu_a {
    color: white;
}
.color_menu_li {
    color: white;
}

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

#navbar {
    background-color: #373A3E;
    z-index: 99999;
    min-height: 0px;
}
.header_brand {
    height: 75px;
    margin-bottom: 0px;
}
.navbar-nav &gt; li &gt; 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&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;
}

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

.frontbanner {
    object-fit: contain;
    object-position: 50% 50%;
    width: 100%;
}

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

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

/* shopping cart ikoni aina samalla rivillÃ¤ */

.glyphicon-shopping-cart {
    padding-right: 10px !important;
}

.floatleft {
	float: left !important;
}
.floatright {
	float: right !important;
}
.nopadd {
	padding: 0px !important;
}
.nopaddtop {
	padding-top: 0px !important;
}
.nopaddbottom {
	padding-bottom: 0px !important;
}
.nopaddleft {
	padding-left: 0px !important;
}
.nopaddright {
	padding-right: 0px !important;
}
.leelooblack {
	color: #494949 !important;
}
.one_em{
	font-size: 1em !important;
}
.dropdown-menu {
	top: 100%;
}
.dropdown-menu &gt; li &gt; a {
    font-family: var(--main-font-family);
    text-transform: uppercase !important;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.25rem;
}
.navbar-nav {
    background-color: #373A3E;
    color: white;
    box-sizing: border-box;
    min-height: 70px;
    line-height: 70px;
}

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

.navbar-default .navbar-nav &gt; li &gt; a {
    line-height: 45px;
    color: #1b1b1b !important;
    font-family: var(--main-font-family);
    font-weight: 700;
    text-transform: uppercase !important;
    height: inherit;
    font-size: 1.5rem;
}


.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: 1.5rem;
}

/*
.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 {
    box-sizing: border-box;
    -moz-box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
    -webkit-box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
    box-shadow: inset 0 2px 0 0 #ff91af, inset 0 -2px 0 0 #ff91af;
    height: inherit;
}
*/

.some_logo {
	padding-right: 20px;
    height: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-right: 1.5em;
}
#login_submit_footer {
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    font-size: 1.25em;
    display: inline-block;
    width: 125px !important;
    font-weight: bold;
    width: 14%;
    left: -4px;
    top: 2px;
    cursor:pointer;
    background-color: #feeb6f;
    color: #1b1b1b !important;
    border-radius: 5px;
}
.footer_box {
	padding: 10px;
	margin-right: 20px;
}
.small_text {
	font-size: 0.9em;
}
.lowercase {
	text-transform: none;
}
.leeloo_checkbox {
    width: 20px;
    height: 20px;
}
.leeloo_checkbox {
    display:none;
}
.leeloo_checkbox + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    cursor:pointer;
    border: 1px solid #000;
}
.leeloo_checkbox:checked + label span {
    background:url(/media/chevron-check.png) 3px 3px no-repeat;
    background-size: 80%;
}
.header_login_input {
    padding:5px;
    margin: 5px;
    width:100%;
    border: none;
    border-bottom: 2px solid #000;
}
.header_login_input::placeholder {
    color: #858585;
}
.subgroups{
    padding-right: 15px;
    display: inline-block;
    float: left;
    font-size: 12px;
}
/*
.filtering_select{
    border: 1px solid #494949;
    height: 30px;
    width: 100%;
    text-align-last: center;
    line-height: 27px;
    background: url(/media/chevron-down.png) no-repeat 95% white;
    border-radius: 5px;
    font-size: 0.9em;
}
*/
.col-lg-20{
    width:20%;
}
.selectdiv:after {
  position: absolute;
  /*pointer-events: none;*/
}

/*
.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
*/

.sorting_select, .filtering_select {
    padding: 5px 5px 5px 5px;
    border-radius: 20px;
    outline: none;
}

.description {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 0px;
}
.testimonials {
	font-size: 0.9em;
}
#header_cart_button, #header_cart_button_mobile {
    color: white;
}
/*
#header_cart_button span.header_cart_product_amount {
    position: absolute;
    top: -15px;
    right: -13px;
    border-radius: 100%;
    height: 23px;
    width: 23px;
    line-height: 23px;
    color: white;
    text-align: center;
    font-size: 1rem;
    opacity: 1;
}
*/
.underline {
	text-decoration: underline;
}
.whitebck {
	background: #fff;
}
.white {
    color: white;
}
.op75 {
    opacity: .75;
}
.caps {
    text-transform: capitalize;
}
.fas {
    margin-right: 5px;
}
.fa-star, .fa-star-half-alt {
    margin: 0px !important;
}

/* Etusivun blogi kortit */
.card {
    display: inline-block;
    background-color: #fff;
    border-radius: .25em;
    height: 140px;
    width: 100%;
}

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

.card-image {
    background-repeat: no-repeat;
    background-color: #fff;
    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: #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");
}

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

.buy_buttons {
    margin-top: 15px;
}

.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: 0px;
}

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

.cart_backbutton {
    padding: 10px 30px 10px 30px;
    border: 2px solid white;
    border-radius: 20px;
    font-weight: medium;
    font-size: 1.5rem;
    color: white;
}

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


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

.filtertoggler.active h5 {
    font-weight: 500 !important;
    color: black;
}

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

.submenu_nochildren {
    padding: 5px 0px 5px 15px !important;
}
.menu_heading {
    padding-top: 15px;
}
.filtertoggler &gt; .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 &gt; .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: color .5s linear;
    margin-left: -24px;
    text-align: center;
    font-size: 1.25em;
    cursor: pointer;
    color: gray;
}
.sidemenu_search_button:hover {
    transition: color .5s linear;
    color: black;
}

#sliding_mobilemenu {
    position: fixed;
    height: 100vh !important;
    width: 90%;
    max-width: calc(100vw - 65px);
    background-color: white;
    overflow-y: hidden;
}
#mobilemenu_content {
    display: flex;
    overflow-y: auto;
    height: 100%;
    padding-left: 0px;
    position: relative;
    flex: 1 1 0%;
    flex-direction: column;
}
.sidemenu_body{
    padding-top: 15px;
    overflow: auto;
    flex: 1 1 0%;
    padding-left: 15px;
    padding-right: 15px;
    min-height:  87vh;

}
.sidemenu_header{
    position: relative;
    bottom: 0px;
    background-color: #373a3e;
    width: 100%;
    height: 79px;
    color: white;
}
.stopscrolling{
    overflow-y:  hidden;
    position: fixed !important;
}
.lang_container a {
    color: white;
    transition: 0.5s;
}
.lang_container a:hover {
    color: yellow;
}
.lang_container strong{
    color: yellow;
}
.header_content{
    padding-top: 30px;
    font-size: large;
}
#slider {
   width: 90%;
   max-width: calc(100vw - 55px) !important;
   max-height: 100%;
}

.absolute {
    position: absolute !important;
}


#oos_email {
    margin-bottom: 15px;
}

.tab-content {
    padding-top: 15px;
}
.nav.nav-tabs &gt; li:not(.active) &gt; a {
    background-color: #F0F0F0 !important;
    border: 1px solid #F0F0F0 !important;
}
.nav-tabs {
    border-bottom: 1px solid transparent;
}
.description &gt; .nav-tabs &gt; li &gt; a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.slick-next {
    right: 0px;
    z-index: 9999;
}
.slick-prev {
    left: 0px;
    z-index: 9999;
}
.banner.slick-prev, .banner.slick-next {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
}
.merkki.slick-prev, .merkki.slick-next {
    width: auto;
}
.slick-dots {
    bottom: 15%;
}

.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 {
    width: 100%;
    border: 1px solid #aaaaaa;
    padding: 8px;
    margin-top: 15px;
    cursor: pointer;
    display: block;
}
.quickbtn:hover {
    background-color: #eaeaea;
}

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

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

.navbar-header {
    display: flex;
    align-items: center;
    height: 100%;
    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;
}

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

.noselect {
    user-select: none;
}

.variation_picture {
    border: 1px solid #f4f6f9;
    border-radius: 5px;
    padding: 5px;
}
.variation_picture_selected {
    border: 1px solid #ff97b4;
}
.variation_pictures_container {
    padding: 5px;
    cursor: pointer;
}

.icon_collision {
    top: 40px !important;
}

.discount_icon {
    position: absolute;
    top: 20px;
    left: 7px;
    background: red;
    height: 20px;
    width: 40px;
    line-height: 20px;
    color: white;
    text-align: center;
    font-size: 1em;
    font-weight: normal;
}
.new_icon {
    position: absolute;
    top: 20px;
    left: 7px;
    background: black;
    height: 20px;
    width: 40px;
    line-height: 20px;
    color: white;
    text-align: center;
    font-size: 1em;
    font-weight: normal;
}


.mobile_logo {
    width: 150px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #373A3E !important;
}
.navbar-default .navbar-toggle {
    border: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #373A3E !important;
}
.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: #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: uppercase;
    padding-left: 20px;
    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: normal;
    text-transform: none;
    padding-bottom: 10px;
    margin-top: 10px;
    color: #333;
}
.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;
}

.quicksearchimage {
    width: 64px !important;
    max-width: 64px !important;
    max-height: 64px !important;
    object-fit: cover !important;
}
.alaryhma {
    padding-left: 15px;
}


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

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

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

}
@media (max-width: 991px){
    .buy_button, .buy_button_variation {
        width: 150px;
    }
    .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;
  }
  .hamburger {
    padding-top: 13px !important;
    color: white;
  }
  .navbar {
    height: 80px !important;
    border-bottom: 1px solid #cccccc;
  }
    .ptop {
        padding-top: 95px;
    }

    #header_cart_button span.header_cart_product_amount, #header_cart_button_mobile span.header_cart_product_amount{
        font-weight: normal;
        position: absolute;
        top: -5px;
        right: -10px;
        background: #FFFF00;
        border-radius: 100%;
        height: 23px;
        width: 23px;
        line-height: 23px;
        color: white;
        text-align: center;
        font-size: 1.35rem;
        font-weight: 500;
        color: black;
    }

    .mobile_search_container {
        padding-bottom: 0px;
        background-color: #373a3e;
    }
    .cart_payment_select {
        min-height: 137px;
    }
    .product_container_price {
        font-size: 14px;
    }
    .product_container_name {
        font-size: 1em;
        min-height: 60px;
        max-height: 60px;
    }
    .product_container_image {
        height: 200px;
    }
    .subgroups {
        font-size: 15px;
    }
    .quickbuy_container {
        max-height: 420px;
        min-height: 420px;
    }
    .menu_login {
        right: 20px;
        top: 85px;
    }
}

.product_container{
    min-height: 420px;
    padding-bottom: 10px;
}
.product_container a{
    color:#332f3b;
}
.product_container_cart_recommend{
    min-height: 370px;
    max-height: 370px;
    margin:10px;
    padding-bottom: 10px;
}
.product_container_cart_recommend a{
    color:#332f3b;
}
.product_container_image {
    border: 1px solid #F0F0F0;
    min-height: 255px;
    max-height: 255px;
    width: 100%;
    height: 320px;
    white-space: nowrap;
    margin: 1em 0;
}
.product_container_image img{
    max-height: 255px;
    max-width: 100%;
    vertical-align: middle;
}
#countries_header{
    border-radius: 0px!important;
    width: 60%;
    float: right;
    border:2px solid #F0F0F0;
    margin-bottom: 10px;
    padding: 5px;
    max-height: 44px;
    min-height: 42px;
}
@media (max-width: 768px){

    .card-content {
        padding: 0.5em;
    }
    .mobile_bottom_padd {
        padding-bottom: 25px;
    }
    .footer_box {
        margin-right: 0px;
    }
    .select {
        margin-bottom: 0px;
    }
    .mobile_font {
        font-size: 0.7em !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;
    }
    .footer_text {
        padding: 1em 1em;
    }
    .slick-next, .slick-prev {
        top: 35%;
    }
    .mobile_nopadd {
        padding: 0px !important;
    }
    .mobile_textleft {
        text-align: left !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: 400px;
    }
    .product_container_name {
        font-size: 1em;
    }
    .subgroups {
        font-size: 18px;
    }

    .frontbanner {
        object-fit: contain;
        object-position: 50% 0%;
    }

}
@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;
        }*/
    .buy_button, .buy_button_variation {
        width: 110px;
    }
    }
    @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%;
    }


    /* MEGAMENU */
    .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 {
        color: #555;
        background-color: transparent !important;
    }
    .webshopmenu {
        position: relative;
        width: 100%;
        background-color: white;
        font-size: 1.35rem;
        padding: 25px;
        padding-top: 0px;
        z-index: 1000;
        display: none;
        display: none;
        margin-top: -5px;
    }
    #megamenu {
        height: 65px;
        margin-top: -15px;
    }
    #menucontainer &gt; ul &gt; li {
        margin-right: 15px;
        padding: 3px;
    }
    #menucontainer &gt; ul &gt; li &gt; a {
        font-size: 1.4rem;
        color: #5f5f61;
        font-weight: 400;
        line-height: 3rem;
    }
    #menucontainer &gt; ul &gt; li &gt; a:hover {
        text-decoration: underline;
    }
    .menuopen {
        position: absolute;
        box-shadow: 5px 5px 8px #c6c6c6;
        width: 100% !important;
        z-index: 999;
    }
    .menuitem {
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 15px;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 10px;
    }
    .menutitle &gt; a {
        margin-top: 2px;
        color: #343737;
        /*border-bottom: 1px solid #343737;*/
        font-size: 1.4rem;
        font-weight: bolder;
    }
    .menucolumn &gt; a {
        font-size: 1.5rem;
        color: #888888;
    }
    .submenutitle {
        display: block;
        font-size: 1.35rem;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .submenucontainer {
        padding-top: 6px;
    }
    .grid-item-inner {
        padding-top: 5px;
    }
    .grid-item {
        min-width: 250px;
        padding-left: 15px;
    }
    /* / MEGAMENU */
</pre></body></html>