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

:root {
 --embed-iframe-bgcolor: #fff;
}

@media (prefers-color-scheme: dark) {
 :root {
   --embed-iframe-bgcolor: #222;
 }
}


html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html.noscroll {
 position: fixed; 
 overflow-y: scroll;
 width: 100%;
}

body {
 font-family:montserrat, arial, sans-serif; 
 font-size: 1.8rem; 
 color:#000066; 
}

body.noscroll { overflow: hidden; }

body.fullscreen { 
 overflow: hidden; 
 background: transparent;
}

a#yllapito-login-icon {
 z-index: 999999999; 
 color: #c0c0c0;
 opacity: 0.5;
 position: fixed; 
 top: 5px; 
 right: 5px;
}

a#yllapito-login-icon:hover {
 opacity: 1;
}

.error,.virhe {
 color: #d32515
}

.error_notitle,
.virhe_notitle {
 border: 1px solid #d32515 !important;
 background-color: #FFDDDD;
}

.field-error {
 border: 1px solid #f04040 !important;
}

.highlight {
color: #004990
}

input.lowercase { text-transform: lowercase; }

input.lowercase::-webkit-input-placeholder { text-transform: none !important; }
input.lowercase::-moz-placeholder { text-transform: none !important; }
input.lowercase:-moz-placeholder { text-transform: none !important; }
input.lowercase:-ms-input-placeholder { text-transform: none !important; }
input.lowercase::placeholder { text-transform: none !important; }

hr { 
 height:1px;
 color:#000066; 
 background-color:#000066; 
 border:none;
}

small {
 font-size: 1.5rem; 
}

mark.large {
  background: unset;
  color: unset;
  font-size: 130%;
  line-height: 1.3em;
}

fieldset.form-fieldset {
 border: 0;
 padding: 0;
 margin: 0;
}

fieldset.field-error { 
 border: 1px solid #f0a0a0 !important;
 padding: 10px;
}

input.datepicker-1 { width: 80px; }

input.pickadate { 
 width: 130px !important; 
 padding-left: 30px !important;
 cursor: pointer;
 background-image: url(/common_ui/embed_ui/img/icons_google/extra/ic_today_black30_18dp.png);
 background-repeat: no-repeat;
 background-position: 6px center;
}

input.pickadate.icon24 { 
 background-image: url(/common_ui/embed_ui/img/icons_google/extra/ic_today_black30_24dp.png); 
 padding-left: 35px !important;
}

.picker__button--clear:before {
 top: 0.3em !important;
 width: 20px !important;
 height: 20px !important;
 border: 0 !important;
 background-image: url(/common_ui/embed_ui/img/icons_google/navigation/ic_close_black_18dp.png) !important;
 background-repeat: no-repeat !important;
}

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.top { vertical-align: top; }
.bottom { vertical-align: bottom; }



div.help {
 position:absolute;
 top:0;
 left:0;
 border:1px solid #000066;
 background-color:#ffffff;
 color:#000066;
 padding:5px;
 z-index:100;
 max-width:350px;
 min-width:250px;
 font-weight:normal;
}

h1 { 
 font-family:montserrat, arial, sans-serif; 
 font-size: 4.6rem; 
 color:#000066;
 font-weight:800;
 margin-top:0;
}

h2 { 
 font-family:montserrat, arial, sans-serif; 
 font-size: 3.2rem; 
 color:#000066;
 font-weight:700;
}

h3 {
 font-weight:bold;
 font-size: 100%;
}

input.button,
button.button,
div.sweet-alert button.confirm,
div.likebutton {
 
 border-top:   1px solid #e5007d;
 border-right: 1px solid #e5007d;
 border-bottom:1px solid #e5007d;
 border-left:  1px solid #e5007d;

 color:#ffffff;
 font-family:montserrat, arial, sans-serif; 
 font-size: 1.8rem; 
 font-weight:bold;
 cursor:pointer;
 


background-color:#e5007d;

}

a.respbox-link-button,a.respbox-link-button:visited {
 
 border-top:   1px solid #e5007d;
 border-right: 1px solid #e5007d;
 border-bottom:1px solid #e5007d;
 border-left:  1px solid #e5007d;

 color:#ffffff !important;
 font-family:montserrat, arial, sans-serif;
 font-size: 1.8rem;
 font-weight:bold;
 cursor:pointer;
 


background-color:#e5007d;

 padding: 10px 15px;
 text-decoration: none;
 display: inline-block;
}

div.sweet-overlay { z-index: 2000000; }

div.sweet-alert { z-index: 2100000; }

div.sweet-alert button.confirm {
 


background-color:#e5007d !important;

}

div.sweet-alert button.confirm.swal-close-icon,
div.sweet-alert button.confirm.swal-close-icon:hover,
div.sweet-alert button.confirm.swal-close-icon:focus,
div.sweet-alert button.confirm.swal-close-icon:active { 
 background-color: transparent !important; 
 border: 0;
 padding: 0; 
 margin: 0; 
 position: absolute; 
 top: -30px; 
 right: -10px;
}

div.sweet-alert button.confirm.swal-close-icon span { color: #333; }

div.likebutton {
 display: inline-block; 
 text-transform: none;
}

input.button:hover,
button.button:hover,
div.likebutton:hover {
 text-decoration:none;
}


a {  
  color:#de077a; 
  text-decoration: underline;
  border: 0;
  outline: none;
}

a:visited {  
  color:#de077a; 
  text-decoration: underline;
}

a:hover {  
  text-decoration: underline; 
}


.search-highlight,
div.gen-search-caption strong {
 background-color: #ffffff;
 
 font-weight: bold;
}

h3.search-title {
 font-weight: normal;
 font-size: medium;
 margin-bottom: 3px;
}

div.search-href {
  color: #666666;
  font-size: 1.5rem;
}

div.general-search-hit { margin-bottom: 30px; }



div.gen-search-href {
  color: #666666;
  font-size: 1.5rem;
  line-height: 1.4em;
}




.data-header {
 background-color:#000066;
 color:#ffffff;
 border:1px solid #000066;
 font-weight:bold;
}

a.data-header,a.data-header:visited {
 color:#ffffff;
 border:none;
}

.data,.dataHL {
 border:1px solid #000066;
}

.data-highlight,.dataHL:hover {
 border:1px solid #000066;
 background-color:#ffffff;
}


.th-box-tr {
 border:1px solid #000066;
 padding:0.5em;
}

.th-box-att {
 border:1px solid #000066;
 padding:0.5em;
 background-color:#ffffff;
 color:#000066;
}

.th-box-tr.small, .th-box-att.small {
 font-size: 1.5rem; 
}


.pager-current {
 border:1px solid #000066;
 padding: 2px 5px;
 margin:2px;
 font-weight:bold;
 text-decoration:none;
}

.pager-other {
 border:1px solid #000066;
 padding: 2px 5px;
 text-decoration:none;
}

.pager-arrow {
 font-weight:bold;
 text-decoration:none;
}

p.pager-wrapper a {
  text-decoration:none;
}


h1.form-error {
 font-family:montserrat, arial, sans-serif; 
 font-size: 1.8rem; 
 color: #d32515;
 font-weight: bold;
}

body.embed-fullscreen { 
 overflow: hidden; 
 background: transparent;
}

div#pagemask-black.top0 { 
 top: 0; 
 background-color: #000;
 opacity: 0.4;
}

a.embed_edit,
a.embed_add,
a.embed_list,
a.embed_delete {
 position: absolute;
 top: 0;
 left: 0;
 color: white !important;
 background-color: #4784c1;
 display: inline-flex;
 text-decoration: none;
 border-radius: 50px;
 padding: 15px;
 z-index: 199;
 box-shadow: 0 0 9px 0px #ffffff;
}

div.filebank-wrapper.list a.embed_edit,
div.filebank-wrapper.list a.embed_add,
div.filebank-wrapper.list a.embed_list,
div.filebank-wrapper.list a.embed_delete {
 padding: 8px; 
}

a.embed_edit.small,
a.embed_add.small,
a.embed_list.small,
a.embed_delete.small { padding: 10px; }

a.embed_edit_item,
a.embed_add_item,
a.embed_list_item,
a.embed_delete_item {
 position: fixed;
 right: 15px;
 bottom: 15px;
 color: white;
 background-color: #4784c1;
 display: flex;
 align-items: center;
 text-decoration: none;
 border-radius: 50px;
 padding: 10px 15px 10px 10px;
 z-index: 99999999;
 box-shadow: 0 0 9px 0px #ffffff;
 font-family: arial, helvetica, sans-serif;
 font-size: 15px;
}

a.embed_edit_item span,
a.embed_add_item span,
a.embed_list_item span,
a.embed_delete_item span {
 margin-right: 5px;
}

a.embed_edit_item.hidden,
a.embed_add_item.hidden,
a.embed_list_item.hidden,
a.embed_delete_item.hidden,
a.embed_edit.hidden,
a.embed_add.hidden,
a.embed_list.hidden,
a.embed_delete.hidden { display: none; }

.zindex1 { z-index: 1 !important; }

iframe.edit_embed {
 background: var(--embed-iframe-bgcolor) no-repeat center 100px url(/common_ui/embed_ui/img/loader/ring_big.png);
 position: fixed;
 top: 18px;
 left: 15px;
 width: calc(100% - 30px);
 height: calc(100% - 27px);
 z-index: 999999998;
 border: 0;
 -webkit-border-bottom-right-radius: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -moz-border-radius-bottomright: 5px;
 -moz-border-radius-bottomleft: 5px;
 border-bottom-right-radius: 5px;
 border-bottom-left-radius: 5px;
}

div#embed-edit-top {
  background-color: #4784c1;
  color: #fff;
  font-family: arial, helvetica, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  position: fixed;
  top: 15px;
  left: 15px;
  height: 45px;
  width: calc(100% - 30px);
  z-index: 999999999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
 -webkit-border-top-right-radius: 5px;
 -webkit-border-top-left-radius: 5px;
 -moz-border-radius-topright: 5px;
 -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
 -webkit-box-sizing:border-box;
 -ms-box-sizing:border-box;
 -moz-box-sizing:border-box;
  box-sizing:border-box;
}

div#embed-edit-top span { 
 font-family: verdana, arial, helvetica, sans-serif;
 margin-right: 10px;
 cursor: pointer;
}

div.mobi-embed-buttons { 
 position: relative; 
 display: none !important;
}

div.mobi-embed-buttons.top-5 { top: -5px; }
div.mobi-embed-buttons.top-10 { top: -10px; }
div.mobi-embed-buttons.top5 { top: 5px; }
div.mobi-embed-buttons.top10 { top: 10px; }
div.mobi-embed-buttons.top15 { top: 15px; }
div.mobi-embed-buttons.top20 { top: 20px; }
div.mobi-embed-buttons.left-5 { left: -5px; }
div.mobi-embed-buttons.left-10 { left: -10px; }
div.mobi-embed-buttons.left5 { left: 5px; }
div.mobi-embed-buttons.left10 { left: 10px; }

div.mobi-embed-buttons.hidden { display: none !important; }

a.mobi-embed-link,
a.mobi-embed-link:focus {
 opacity: 1 !important;
 text-decoration: none !important;
 outline: none !important;
 border: 0 !important;
 line-height: 100%;
 display: none !important;
}

a.mobi-embed-link.bottom2 { bottom: 65px; }
a.mobi-embed-link.bottom3 { bottom: 115px; }
a.mobi-embed-link.bottom4 { bottom: 165px; }






a.nav-level1, a.nav-level2, a.nav-level3, a.nav-level4, a.nav-level5, a.nav-level6 
{
 color:#d51030; 
 text-decoration:none;
 font-weight:normal;
}

a.nav-level1:visited, a.nav-level2:visited, a.nav-level3:visited, a.nav-level4:visited, a.nav-level5:visited, a.nav-level6:visited 
{
 color:#d51030; 
 text-decoration:none;
 font-weight:normal;
}

a.nav-level1-selected, a.nav-level2-selected, a.nav-level3-selected, a.nav-level4-selected, a.nav-level5-selected, a.nav-level6-selected,
a.nav-level1-selected:visited, a.nav-level2-selected:visited, a.nav-level3-selected:visited, a.nav-level4-selected:visited, a.nav-level5-selected:visited, a.nav-level6-selected:visited
 {
 color:#3e3e3e; 
 text-decoration:none;
 font-weight:normal;
}

a.navTl,
div#respnavi .level1 a {
 color:#000066; 
 text-decoration:none;
 font-weight:bold;
}

a.navTl:visited, a.subnavTl:visited,
div#respnavi .level1 a:visited {
 color:#000066; 
 text-decoration:none;
}

a.navTl-selected, a.navTl-selected:visited,
div#respnavi .level1.selected &gt; a, div#respnavi .level1.selected &gt; a:visited {
 color:#e5007d; 
 text-decoration:none;
 font-weight:bold;
}




div.field-title { font-weight: bold; }

div.field-title-other { margin-top: 5px; }

/* Ilmoitukset ja virheet */

.field-error .field-content input,
.field-error .field-content select,
.field-error .field-content fieldset {
 border: 1px solid #f04040;
}

.field-error .field-content fieldset {
 padding: 5px;
}

div.notification {
 padding: 10px 10px 10px 40px;
 color: black;
 font-size: 1.5rem;
 margin-bottom: 10px;
 position: relative;
 line-height: 1em;
 text-align: left;
}

div.notification.inline-block { display: inline-block; }

div.notification.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div.notification.info { 
  background: #daf0fb;
  color: #006B99;
  border: 1px solid #cae0eb;
}

div.notification.ok { 
  background: #d9f4d5;
  color: #2c722c;
  border: 1px solid #cae5c6;
}

div.notification.error,div.notification.virhe { 
  background: #fbdada;
  color: #b80000;
  border: 1px solid #ebcaca;
}

div.notification.warning { 
  background: #fceece;
  color: #C92600;
  border: 1px solid #eadec1;
}

div.notification::before {
 font-family: 'Material Icons';
 font-size: 23px;
 vertical-align: middle;
 margin-left: -30px;
 position: absolute;
}

div.notification.info::before {
 content: '\E88E';
 color: #006B99;
}

div.notification.warning::before {
 content: '\E002';
 color: #C92600;
}

div.notification.error::before,
div.notification.virhe::before {
 content: '\E000';
 color: #b80000;
}

div.notification.ok::before {
 content: '\E86C';
 color: #2c722c;
}

div.notification::after {
 font-family: 'Material Icons';
 font-size: 32px;
 position: absolute;
 left: 0;
 line-height: 1em;
 margin-top: -5px;
 content: '\E5C5';
 display: block;
}

div.notification.no_arrow::after { display: none; }

div.notification.info::after { 
  color: #daf0fb;
  text-shadow: 0 2px #cae0eb;
}

div.notification.ok::after { 
  color: #d9f4d5;
  text-shadow: 0 2px #cae5c6;
}

div.notification.error::after,div.notification.virhe::after { 
  color: #fbdada;
  text-shadow: 0 2px #ebcaca;
}

div.notification.warning::after { 
  color: #faebcc;
  text-shadow: 0 2px #eadec1;
}

div.notification.narrow { max-width: 200px; }

div.notification.icon_only { 
 background: transparent; 
 padding: 7px 0 0 0;
}

/*--- LOGIN &amp; REGISTER ---*/

div#login-button-wrapper { 
 position: relative;
 display: inline-block;
 margin-top: 2px;
}

div#login-button-wrapper.static &gt; div { display: none !important; }

div#login-button-wrapper.static form { 
 position: relative;
 display: block !important; 
 z-index: 1;
}
 
div.login-button,
div.logout-button, 
div.useraccount-button,
div.wishlist-button { 
 cursor: pointer;
 border: 1px solid #cccccc;
 background-color: #f0f0f0;
 padding: 10px;
 display: inline-block;
}

div.login-button.disabled { 
 cursor: default;
 opacity: 0.4; 
}

div.wishlist-button { position: relative; }

div.useraccount-button img,
div.login-button img,
div.logout-button img,
div.wishlist-button img { vertical-align: middle; }

div.useraccount-button { border-right: 0; }

div#login-button-wrapper i.material-icons { 
 vertical-align: middle;
 margin-bottom: 2px;
 /* color: #ffccff;
 background: #ff00ff; */
}

form#user-login-form,
form#user-login-form-account {
 z-index: 9999;
 box-sizing: border-box;
 position: absolute;
 display: none;
 background-color: #ffffff;
 border: 1px solid #cccccc;
 padding: 20px 30px 10px 30px;
 left: 0;
 margin: auto;
 margin-top: -1px;
 -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
 -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
 box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
 width: 350px;
 text-align: left;
 line-height: 1.2em;
}

form#user-login-form.fixed {
 position: fixed;
 left: 50%;
 top: 50%;
 margin-left: -175px;
 z-index: 99999999;
}

form#user-login-form.fixed i.close-login-form { 
 position: absolute;
 top: 5px; 
 right: 5px;
 cursor: pointer;
}

form#user-login-form.fixed.mobile { top: 5px; }

form#user-login-form-account { 
 display: block; 
 position: relative;
}

form#user-login-form.left {
 left: 100%;
 margin-top: 0px;
 margin-left: -1px;
 top: 0;
 -webkit-box-shadow: 1px 0 6px rgba(0, 0, 0, 0.4);
 -moz-box-shadow: 1px 0 6px rgba(0, 0, 0, 0.4);
 box-shadow: 1px 0 6px rgba(0, 0, 0, 0.4);
}

div.user-login-form-forgot-password-text { display: none; }

form#user-login-form hr,
form#loginpage-form hr { 
 margin: 20px 0; 
 background-color: #cccccc;
}

form#user-login-form label,
form#user-login-form-account label { display: none; }

form#user-login-form input[type=text],
form#user-login-form input[type=password],
form#user-login-form-account input[type=text],
form#user-login-form-account input[type=password] {  
 width: 100%; 
 margin-bottom: 5px;
}

div.notification.email-address-invalid {
 margin-bottom: 2px;
 margin-top: 10px;
}

form#user-login-form input.button,
form#user-login-form-account input.button { margin: 5px 0 10px 0; }

form#loginpage-form input { margin: 0 0 10px 0; }

form#loginpage-form hr { margin: 20px 0; }

form#loginpage-form label { display: none; }

form#loginpage-form input { width: 100%; }

form#loginpage-form input.button { width: 30%; }

input.login-username { margin-top: 10px; }

input.login-submit, 
input.login-register,
input.email-sent-ok { 
 cursor: pointer;
 width: 100%; 
}

input.login-register { margin-top: 0 !important; }

div.forgot-password-buttons { display: none; }

input.forgot-password-submit,
input.forgot-password-cancel { 
 display: inline-block;
 width: 49%;
}

.processing-white {
 background-image: url(/common_ui/embed_ui/img/loader/processing-white.gif);
 background-repeat: no-repeat;
 background-position: center;
 color: transparent !important;
}

.processing-black {
 background-image: url(/common_ui/embed_ui/img/loader/processing-black.gif);
 background-repeat: no-repeat;
 background-position: center;
 color: transparent !important;
}

.processing-white *,
.processing-black * {
 visibility: hidden !important;
}

div#user-change-password {
 background-color: #ffffff;
 position: fixed;
 width: 400px;
 border: 1px solid #cccccc;
 padding: 30px;
 left: 50%;
 margin-left: -200px;
 top: 100px;
 z-index: 100000;
 -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
 -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
 box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
 text-align: left;
 line-height: 1.2em;
}

div#user-change-password h2 { margin-top: 0; }

div#user-change-password input#new_password { 
 width: 100%;
 margin-top: 10px;
}

div#user-change-password input#new_password2 { 
 width: 100%;
 margin-bottom: 20px;
}

div#user-change-password input#change-password,
div#user-change-password input.cancel-reset { width: 49%; }

div#user-change-password input.cancel-reset.changed { width: 100%; }

div#user-change-password div.notification { 
 margin-top: 10px;
 margin-bottom: 0;
}

div#useraccount-left,
div#useraccount-right {
 width: 50%;
}

div#useraccount-left div.contentarea,
div#useraccount-right div.contentarea {
 border: 1px solid #cccccc;
 padding: 0 20px 20px 20px;
 line-height: 1.2em;
}

div#useraccount-middle { padding: 10px; }

/*--- ACCOUNTINDEX ---*/

div#userinfo-table div.table-cell { 
 padding: 5px;
 font-weight: bold;
}

div#userinfo-table div.table-cell.title { 
 padding: 5px 10px 5px 0;
 font-weight: normal;
}

div.editlink a,
div.editlink a:hover { text-decoration: none; }

div#userinfo-table-cont div.editlink { 
 margin: 15px 0 0 0;
 line-height: 1em;
}

div#userinfo-table-cont div.editlink i.material-icons { vertical-align: bottom; }

div.backlink a,
div.backlink a:hover { text-decoration: none; }

div.backlink { 
 margin: 15px 0;
 line-height: 1em;
}

div.backlink i.material-icons { vertical-align: sub; }

div#delivery-addresses-cont,
div#billing-addresses-cont,
div#customer-addresses-cont { margin-top: 30px; }

div#delivery-addresses-cont.order h2,
div#customer-addresses-cont.order h2 { margin-top: 0; }

div#delivery-addresses-cont div.editlink,
div#billing-addresses-cont div.editlink {
 margin: 15px 0;
 line-height: 1em;
}

div#delivery-addresses-cont div.editlink i.material-icons,
div#billing-addresses-cont div.editlink i.material-icons { vertical-align: bottom; }

div#delivery-addresses-cont div.delivery-addresses,
div#billing-addresses-cont div.billing-addresses,
div#customer-addresses-cont div.customer-addresses {
 margin-left: -15px;
 display: flex;
 flex-wrap: wrap;
 align-items: stretch;
 align-content: flex-start;
}

div#delivery-addresses-cont div.delivery-address,
div#billing-addresses-cont div.billing-address,
div#customer-addresses-cont div.customer-address {
-webkit-flex: 1 1 0;
-moz-flex: 1 1 0;
-ms-flex: 1 1 0;
-o-flex: 1 1 0;
 flex: 1 1 0;
 flex-basis: calc(50% - 15px);
 border: 1px solid #000066;
 padding: 15px 15px 40px 15px;
 margin: 0 0 15px 15px;
 width: calc(50% - 15px);
 max-width: calc(50% - 15px);
 position: relative;
}

div#delivery-addresses-cont div.delivery-address.narrow,
div#billing-addresses-cont div.billing-address.narrow, 
div#customer-addresses-cont div.customer-address.narrow {  
 flex-basis: calc(50% - 15px); 
 width: calc(50% - 15px);
 max-width: calc(50% - 15px);
}

div.delivery-addresses div.edit-address { margin-top: 10px; }
div.customer-addresses div.edit-address { margin-top: 10px; }

div.delivery-addresses div.edit-address a { text-decoration: none; }
div.customer-addresses div.edit-address a { text-decoration: none; }

div#delivery-addresses-cont div.delivery-address.narrow .external_zipcode,
div.anonymous.external_zipcode {
 position: relative;
 display: none; 
 margin-top: 10px;
}

div#delivery-addresses-cont div.delivery-address.narrow.selected .external_zipcode,
div.anonymous.external_zipcode {
 display: block; 
}

div.external-pickup-points { 
 margin-top: 10px; 
}

div#external_delivery_method_selection div.external-pickup-points { 
 max-height: 200px;
 overflow: auto;
 position: relative;
 border: 1px solid #ccc;
 padding: 10px 0 10px 10px;
 display: none;
}

div#delivery-addresses-cont div.delivery-address.narrow .external-pickup-points { 
 display: none; 
 border-top: 0;
 width: 100%;
 max-height: 200px;
 background-color: white;
 overflow: auto;
 font-size: 13px;
}

div#delivery-addresses-cont div.delivery-address.narrow.selected .external-pickup-points { 
 display: inline-block; 
}
 
div#delivery-addresses-cont div.delivery-address.narrow .external_zipcode img,
div.anonymous.external_zipcode img {
 position: absolute;
 top: 5px;
 right: 5px;
}

div#delivery-addresses-cont div.delivery-address.narrow.selected .external_zipcode input[type=text],
div.anonymous.external_zipcode input[type=text] {
 margin:0; 
 padding: 3px;
 width: 60px;
 text-align: center;
 display: inline-block;
}

div.external-pickup-points small.msg {
 color: #c02a2a;
}

div.ext-location {
 color: #333333;
 border: 1px solid transparent;
 padding: 5px;
 line-height: 1.1em;
 width: 98%;
}

div.ext-location:hover { color: black; }

div.ext-location * { cursor: pointer; }

div.ext-details { font-size: 11px; }

div.ext-location.selected {
 border: 1px solid black;
 background-color: #ffffdd;
 color: black;
}

div.ext-location.selected span { font-weight: bold; }

div.ext-location div.table-cell { vertical-align: top; }

div.ext-location div.table-cell.label { font-size: 13px; }

div#delivery-addresses-cont div.delivery-address.nolinks,
div#billing-addresses-cont div.billing-address.nolinks,
div#customer-addresses-cont div.customer-address.nolinks { padding: 15px; }

div#delivery-addresses-cont.order div.delivery-address,
div#customer-addresses-cont.order div.customer-address { padding: 0; }
 
div#delivery-addresses-cont.order div.delivery-address.selected,
div#customer-addresses-cont.order div.customer-address.selected {
 border: 1px solid #000000;
}

div#delivery-addresses-cont.order div.delivery-address &gt; div, 
div#customer-addresses-cont.order div.customer-address &gt; div { 
 border-top: 10px solid transparent; 
 padding: 10px;
}

div#delivery-addresses-cont.order div.delivery-address.selected &gt; div,
div#customer-addresses-cont.order div.customer-address.selected &gt; div { border-top: 10px solid #000000; }

div#delivery-addresses-cont.order div.delivery-address:hover,
div#customer-addresses-cont.order div.customer-address:hover {
 border-color: #000000;
 cursor: pointer;
}

div#billing-addresses-cont div.editlink-wrap,
div#delivery-addresses-cont div.editlink-wrap { 
 position: absolute;
 bottom: 10px;
 width: 100%;
}

div#delivery-addresses-cont div.editlink-wrap div.editlink, 
div#billing-addresses-cont div.editlink-wrap div.editlink { 
 display: inline-block;
 margin: 15px 0 0 0;
}

div#delivery-addresses-cont div.editlink-wrap div.editlink.right,
div#billing-addresses-cont div.editlink-wrap div.editlink.right { 
 float: right; 
 margin-right: 30px;
}

table#orderhistory {
 width: 100%;
 border-collapse: collapse;
}

table#orderhistory tr { 
 border-top:1px solid #000066;
 border-bottom:1px solid #000066;
}

table#orderhistory .data-header,
table#orderhistory .data { 
 border: 0;
 line-height: 1.2em;
}

div#external_delivery_method_selection {
 text-align: left;
 display: inline-block;
 position: relative;
 padding: 15px;
 width: 100%;
}

div#external_delivery_method_selection img {
 position: absolute;
 right: 10px;
 top: 10px;
}

div#external_delivery_method_selection img { display: none; }

div#external_delivery_method_selection.content-loaded img { 
 display: block; 
 top: -35px;
}
 
div#external_delivery_method_selection img.loading { 
 display: block;
 position: abnsolute; 
 left: 10px;
 top: 10px;
}

div#external_delivery_method_selection input[name=external_zipcode] { 
 display: block;
 margin: 0;
 width: 80px;
 text-align: center;
}

div#external_delivery_method_selection .external_zipcode.long { 
 text-align: left;
 width: 100%; 
} 

div#ws2-basketwrap div.table-cell#external_delivery_method_address { 
 border-left: 0;
 text-align: left;
}

div#ws2-basketwrap div#external_delivery_method_information { 
 display: inline-block;
 text-align: left;
 padding: 0 15px 15px 15px;
 width: 100%;
}

div#basket_delivery_address { 
 text-align: left; 
 width: 350px;
 display: inline-block;
 border: 1px solid #cccccc;
 padding: 10px;
 margin-top: 1px;
}

div#ws2-basketwrap div.bklarnacheckout h2 { 
 margin: 15px 0 10px 15px;
 font-size: 2rem;
}

div#ws2-basketwrap div.bklarnacheckout h2.yhteystiedot { display: none; } 

div#ws2-basketwrap div.bklarnacheckout h2.noutopiste,
div#ws2-basketwrap div.bklarnacheckout h2.yhteystiedot,
div#ws2-basketwrap div.bklarnacheckout h2.toimitusosoite { display: none; } 

div#ws2-basketwrap div.bklarnacheckout.internal div#external_delivery_pickuppoint_selection { border-right: 0; }

div.delivery_address_firstname_wrap.inlined {
 display: inline-block;
 width: 35%;
}

div.delivery_address_lastname_wrap.inlined {
 display: inline-block;
 width: 64%;
}

div.delivery_address_zipcode_wrap.inlined {
 display: inline-block;
 width: 25%;
}

div.delivery_address_city_wrap.inlined {
 display: inline-block;
 width: 74%;
}

div.bklarnacheckout div.delivery_address_title { margin-top: 10px; }

div.bklarnacheckout div.delivery_address_field input {
 display: none;
 margin: 0; 
 width: 100%;
}

div#basket_delivery_address div.delivery_address_field input#external_delivery_postalcode { width: 80px; }

div.ext-location.table div.table-cell {
 padding: 0 0 0 32px !important;
 border: 0;
 background: no-repeat left top url(/common_ui/embed_ui/img/icons_google/toggle/baseline_radio_button_unchecked_black_24dp.png);
}

div.ext-location.table { 
 background-color: #eeeeee;
 opacity: 0.7;
 margin-bottom: 10px;
 border: 1px solid #aaaaaa;
 padding: 7px;
}

div.ext-location.table:hover { 
 color: black;
}

div.ext-location.table.selected {
 background-color: #ffffdd;
 opacity: 1;
 border: 1px solid #666666; 
}
 
div.ext-location.table.selected div.table-cell {
 background: #ffffdd no-repeat left top url(/common_ui/embed_ui/img/icons_google/toggle/baseline_radio_button_checked_black_24dp.png);
}


img#checkout-logo { 
  width: 155px; 
  height: auto;
  margin: 20px 0 0 0;
 }

 div.provider-group form { display: inline-block; }
 
 button.provider-button {
  background: linear-gradient(to bottom, #f7f7f7 0%, white 100%);
  border-radius: .25em;
  border: 1px solid #ccc;
  margin: 1px 7px 10px 1px;
  width: 155px;
 }
 
 button.provider-button:hover,
 button.provider-button:active {
  border-color: #2b2b96;
  margin: 0 8px 9px 0;
  border-width: 2px;
  cursor: pointer;
 }
 
 button.provider-button div.button-content {
  padding: 17px;
  width: 146px;
 }
 
 button.provider-button div.button-content img {
  height: 60px !important;
  margin-left: -2px;
 }



ul#ws-navi .level1 a.lastselected,
ul#ws-navi .level2 a.lastselected ,
ul#ws-navi .level3 a.lastselected ,
ul#ws-navi .level4 a.lastselected ,
ul#ws-navi .level5 a.lastselected ,
ul#ws-navi .level6 a.lastselected  { font-weight: bold; }


div#loading-reviews { 
 text-align: center;
 padding-top: 20px; 
 display: none;
}

div#product-tab-content div#loading-reviews { padding-top: 5px; }

h1.reviews { margin-bottom: 0; }

i.review-star { color: #dedede; }
i.review-star.active { color: #fbb900 !important; }

i.review-star.material-icons { vertical-align: middle; }

i.review-star.half_star_active { 
 width: 12px;
 overflow: hidden;
 z-index: 101;
 position: relative;
}

i.review-star.size-16.half_star_active { width: 8px; }

i.review-star.half_star { 
 width: 12px;
 margin-left: 2px;
 position: relative;
 left: -14px;
 z-index: 100;
}

i.review-star.size-16 { 
 position: relative;
 top: -2px; 
}

i.review-star.size-16.half_star { 
 width: 8px;
 left: -10px;
}

.show-reviews { cursor: pointer; }

div.pr-wishlist { 
 margin-left: 2px;
 margin-bottom: 10px; 
 cursor: pointer;
 display: none;
}

div.pr-wishlist.visible { display: block; }

div.pr-wishlist i { 
 font-size: 15px; 
 position: relative;
 top: -2px;
 margin-right: 3px;
 color: #D30000;
}

div.review-info-quick span.pr-review,
div.review-info span.pr-review {
 margin-left: 5px;
 font-size: 1.5rem;
 vertical-align: middle;
}

div#add-review { 
 display: none; 
 padding: 20px;
 border: 1px solid #000066;
 background-color: #ffffff;
}
 
div#add-review h2 { margin-top: 0; }
 
div#add-review i.review-star { cursor: pointer; }

div#add-review i.review-star:hover, 
div#add-review i.review-star.hovered { color: #bebebe; }

div#add-review i.review-star.active:hover { color: #fbb900; }

div#add-review input#nimimerkki,
div#add-review textarea#arvostelu { width: 100%; }

div#add-review div#review-buttons { text-align: right; }

div#add-review div#saving-review { 
 display: none; 
 position: absolute;
 left: 0;
 top: 0;
 padding-top: 100px;
 width: 100%;
 text-align: center;
 z-index: 100002;
 height: 100%;
}

div#add-review div#saving-review img { width: 100px; }

div#add-review .faded { opacity: 0.2; }

div.pl-item { 
 cursor: pointer; 
 border: 1px solid #e8e8e8;
 position: relative;
}

div.pl-item a { text-decoration: none; }
 
div.pl-item div.pl-img-wrap { 
 position: relative;
 max-width: 100%; 
}

div.pl-item img.pl-img { max-width: 100% !important; }

div.pl-item div.pl-itemwrap { 
 position: relative; 
 padding: 10px;
}

div.pl-item.rinnakkais div.pl-itemwrap,
div.pl-item.myydyimmat div.pl-itemwrap { padding: 5px; }

div.pl-item:hover { border: 1px solid #ccc; }

div.pl-item div.pl-text-wrap { 
 text-align: left;
 padding: 10px 10px 0px 10px; 
}

div.pl-item.rinnakkais div.pl-text-wrap,
div.pl-item.myydyimmat div.pl-text-wrap { 
 font-size: 1.5rem; 
 line-height: 1.3em;
 padding: 10px 5px 5px 5px;
}

div#p-item-see-also { 
 padding: 6px;
 margin-top: 10px;
 margin-bottom: 10px;
 background: #ffffff;
 color: #000066;
}

div.pl-item div.pl-linktext { padding: 10px 10px 0 10px; }

div.pl-item-loading {
 position: absolute;
 top: 50%;
 left: 50%;
 margin-left: -28px;
 margin-top: -28px;
 background-color: white;
 padding: 10px;
 border: 1px solid #ccc;
 width: 56px;
 height: 56px;
 text-align: center;
}

div.pl-item .pl-faded { opacity: 0.3; }

div.pl-item .pl-quickviewlink { 
position: absolute;
 background-color: #666;
 width: 100%;
 z-index: 9999;
 bottom: 0;
 color: white;
 transition: .2s ease;
 overflow: hidden;
 height: 0;
 display: flex;
 justify-content: center;
 align-items: center;
}

div.pl-item:hover .pl-quickviewlink { 
 height: 35px;
}

div.pl-item.myydyimmat:hover .pl-quickviewlink,
div.pl-item.rinnakkais:hover .pl-quickviewlink {
 height: 33px;
 font-size: smaller;
} 

div.pl-quickviewlink:hover { background-color: #333; } 

div.pl-item .pl-quickviewlink i.material-icons {
 margin-left: 7px;
}

div#pl-quickview {
 display: none;
 background-color: #fff;
 position: fixed;
 top: 100px;
 left: 50%;
 width: 700px;
 min-height: 350px;
 max-width: 80vw;
 max-height: 80vh;
 z-index: 12001;
 border-radius: 5px;
 overflow: auto;
 padding: 20px 40px 20px 20px;
}

div#pl-quickview div#productimages { display: none !important; }

div#close-quickview {
 background-color: transparent;
 position: fixed;
 top: 110px;
 left: 50%;
 width: 700px;
 max-width: 80vw;
 z-index: 12002;
 cursor: pointer;
 color: #333333;
 text-align: right;
}

div#close-quickview:hover {
 color: #000000;
}

div#pl-quickview.loading { 
 padding-top: 120px;
 text-align: center; 
}

div#pl-quickview div#product-cont { 
 width: 100%; 
 margin-bottom: 0;
}

div#pl-quickview div.p-qtyWrap { margin-bottom: 20px; }

div#pl-quickview div.p-restock { width: 198px; }

div#pl-quickview div.p-restock input,
div#pl-quickview div.p-restock input:focus { width: 187px; }

div#pl-quickview div#product-img-cont { 
 width: 345px;
 min-width: 345px;
}

div#pl-quickview.hidden {
 visibility: hidden;
}

div#product-cont .deal,
div.pl-cont .deal,
div.respbox-webshop2-product .deal { color: #ed1c24; }

.price.deal { line-height: 1em; }

.price-alv0 {
 color: #888;
 font-style: italic; 
}

.price-alv0.large { font-size: 20px; }

.original-price { 
 text-decoration: line-through;
 color: #999;
 font-size: 1.5rem; 
 margin-bottom: 5px;
 display: block;
}

.pl-text-wrap .original-price { 
  display: inline-block;
  margin-bottom: 0;
}

div.p-opt-sel-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}

div.p-opts {
 overflow-y: auto !important;
 max-height: 272px;
 display: none;
 position: absolute;
 z-index: 100;
 min-width: 200px;
 margin-top: -1px;
 border-bottom: 1px solid #cccccc;
 background-color: #ffffff;
}

div.p-opts div.p-opt {
 border: 1px solid #cccccc;
 border-top: 0;
 padding: 7px 30px 7px 15px;
 background-color: #ffffff;
 cursor: pointer;
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

div.p-opts div.p-opt:nth-child(1) {
 border-top: 1px solid #cccccc;
}

div.p-opts div.p-opt.selected {
 background-image: url(/common_ui/embed_ui/img/icons_google/content/ic_clear_black_18dp.png);
 background-position: 95.5% center;
 background-position: -webkit-calc(100% - 8px) center; 
 background-position: right 8px center;
 background-repeat: no-repeat;
 border-top: 2px solid #e5007d;
 border-right: 2px solid #e5007d;
 border-bottom: 2px solid #e5007d;
 border-left: 2px solid #e5007d;
 font-weight: bold;
}

div.p-opts div.p-opt.disabled {
 color: #d0d0d0; 
 cursor: default;
}

div.p-sel-opt {
 cursor: pointer;
 display: inline-block;
 min-width: 200px;
 padding: 7px 15px;
 padding-right: 40px !important;
 background: no-repeat right center url(/common_ui/embed_ui/img/icons_google/navigation/ic_arrow_drop_down_black_36dp.png);
 border: 1px solid #cccccc;
}

div.p-sel-opt.opened { background: no-repeat right center url(/common_ui/embed_ui/img/icons_google/navigation/ic_arrow_drop_up_black_36dp.png); }

div.p-sel-opt,
div.p-sel-opt:hover,
div.p-opts div.p-opt:hover { background-color: #f0f0f0 !important; }

div.p-opts div.p-opt.disabled:hover { background-color: #ffffff !important; } 


div.p-extraname {
 font-family:montserrat, arial, sans-serif; 
 font-size: 3.2rem; 
 line-height: 1.2em;
 color:#000066;
 font-weight:700;
 margin: 0.5em 0;
}

div#product-img-cont div.rel { 
  position: relative;
  text-align: center;
}
 
div#product-img-cont img.cbzoom { 
 display: block;
 position: absolute;
 top: 50%;
 left: 50%;
 margin-left: -24px;
 margin-top: -24px;
 pointer-events: none;
}

img#product-bigimg-loading { 
 display: none;
 position: absolute;
 top: 50%;
 left: 50%;
 margin-left: -40px;
 margin-top: -40px;
}

div#product-img-cont div#productimages {
 display: block;
 width: 100%;

}

div#product-img-cont div#productimages div.productimage {
 display: inline-block;
 border: 2px solid transparent;
 vertical-align: top;
 display: inline-flex; 
 align-items: center;
}

div#product-img-cont div#productimages div.productimage.selected {
 border: 2px solid #cccccc;
}

div#productimages-show-all { text-align: center; }

div#product-img-cont div#productimages-show-all a#show_all_images {
 text-decoration: none; 
 display: inline-flex;
 align-items: center;
}

div#product-img-cont div#productimages a#show_all_images i { font-size: 32px; }

div.pl-new-wrap {
 position: absolute;
 right: 0;
 top: 0;
}

div.pl-sort { 
 display: flex;
 flex-wrap: wrap;
 align-content: flex-start;
 width: 100%;
 margin-bottom: 10px;
}

div.pl-sort div.left { 
 padding: 10px 0;
 flex-grow: 0; 
}

div.pl-sort div.right { 
 flex-grow: 1; 
}

div.pl-sort div.sortlinks { 
 padding: 10px 0;
 border: 0;
 display: inline-block;
}

div.pl-sort div.sortlinks.mobile-only { display: none; }

div.pl-sort div.sortlinks.no-mobile { display: inline-block; }
 
div.prodcount0,div.prodcount1 { display: none !important; }

div.pl-sort div.sortlinks span { 
 padding: 6px;
 border-right: 1px solid #000066;
}

div.pl-sort div.sortlinks span.last { border: 0; }
 
div.pl-sort a, div.pl-sort a:visited { 
 color: #de077a;
 text-decoration: none;
 opacity: 1;
}

div.pl-sort a:hover { color: #de077a; }

div.pl-sort a.selected { 
 font-weight: bold;
 color: #000066; 
}

div#product-tabs {
 display: flex;
 justify-content: center;
}

div#product-tabs.resp { display: block; }

div.pr-tab {
 border-top: 1px solid #000066;
 border-bottom: 1px solid #000066;
 border-right: 1px solid #000066;
 padding: 15px 30px;
 display: inline-block;
 background-color: #ffffff;
 color: #000066;
 white-space: nowrap;
}

div.pr-tab.resp { 
 display: block;
 width: 100%; 
 border: 1px solid #000066; 
 padding: 7px 10px;
 margin-bottom: 0.5em;
 position: relative;
}

div.pr-tab.resp::after {
 font-family: 'Material Icons';
 font-size: 18px;
 position: absolute;
 right: 10px;
 top: 9px;
 line-height: 1em;
 content: 'expand_more';
 display: block;
 text-transform: initial;
}

div.pr-tab.resp.selected::after {
 font-family: 'Material Icons';
 font-size: 18px;
 position: absolute;
 right: 10px;
 top: 9px;
 line-height: 1em;
 content: 'expand_less';
 display: block;
 text-transform: initial;
}

div.pr-tab:first-child { border-left: 1px solid #000066; }

div.pr-tab.resp:first-child { border-left: 1px solid #000066; }

div.pr-tab:hover { 
 background-color: #efefef; 
 cursor: pointer;
}

div.pr-tab.selected:hover { cursor: default; }

div.pr-tab.resp:hover { cursor: pointer; }

div.pr-tab.selected {
 border-bottom: 0;
 background-color: #fff;
}

div.pr-tab.resp.selected { background-color: #efefef; }

div.pr-tab.resp.selected { border-bottom: 1px solid #000066; }

div#product-tab-content {
 border-top: 1px solid #000066;
 margin-top: -1px;
 padding: 1.5em 0;
}

div#product-tab-content.noborder { border: 0; }

div#product-tabs.resp div.pr-content-tab { 
 padding: 1em 0 1.5em 0;
}

div#product-tab-content.resp {
 border: 0;
 margin: 0;
 padding: 0;
}

div#product-tab-content.resp div.pr-content-tab { padding: 1em 0 1.5em 0; }

div.pr-content-tab &gt; :first-child { margin-top: 0; }

div.pr-content-tab &gt; :last-child { margin-bottom: 0; }
 
div.pr-content-tab10 div.review-stars i { 
 font-size: 36px; 
 margin-bottom: 11px;
}

div.pr-content-tab10 span#review-score { 
 font-size: 28px; 
 margin: 0 10px 0 5px;
} 

div.pr-content-tab10 div.review-stars i.half_star {
 left: -20px;
 width: 18px; 
}

div.pr-content-tab10 div.review-stars i.half_star_active { width: 18px; }

div.pr-content-tab10 div.review-items { }

div.pr-content-tab10 div.review-items &gt; div { padding: 1em 0; }

div.pr-content-tab10 div.pisteet { margin-bottom: 0.5em; }

div.pr-content-tab10 div.arvostelu { margin-bottom: 0.5em; }

div.pr-content-tab10 div.arvostelija { font-size: 1.5rem; }

div.pr-content-tab10 div.arvostelija i.material-icons.person {
 color: #666666;
 vertical-align: middle;
}

div.pr-content-tab10 div.moderated { 
 font-size: 1.5rem; 
 font-style: italic;
 color: #666666;
}

div#pg-bcrumbs { 
 display: flex;
 flex-wrap: wrap;
 align-content: space-between;
 border-bottom: 1px solid #000066; 
 padding-bottom: 20px;
 margin-bottom: 20px;
}

div#pg-bcrumbs div.pg-bcrumb { 
 border:1px solid #000066;
 background-color:#ffffff;
 margin-right: 5px;
 margin-bottom: 5px;
}

div#pg-bcrumbs div.pg-bcrumb.pg-bcrumb-selected { border-color: #444444; }

div#pg-bcrumbs div.pg-bcrumb div.pg-bcrumblink { 
 display: inline-block;
 background-color: transparent;
 padding: 4px 8px;
}

div#pg-bcrumbs div.pg-bcrumb.multi div.pg-bcrumblink { 
 border: 1px solid transparent;
 background-color: transparent; 
}

div#pg-bcrumbs div.dummybutton { 
 content: '';
 flex-grow: 1000000000;
 visibility: hidden;
}

div#pg-bcrumbs a { 
 text-decoration: none; 
 color:#de077a; 
 font-size: 1.5rem; 
}

div#pg-bcrumbs div.pg-bcrumb:hover { background-color:#efefef; }
 
div#pg-bcrumbs div.pg-bcrumb:hover a {
 color:#de077a;
 opacity: 1;
}

div#pg-bcrumbs div.pg-bcrumb.multi:hover { background-color:#ffffff; }

div#pg-bcrumbs div.pg-bcrumb.multi:hover a {
 color:#de077a;
 opacity: 1;
}

div#pg-bcrumbs div.pg-bcrumb.multi div.pg-bcrumblink:hover { background-color:#efefef; }

div#pg-bcrumbs div.pg-bcrumb.multi div.pg-bcrumblink:hover a { color:#de077a; }

div#pg-buttonlist { 
 display: flex; 
 flex-wrap: wrap;
 align-content: space-between;
}

div#pg-buttonlist.showborder { 
 padding-bottom: 20px;
 border-bottom: 1px solid #000066; 
 margin-bottom: 20px;
}

div#pg-buttonlist div { 
 flex-grow: 1;
 margin-right: 5px;
 margin-bottom: 5px;
 background-color:#ffffff;
 padding: 4px 8px;
 border:1px solid #000066;
 font-size: 1.5rem; 
 text-align: center;
 color:#de077a; 
 cursor: pointer;
 user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}

div#pg-buttonlist div.dummybutton { 
 content: '';
 flex-grow: 1000000000;
 visibility: hidden;
}

div#pg-buttonlist div:hover { 
 background-color:#efefef;
 color:#de077a; 
}
 
div#page_navigation_buttons { text-align: center; }

div#page_navigation_buttons input#load_more_products,
div#page_navigation_buttons input#no_more_products {
 display: none;
 text-align: center;
}

div#loading-searchresults {
 position: absolute;
 left: 50%;
 margin-left: -16px;
 margin-top: 60px;
 border: 1px solid #ccc;
 padding: 10px;
 background-color: white;
 z-index: 1000;
}

button.cartbutton { 
 position: relative;
 margin-left: 15px;
 overflow: visible;
}

button.cartbutton .tag,
div.wishlist-button .tag {
 position: absolute;
 top: -5px;
 z-index: 3;
 display: block;
 background: #ffcc00;
 color: #000000;
 width: 16px;
 height: 16px;
 font-size: 13px;
 line-height: 18px;
 text-align: center;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 border: 1px solid #ffcc00;
}

div.wishlist-button .tag {
 position: absolute;
 top: 2px;
 left: 7px;
}

div.p-qtyWrap,
div.tp-qtyWrap,
div.b-qtyWrap { display: flex; }

div.tp-qtyWrap { margin-top: 20px; }

div.p-qty,
div.tp-qty {
 width: 110px;
 padding: 0 5px;
 border: 1px solid #ccc;
 border-right: 0;
 background-color: #fff;
 -moz-user-select: none;
 -webkit-user-select: none;
 user-select: none;
 display: flex;
 justify-content: space-between;
 align-items: center;
}

div.p-qty.warning { 
 border-color: #ffb244 !important; 
 background-color: #ffecbf;
}

div.p-qty.warning input.p-qty { background-color: #ffecbf; }

div.p-qtyWrap.disabled div.p-qty,
div.tp-qtyWrap.disabled div.tp-qty { opacity: 0.3; }

div.p-qty i,
div.tp-qty i { cursor: pointer; }

div.p-qtyWrap.disabled div.p-qty i { cursor: default; }

/* div.p-qty i.p-qty-less,
div.tp-qty i.tp-qty-less {} */

div.p-qty input.p-qty,
div.p-qty input.p-qty:focus,
div.tp-qty input.tp-qty,
div.tp-qty input.tp-qty:focus {
 background: #ffffff;
 border: 0 none;
 display: block;
 width: 60px;
 padding: 10px 0;
 margin: 0;
 text-align: center;
 box-shadow: none !important;
}

div.p-qty input::-webkit-outer-spin-button,
div.p-qty input::-webkit-inner-spin-button,
div.tp-qty input::-webkit-outer-spin-button,
div.tp-qty input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}

div.p-qty input.p-qty,
div.p-qty input.tp-qty { -moz-appearance:textfield; }

/* div.p-qty i.p-qty-more,
div.tp-qty i.tp-qty-more { } */

div.p-qtyWrap button#addtobasket,
button#request_offer { 
 white-space: nowrap;
 padding: 10px 15px;
}

div.p-qtyWrap button#addtobasket i,
button#request_offer i { vertical-align: bottom; }

div#ws2-basketwrap { 
  display: table;
  width: 100%;
  margin-bottom: 30px;
}

span.stock-color {
 display: inline-block;
 width: 13px;
 height: 13px;
 border-radius: 2px;
 vertical-align: middle;
 margin-right: 3px;
 margin-top: -3px;
}

p.stockinfo.none, span.stock-color.none { display: none; }

span.stock-color.green { background: #6EBA36; }

span.stock-color.red { background: #DC3613; }

span.stock-color.yellow { background: #FFBF22; }

div.already-ordered-msg { margin: 5px 0 10px 0; }

div.already-ordered-msg i.material-icons {
 font-weight: bold;
 color: #6EBA36;
}

div.p-restockWrap {
 display: flex;
 margin: 5px 0 10px 0;
}

div.p-restockWrap.already-ordered { margin-bottom: 0; }

div.p-restock {
 position: relative;
 width: 248px;
 padding: 0 5px;
 border: 1px solid #ccc;
 border-right: 0;
 background-color: #fff;
 -moz-user-select: none;
 -webkit-user-select: none;
 user-select: none;
}

div.p-restock input,
div.p-restock input:focus {
 background: #ffffff;
 border: 0 none;
 display: block;
 width: 237px;
 text-align: left;
 box-shadow: none !important;
 margin-top: 0;
}


form.general-searchform { position: relative; }

div#searchWrapContMobileGeneral {
 width: 100%;
 max-width: 350px;
}

div#generalsearch-searchterm-wrap input.searchInput::-webkit-input-placeholder,
div#generalsearch-searchterm-wrap-mobile input.searchInput::-webkit-input-placeholder { color: #767676; }

div#generalsearch-searchterm-wrap-mobile input.searchInput:focus::-webkit-input-placeholder,
div#generalsearch-searchterm-wrap input.searchInput:focus::-webkit-input-placeholder { color: transparent; }

div#generalsearch-searchterm-wrap {
 border: 1px solid #c8c8c8;
 background:#ffffff;
 position: relative;
}

div#generalsearch-searchterm-wrap-mobile {
 display: inline-flex;
 align-items:center;
 width: 100%;
 position: relative;
 border: 1px solid #c8c8c8;
}

div#generalsearch-submit-search-wrap i { 
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  padding: 2px;
  background: #ffffff;
  color: #000000;
	font-size: 30px;
  cursor: pointer;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

div#generalsearch-submit-search-wrap i:hover { color: #666666; }

div#generalsearch-submit-search-wrap-mobile {
 width: 35px;
 background: #999999;
}

div#generalsearch-submit-search-wrap-mobile span.submit-search { font-size: 30px; }

div#generalsearch-submit-search-wrap-mobile i {
 position: absolute;
 top: 0px;
 right: 0px;
 width: 35px;
 height: 35px;
 padding: 2px;
 background: #ffffff;
 color: #000000;
 font-size: 30px;
 -webkit-box-sizing:border-box;
 -ms-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box;
}

div#generalsearch-searchterm-wrap input.searchInput,
div#generalsearch-searchterm-wrap-mobile input.searchInput {
 margin-top: 0;
 border: 0;
 width: calc(100% - 35px);
 text-align: left;
 display: block;
 outline: none;
}

div#generalsearch-searchterm-wrap.wrap1 {
 border: 0;
 background: transparent;
}

div#generalsearch-searchterm-wrap input#searchterm.searchInput1 { 
 width: 1px;
 visibility: hidden; 
}

div#generalsearch-submit-search-wrap.wrap1 {
 width: 35px;
 height: 36px;
 position: absolute;
 top: 0;
 right: 0;
}

form#pagesearch-searchform div#autocomplete-no-resultsgeneral.autocomplete-no-results.wrap1.mod { 
  margin-top: 47px;
  border-top: 0;
  border-bottom: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  box-shadow: unset;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
}

div#searchform-searchfields input#searchterm1 { 
  width: 238px;
  margin: 0;
  border: 0;
  outline: none;
}

div#pagesearch-search-helptext.wrap input.searchInput{ display: none; }

div#generalsearch-searchterm-wrap input.searchInput.active,
div#generalsearch-searchterm-wrap input.searchInput:focus,
div#generalsearch-searchterm-wrap-mobile input.searchInput.active,
div#generalsearch-searchterm-wrap-mobile input.searchInput:focus {
 box-shadow: unset;
 -webkit-box-shadow: unset;
 -moz-box-shadow: unset;
 transition: none;
}

div#searchform-searchfields {
 z-index: 1000;
 display: none;
 text-align: left;
 border: 1px solid #c8c8c8;
 padding: 0 10px;
 position: absolute;
 line-height: 1.2em;
 background: #fff; 
 /* -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4); 
 -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4); 
 box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.4); */
 transition: initial; 
 transition: box-shadow 300ms ease-in-out 0s;
}

div#searchform-searchfields input#reset-product-search { margin-left: 3px; }

div#searchform-searchfields div.buttons { display: flex; }

div#searchform-searchfields &gt; div { padding: 7px 0; }

form#product-searchform div#searchform-searchfields { 
 left: 0;
 width: 100%;
 max-width: 400px;
}

form#product-searchform div#searchform-searchfields { max-width: 400px; }

form#product-searchform div#searchform-searchfields select { max-width: 380px; }

form#product-searchform input#searchterm::-ms-clear { display: none; }

form#product-searchform div#searchform-searchfields input.button { max-width: 188px; }

form#product-searchform div#searchform-searchfields input.price { 
 width: 50px; 
 padding: 5px; 
 text-align: center;
}

form#product-searchform div#searchform-searchfields select { display: block; }


form#pagesearch-searchform div#searchform-searchfields { 
 width: 330px; 
 right: 0;
 padding: 0 1em;
}

form#pagesearch-searchform div#autocomplete-no-resultsgeneral { 
 width: 330px;
 right: 0;
 left: unset;
 margin-right: 0;
 padding: 1em;
 line-height: 1.2em;
 -moz-border-radius: 0px;
 -webkit-border-radius: 0px;
 -khtml-border-radius: 0px;
 border-radius: 0px;
}

form#pagesearch-searchform div#autocomplete-resultsgeneral.wrap1 &gt; ul { 
 min-width: 269px; 
 min-height: 55px; 
 margin-top: -2px;
}

form#pagesearch-searchform div#searchform-searchfields div#pagesearch-search-helptext { 
 padding: 0.6em 0 0 0; 
}

form#pagesearch-searchform div#searchform-searchfields div#pagesearch-search-helptext p { margin: 0 0 1em 0; }

form#pagesearch-searchform ul.ui-autocomplete { 
 z-index: 1100 !important;
 border-radius: unset; 
 margin-left: -3px;
}

form#pagesearch-searchform ul.ui-autocomplete li.ui-menu-item:hover { background: unset; }

form#pagesearch-searchform ul.ui-autocomplete a,
form#pagesearch-searchform ul.ui-autocomplete a:focus,
form#pagesearch-searchform ul.ui-autocomplete a:hover,
form#pagesearch-searchform ul.ui-autocomplete a:active { 
 padding: 5px 10px; 
 line-height: 1.5em;
}

div#autocomplete-resultsgeneral .ui-widget { font-family: inherit; }



div#searchform-searchfields div#search-ominaisuudet {
 position: relative;
 width: 100%;
 border: 1px solid #ccc;
 padding: 10px 10px 7px 10px;
 margin: 10px 0px;
 cursor: pointer;
 font-size: 1.5rem;
}

div#searchform-searchfields div#search-ominaisuudet:hover {
 border: 1px solid #000000;
 -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
 box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

div#searchform-searchfields div#search-ominaisuudet &gt; i {
 position: absolute;
 top: 8px;
 margin: 0;
 right: 4px;
 color: #000000;
 font-size: 16px;
}

div#searchform-searchfields i#close-search {
 position: absolute;
 font-size: 24px;
 cursor: pointer;
 top: 5px;
 right: 5px;
 z-index: 99;
 color: #000000;
}

div#searchform-searchfields i#close-search:hover { color: #666666; }

div#pagesearch-search-helptext div#searchterm1_wrap { 
  position: relative;
  border: 1px solid #c8c8c8;
  width: 275px;
  margin-bottom: 1em;
}

div#pagesearch-search-helptext div#searchterm1_wrap div#generalsearch-submit-search-wrap1 { 
 position: absolute;
 top: 0;
 left: 238px;
 width: 35px;
 height: 35px;
}

form#pagesearch-searchform div#searchform-searchfields div#pagesearch-search-helptext.wrap { padding: 1em 0 0 0; }

div#searchform-searchfields div#pagesearch-search-helptext div#searchterm1_wrap.wrap { display: none; }

div#pagesearch-search-helptext div#searchterm1_wrap div#generalsearch-submit-search-wrap1 i { 
  width: 35px;
  height: 35px;
  padding: 2px;
  background: #ffffff;
  color: #000000;
	font-size: 30px;
  cursor: pointer;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}


div#pagesearch-search-helptext div#searchterm1_wrap div#generalsearch-submit-search-wrap1 i:hover { color: #666666; }

div#searchform-searchfields div#search-ominaisuudet i.close-list { 
 display: none; 
}

div#searchform-searchfields div#list-ominaisuudet-wrap { 
 display: none;
 padding: 0; 
}

div#searchform-searchfields ul#list-ominaisuudet { 
 max-height: 305px;
 overflow: auto;
 display: none; 
 list-style: none;
 margin: -11px 0 10px 0;
 padding: 0;
 border: 1px solid #ccc;
}

div#searchform-searchfields ul#list-ominaisuudet li { 
 padding: 8px;
 border-bottom: 1px solid #eeeeee;
 cursor: pointer;
}

div#searchform-searchfields ul#list-ominaisuudet li.last { border: 0; }

div#searchform-searchfields div#close-olist { display: none; }

div#searchform-searchfields ul#list-ominaisuudet li input { display: none; }

div#searchform-searchfields ul#list-ominaisuudet li:hover { background: #f8f8f8; }
 
div#searchform-searchfields ul#list-ominaisuudet li div.ominaisuudet-box { 
 position: relative;
 display: inline-block;
 width: 18px;
 height: 18px;
 border: 1px solid #999999;
 top: 3px;
 background: #ffffff;
}

div#searchform-searchfields ul#list-ominaisuudet li span { 
 color: black;
 margin-left: 8px;
}

div#searchform-searchfields ul#list-ominaisuudet li.selected { 
 background: #fff2d4;
 border-color: #ffe7b1;
}

div#searchform-searchfields ul#list-ominaisuudet li.selected div.ominaisuudet-box { border-color: #f26705; }

div#searchform-searchfields ul#list-ominaisuudet li div.ominaisuudet-box i { 
 display: none; 
 position: absolute;
 font-size: 16px;
}

div#searchform-searchfields ul#list-ominaisuudet li.selected div.ominaisuudet-box i { 
 display: inline-block;
 color: #f26705;
 font-weight: bold;
}


ul#order_phases { 
 list-style-type: none;
 margin: 10px 0 60px 18px;
 padding: 0;
 counter-reset: order-phases;
 border-left: 5px solid #eee;
}

ul#order_phases li { 
 position: relative;
 text-indent: 0;
 vertical-align: middle;
 padding: 18px 0 18px 30px;
}

ul#order_phases li::after {
 background: #eee;
 border: 5px solid #eee;
 position: absolute;
 left: -22px;
 top: 50%;
 margin-top: -20px;
 display: block;
 width: 30px;
 height: 30px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
 border-radius: 50%;
 font-size: 18px;
 line-height: 1.7em;
 text-align: center;
 counter-increment: order-phases;
 content: " " counter(order-phases) " ";
}

ul#order_phases li.phase1 { padding-top: 8px; }

ul#order_phases li.phase1::after { margin-top: -25px; }

ul#order_phases li.phase5 { padding-bottom: 8px; }

ul#order_phases li.phase5::after { margin-top: -15px; }

/*--- Ohitettu vaihe --- */
.o_p12,.o_p13,.o_p14,.o_p15,.o_p23,.o_p24,.o_p25,.o_p34,.o_p35,.o_p45 { }

/*--- Aktiivinen vaihe --- */
.o_p11,.o_p22,.o_p33,.o_p44,.o_p55 { font-weight: bold; }

ul#order_phases li.o_p11::after,
ul#order_phases li.o_p22::after,
ul#order_phases li.o_p33::after,
ul#order_phases li.o_p44::after,
ul#order_phases li.o_p55::after { 
 background: #aaaaaa;
 color: #f0f0f0; 
}

h2.klarna-checkout-title {
 padding: 15px 0;
 border-top: 1px solid #000066;
}

div#klarna-checkout-wrapper { margin: auto; }

input#continue_to_payment.kl-vis-1 { display: none; }

/*--- Tuleva vaihe --- */
.o_p21,.o_p31,.o_p41,.o_p51,.o_p32,.o_p42,.o_p52,.o_p32,.o_p43,.o_p53,.o_p54 { color: #aaaaaa; }


div#ws2-basketwrap h2,
div#ws2-basketwrap h3 { margin-top: 0; }

div#ws2-basketwrap .table-row.bproducts,
div#ws2-basketwrap .table-row.bbaskettotal,
div#ws2-basketwrap .table-row.bupdatetotals,
div#ws2-basketwrap .table-row.bdelivery,
div#ws2-basketwrap .table-row.bklarnacheckout,
div#ws2-basketwrap .table-row.bupdatetotal,
div#ws2-basketwrap .table-row.bpayment,
div#ws2-basketwrap .table-row.bdiscountcode,
div#ws2-basketwrap .table-row.btotal { display: table-row; }

div#ws2-basketwrap .table-cell {
 display: table-cell;
 padding: 15px 0;
 border-top: 1px solid #000066;
}

div#ws2-basketwrap .table-row.bbaskettotal .table-cell { 
  border-top: 2px solid #000066;
  border-bottom: 1px solid #000066;
}

div#ws2-basketwrap .table-row.bdelivery.bdncalendar .table-cell { border-top: 1px solid #000066; }

div#ws2-basketwrap .table-row.bdelivery.bdncalendar .table-cell.right { width: 310px; }

div#ws2-basketwrap .table-row.bdelivery.bdncalendar p:last-child { margin-bottom: 0; }



div#ws2-basketwrap .table-row.btotal .table-cell  {
  border-top: 2px solid #000066;
  border-bottom: 2px solid #000066;
}

div#ws2-basketwrap .table-row.btotal h2 { margin: 0; }

div.bproduct-info-wrap { 
  display: flex;
  align-items: center;
}

img.bproduct-img {
 width: 65px;
 height: auto;
 display: block;
 margin-right: 15px;
}

div#ws2-basketwrap .table-cell.bremove { vertical-align: top; }

div.b-qtyWrap { 
 display: inline-flex;
 min-height: 26px; 
 margin-bottom: 5px;
}

div.b-qtyWrap div.p-qty { 
 width: 89px;
 padding: 0 3px;
 margin-right: 5px; 
 border-right: 1px solid #ccc;
}

div.b-qtyWrap input.p-qty, div.b-qtyWrap input.p-qty:focus { 
  padding: 0;
  width: 40px;
}

div.b-qtyWrap button { 
 padding: 0 3px; 
 border-top: 1px solid transparent;
 border-right: 1px solid transparent;
 border-bottom: 1px solid transparent;
 border-left: 1px solid transparent;
 background-color: transparent;
 color: #666666;
}

div.b-qtyWrap button:hover  { 
 color: #000000;
 background-color: transparent;
}

button.removediscount { margin-top: 5px; }

button.removediscount i { 
 vertical-align: middle;
 margin-bottom: 2px;
}

div#ws2-basketwrap .table-row.bupdatetotals .table-cell  {
 border-top: 0;
 padding: 0 0 30px 0;
}

div#ws2-basketwrap .table-row.bdelivery .table-cell,
div#ws2-basketwrap .table-row.bpayment .table-cell,
div#ws2-basketwrap .table-row.bdiscountcode .table-cell { 
 padding: 30px 0; 
 vertical-align: top;
}

div#ws2-basketwrap .table-row.bdiscountapplied .table-cell { 
  border-top: 0; 
  padding: 0 0 30px 0;
}

div#ws2-basketwrap .table-row.bdelivery.bdncalendar-hidden,
div#ws2-basketwrap .table-row.bpayment.bpayment-hidden { display: none; }

div#ws2-basketwrap .table-row.bdelivery .table-cell h2,
div#ws2-basketwrap .table-row.bpayment .table-cell h2,
div#ws2-basketwrap .table-row.bdiscountcode .table-cell h2 { margin-bottom: 0; }

small.delivery_description p:last-child,
small.payment_description p:last-child { margin-bottom: 0; }

div.bdeliveryprice,
div.bpaymentprice { 
  display: block;
  font-weight: bold;  
}

div.bdeliveryprice span,
div.bpaymentprice span { 
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
}

div#ws2-basketwrap div.bklarnacheckout .table-cell { 
 border-top: 1px solid #cccccc;
 border-bottom: 1px solid #cccccc;
 border-left: 1px solid #cccccc;
 padding: 0 0 15px 0;
}

div#ws2-basketwrap div.bklarnacheckout .table-cell.right {
  border-right: 1px solid #cccccc;
}
 
div#ws2-basketwrap div.bklarnacheckout .table-cell.label { border: 0; }
 
div#ws2-basketwrap div.bdiscountcode-wrap { display: inline-flex; }

div#ws2-basketwrap input#discount_code { 
  width: 215px; 
  text-align: right;
  text-transform: uppercase;
  margin: 0;
}

div#ws2-basketwrap div.bdiscountcode-wrap input.button  { margin: 0; }

div#ws2-basketwrap input#discount_code::placeholder,
input.p-restock::placeholder { 
 opacity: 0.8;
 text-transform: initial;
}

div#ws2-basketwrap input#discount_code:-ms-input-placeholder { 
 opacity: 0.8;
 text-transform: initial;
}

div#ws2-basketwrap input#discount_code::-ms-input-placeholder { 
 opacity: 0.8;
 text-transform: initial;
}

div#ws2-basketwrap button.removediscount {
  font-family:montserrat, arial, sans-serif; 
  font-size: 1.8rem; 
  font-weight: normal;
  line-height: inherit;
  color:#de077a; 
  background: transparent;
  padding: 0;
  border: 0;
  text-decoration: underline;
}

div#ws2-basketwrap button.removediscount:hover { text-decoration: underline; }

div#ws2-basketwrap button.removediscount i.material-icons {
  padding: 0 3px;
  color: #666666;
}

div#ws2-basketwrap button.removediscount:hover i.material-icons { color: #000000; }

form#basketform input#back_to_start {
  float: right;
  font-family:montserrat, arial, sans-serif; 
  font-size: 1.8rem; 
  font-weight: normal;
  line-height: inherit;
  color:#de077a; 
  background: transparent;
  padding: 0;
  border: 0;
  text-decoration: underline;
}

form#basketform input#back_to_start:hover { text-decoration: underline; }

form#basketform select#delivery_method,
form#basketform select#payment_method { max-width: 100%; }

form#basketform select#delivery_method.has_external,
form#basketform select#payment_method.has_external,
form#basketform select#delivery_method.kl_co,
div#ws2-basketwrap .table-row.bdelivery .table-cell.kl_co { width: 350px; }

form#basketform select.disabled { opacity: 0.5; }

form#addressform div#useraccount-right { position: relative; }

form#addressform select#sel_delivery_address { width: 100%; }

form#addressform p.sel_address_spacer { visibility: hidden; }

form#addressform div#loading_address {
 position: absolute;
 text-align: center;
 top: 100px;
 width: 100%;
 height: 100%;
 z-index: 10001;
 display: none;
}

form#addressform div.contentarea.faded { 
 opacity: 0.3; 
 z-index: 10000;
}

form#addressform div#useraccount-register {
 border-top: 1px solid #000066;
 padding-top: 1.5em;
}

form#addressform p.errored { margin: 1.5em 0 0 0; }

div.customer-info-wrap { 
 display: table;
 margin-bottom: 30px;
}

div.order-confirm,
div.order-comments div.table-cell { width: 100%; }

input#webshop2_order_costunit { width: 100%; }

textarea#webshop2_order_comments {
  width: 100%;
  height: 100px;
}

div#productaddedtobasket,
div#quickproductaddedtobasket,
div#productsaddedtobasket {
 border: 1px solid #999;
 background: #ffffff;
 padding: 5px;
 position: fixed;
 top: -100px;
 z-index: 1000000;
 left: 50%;
 margin-left: -160px;
 width: 330px;
 text-align: center;
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
 border-top: 0;
 -webkit-box-shadow: 0px 1px 8px 2px rgba(112,112,112,0.6);
 -moz-box-shadow: 0px 1px 8px 2px rgba(112,112,112,0.6);
 box-shadow: 0px 1px 8px 2px rgba(112,112,112,0.6);
}

div#quickproductaddedtobasket {
 position: absolute;
 bottom: 30px;
 top: auto;
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 display: none;
}

div#productsaddedtobasket { width: 340px; }

div#productsaddedtobasket a,
div#productaddedtobasket a,
div#quickproductaddedtobasket a { text-decoration: none; }

div#webshop_terms { 
 display: none;
 position: fixed;
 z-index: 99999999;
 border: 1px solid black;
 background-color: white;
 padding: 20px;
 width: 80%;
 left: 10%;
 margin: auto;
 top: 10%;
 height: 80%;
}

div#webshop_terms img#close_terms { 
 position: absolute;
 right: 10px;
 top: 10px;
 cursor: pointer;
}

div#webshop_terms div#terms_content { 
 height: 88%;
 overflow: auto;
}

div.webshop-counterdiv {
 width: 100%; 
 text-align: center;
 z-index: 1500001;
 position: fixed; 
 bottom: 0;
 margin-bottom: 0;
 -webkit-box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.22);
 -moz-box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.22);
 box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.22);
}

div.webshop-counterdiv.hidden { display: none; }

a.share_basket:focus { 
 cursor: pointer; 
 border: 0 !important;
}

a.share_basket i.material-icons { 
 vertical-align: bottom; 
 margin-right: 5px;
}

form#offer_form div { margin-bottom: 20px; }

form#offer_form input[type=text], 
form#offer_form textarea { width: 400px; }

input[name=sl-val] { 
 display: block !important; 
 font-size: 12px;
 text-align: center;
 height: 28px;
}

div.sl-wrap { 
  display: table; 
  width: 100%;
  border-collapse: collapse;
}

div.sl-item { 
  display: table-row; 
  border-top: 1px solid #000066;
  border-bottom: 1px solid #000066;
}

div.sl-cell { 
 display: table-cell; 
 vertical-align: middle;
 padding: 10px;
}

div.sl-cell.right { white-space: nowrap; }
 
div.sl-cell.sl-buttons-wrap {
  width: 130px;
  white-space: nowrap;
  padding-right: 0;
}

div.sl-buttons { 
  display: flex;
  flex-wrap: wrap;
}

div.sl-buttons button { 
  font-size: 1.5rem;
  flex-grow: 2;
  display: flex;  
  justify-content: center;
  align-items: center; 
}

div.sl-buttons button i { 
  font-size: 18px;
  margin-right: 3px;
  color: #666666;
}

div.sl-buttons button:focus i,
div.sl-buttons button:hover i { color: #000000; }

div.sl-cell button.desktop { padding: 6px 7px 4px 7px; }

div.sl-buttons button.remove-wl {
  margin-top: 5px;
  font-family:montserrat, arial, sans-serif; 
  font-weight: normal;
  line-height: inherit;
  color:#de077a; 
  background: transparent;
  border: 0;
}

div.sl-buttons button.remove-wl span { text-decoration: underline; }

div.sl-buttons button.remove-wl:hover span,
div.sl-buttons button.remove-wl:focus span { text-decoration: underline; }

button.remove-wl i { 
  font-size: 18px;
  text-decoration: none;
}

div.sl-cell div.notavail-info { margin-top: 10px; }

button.add-sl-all { 
  display: block;
  padding: 6px 7px; 
  margin: 10px 0 0 auto;
}

div.sl-cell button i,
button.add-sl-all i { vertical-align: middle;  }

div.sl-cell button.disabled { 
  opacity: 0.2;
  cursor: default; 
}
 
div.sl-img { 
  width: 100px;
  padding: 10px 10px 10px 0;
}

div.sl-added { 
  margin-top: 10px;
  display: inline-block;
  font-size: 1.5rem;
}

div.sl-added i { vertical-align: middle; }

img.sl-img { 
  max-width: 100px;
  max-height: 75px;
  display: block;
  margin: auto;
}

/* -------------------------------------------------------------------------------
HW311221: TOIVELISTAN TYYLIT JEMMASSA. Poistetaan kunhan yllä olevat uudet 
toimiviksi todettu.
------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------
div.sl-wrap { 
  display: table; 
  width: 100%;
  border-collapse: collapse;
 }
 
 div.sl-item { 
  display: table-row; 
  border-top: 1px solid #000066;
  border-bottom: 1px solid #000066;
 }
 
 div.sl-cell { 
  display: table-cell; 
  vertical-align: top;
  padding: 10px 10px 50px 10px;
 }
 
 div.sl-cell.right { 
  position: relative;
  white-space: nowrap;
  padding: 10px 0 50px 10px;
 }
  
 div.sl-buttons {
   position: absolute;
  bottom: 10px;
  right: 0;
 }
 
 div.sl-buttons button { font-size: 1.5rem; }
 
 div.sl-buttons button i { 
  font-size: 14px;
  vertical-align: middle;
  margin-bottom: 2px;
 }
 
 div.sl-cell button.desktop {
  display: inline-block;
  padding: 6px 7px 4px 7px;
  margin: 2px 0;
 }
 
 button.remove-wl i { font-size: 14px; }
 
 div.sl-cell div.notavail-info { margin-top: 10px; }
 
 button.add-sl-all { 
  float: right;
  display: block;
  padding: 6px 7px; 
  margin-top: 10px;
 }
 
 div.sl-cell button i,
 button.add-sl-all i { 
  vertical-align: middle; 
 }
 
 div.sl-cell button.disabled { 
  opacity: 0.2;
  cursor: default; 
 }
  
 div.sl-img { 
  width: 100px;
  padding: 10px 10px 10px 0;
 }
 
 div.sl-added { 
  margin-top: 10px;
  display: inline-block;
  font-size: 1.5rem;
 }
 
 div.sl-added i { vertical-align: middle; }
 
 img.sl-img { 
  max-width: 100px;
  max-height: 75px;
  display: block;
  margin: auto;
  
 }

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

div.quick-action-buttons {
 position: absolute;
 left: 15px;
 top: 15px;
 z-index: 900;
 display: block;
 text-align: left;
}

div.quick-action-buttons div.quick-action-button {
 display: inline-block;
 line-height: 1em;
 margin-right: 5px;
 color: #666;
 padding: 3px;
 border-radius: 3px;
 background-color: #ffffff66;
}

div.quick-action-buttons div.quick-action-button:hover { background-color: #ffffff99; }

div.quick-action-buttons div.quick-action-button.addtobasket span { color: #333; }

div.quick-action-buttons div.quick-action-button.addtobasket:hover span { color: #000; }

div.quick-action-buttons div.quick-action-button.wishlist span { color: #D30000; }

.corner-ribbon {
 position: absolute;
 right: -5px; 
 top: -5px;
 z-index: 1;
 overflow: hidden;
 width: 75px; 
 height: 75px; 
 text-align: right;
}

.corner-ribbon.small {
 width: 66px; 
 height: 78px; 
 right: -4px;
 top: -4px;
}

.corner-ribbon span {
 font-size: 10px;
 text-transform: uppercase; 
 text-align: center;
 font-weight: bold; 
 line-height: 20px;
 transform: rotate(45deg);
 width: 100px; 
 display: block;
 color: #333300;
 background: #c3c31d;
 background: linear-gradient(#ffff00 0%, #c3c31d 100%); 
 box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
 position: absolute;
 top: 19px; 
 right: -21px;
}

.corner-ribbon.small span {
 font-size: 8px;
 width: 71px; 
 top: 13px; 
 right: -16px;
 line-height: 14px;
}

.corner-ribbon span::before {
   content: '';
   position: absolute; 
   left: 0px; top: 100%;
   z-index: -1;
   border-left: 3px solid #c3c31d;
   border-right: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #c3c31d;
}

.corner-ribbon span::after {
   content: '';
   position: absolute; 
   right: 0%; top: 100%;
   z-index: -1;
   border-right: 3px solid #c3c31d;
   border-left: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #c3c31d;
}

.corner-ribbon.red span { background: linear-gradient(#F70505 0%, #8F0808 100%); }
.corner-ribbon.red span::before { border-left-color: #8F0808; border-top-color: #8F0808; }
.corner-ribbon.red span::after { border-right-color: #8F0808; border-top-color: #8F0808; }

.corner-ribbon.blue span { background: linear-gradient(#2989d8 0%, #1e5799 100%); }
.corner-ribbon.blue span::before { border-left-color: #1e5799; border-top-color: #1e5799; }
.corner-ribbon.blue span::after { border-right-color: #1e5799; border-top-color: #1e5799; }

div.fluid-youtube-wrap {
 position: relative;
 padding-bottom: 56.25%; /* 16:9 */
 /* padding-top: 25px; */
 height: 0;
}

div.fluid-youtube-wrap iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
 
.sweet-overlay { 
 background-color: black !important; 
 opacity: 0.7 !important; 
}

.swal2-popup .swal2-styled:focus { box-shadow: none; }

.swal_left_align p { text-align: left; }
.swal_right_align p { text-align: right; }




div#cookie-settings-cont {
 position:fixed;
 bottom: 0;
 z-index: 1000000;
 width: 100%;
 background: #ffffff;
 color:#000066;
 padding: 15px;
 display: none;
}

div#cookie-settings-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div#cookie-settings-text-wrap { line-height: 1.4em; }

div#cookie-settings-button-wrap { display: flex; }
  
div#cookie-settings-button-wrap .button { 
  flex-grow: 2;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  margin: 5px;
}

div#cookie-settings-button-wrap .button .material-icons { margin-right: 0.5em; }

div#webshop_ticket_notifier {
 position: fixed;
 width: 100%;
 top: 0;
 left: 0;
 z-index: 10000;
 border-top: 2px solid #ffffff;
 border-bottom: 2px solid #ffffff;
 background-color: #cceeff;
 color: #000000;
 padding: 10px 10px 10px 40px;
 text-align: center;
 line-height: 1.3em;
}

div#webshop_ticket_notifier.timeleft_warning { background-color: #ffecbf; }

div#webshop_ticket_notifier.timeleft_error { background-color: #ffcccc; }

div#webshop_ticket_notifier.timeleft_removed { background-color: #ffcccc; }

div#webshop_ticket_notifier:before {
  font-family: 'Material Icons';
  font-size: 23px;
  vertical-align: middle;
  margin-left: -30px;
  position: absolute;
  content: '\E88E';
  color: #0099dd;
}

div#webshop_ticket_notifier.timeleft_warning:before { 
  content: '\E002';
  color: #ffb244;
}

div#webshop_ticket_notifier.timeleft_error:before,
div#webshop_ticket_notifier.timeleft_removed:before { 
  content: '\E000';
  color: #f04040;
 }

div#colorbox.webshop2 div#cboxCurrent { 
  right: initial;
  bottom: initial;
  top: 10px;
  left: 10px;
  padding: 4px;
  background: #000000;
  color: #ffffff;
  opacity: 0.5;
  font-size: 1.5rem; 
}


/* R */
div#content-lifts-contact2 { 
  display: grid;
  column-gap: 40px;
  row-gap: 40px;
  grid-template-columns: repeat(4, 1fr);
}

div#content-lifts-contact2.liftcount1 { grid-template-columns: repeat(1, 1fr); }

div#content-lifts-contact2.liftcount2 { grid-template-columns: repeat(2, 1fr); }

div#content-lifts-contact2.liftcount3 { grid-template-columns: repeat(3, 1fr); }

div#content-lifts-contact2 div.content-lift-item { background: #ffffff; }

div.lift-contact2-title-wrap { 
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #ffffff;
  padding: 5px 10px 5px 30px;
}

div.lift-contact2-title-wrap h2 {
  font-size: 1.5rem; 
  margin: 0;
  text-transform: uppercase;
}

div#content-lifts-contact2 div.lift-contact2-title-wrap span.material-icons { 
  font-size: 36px;
  color: #ffffff;
  text-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
  margin: 0;
}

div.lift-contact2-info-wrap { padding: 25px 30px 30px 30px; }

div#content-lifts-contact2 span.material-icons {
  vertical-align: middle;
  margin-right: 5px;
  color: #171717;
  font-size: unset;
}

div#content-lifts-contact2 div.lift-contact2-image img { 
  max-width: 100%;
  max-height: 150px;
  display: block;
  margin: 0 auto 15px auto;
}

div.lift-contact2-nimi h3 { margin: 0; }

div.lift-contact2-kayntiosoite { margin-top: 15px; }

div.lift-contact2-postiosoite { margin-top: 15px; }

div.lift-contact2-contacts-wrap { 
  margin-top: 15px;
  line-height: 1.8em;
}

div.lift-contact2-someicons { margin-top: 15px;}

div.lift-contact2-someicons img {
  display: inline-block;
  margin: 0 10px 0 0;
}

div.lift-contact2-aukioloajat { margin-top: 15px; }

div.lift-contact2-aukioloajat .label {
  text-transform: uppercase;
  font-size: 1.5rem;
}
 

@media only screen and (max-width: 767px), screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
div#develribbon { zoom: 0.6; }

a#yllapito-login-icon { display: none; }

/*--- LOGIN &amp; REGISTER ---*/

div#login-button-wrapper {
 position: fixed !important;
 top: 9px;
 right: 107px;
 z-index: 10001;
}

div.login-button,
div.useraccount-button,
div.logout-button {
 border: 0 !important;
 background-color: transparent !important;
 color: #ffffff !important;
 padding: 3px !important;
}

div#login-button-wrapper i.material-icons { font-size: 30px; }

div#login-button-wrapper span.button-text { display: none; }

div#login-button-wrapper div.logout-button,
div#login-button-wrapper div.wishlist-button { 
 margin-left: 10px;
}

div#login-button-wrapper.static {
 position: static !important;
 display: block;
}

div.wishlist-button .tag { top: 0px; }

/*
div#login-button-wrapper.static form#user-login-form {
 -webkit-box-sizing:border-box;
 -ms-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box;
 top: auto;
 left: auto;
}
*/

form#user-login-form { 
 width: 100%; 
 max-width: 350px;
}

input#login-submit,
input#login-register { width: 100%; }

form#loginpage-form input.button { width: 100%; }

div.notification.email-address-invalid { margin-bottom: 7px; }

div#useraccount-table { width: 100%; }

div#useraccount-left,
div#useraccount-right {
 display: block;
 width: 100%;
}

div#useraccount-right { margin-top: 20px; }

div#useraccount-middle { display: none; }

/*--- ACCOUNTINDEX ---*/

div#userinfo-table.table { display: block; }
div#userinfo-table div.table-row { display: block; }

div#userinfo-table div.table-cell { 
 display: block; 
 padding: 0 0 10px 0;
}

div#userinfo-table div.table-cell.title { padding: 0; }

div#delivery-addresses-cont div.delivery-addresses {
 margin-left: 0;
 display: block;
}

div#delivery-addresses-cont div.delivery-address {
 margin: 0 0 15px 0;
 width: 100%;
 max-width: 100%;
}

div#delivery-addresses-cont div.delivery-addresses,
div#billing-addresses-cont div.billing-addresses {
 width: 100%;
 display: block;
}

div#delivery-addresses-cont div.delivery-address,
div#billing-addresses-cont div.billing-address {
 width: 100%;
 max-width: 100%;
}


button.provider-button { width: 85px !important; }

button.provider-button div.button-content {
 width: unset !important;
 padding: 5px;
}

button.provider-button div.button-content img {
 height: unset !important;
 max-height: 33px !important;
}

/*--- WEBSHOP ---*/

div.pl-sort div.sortlinks {
 padding: 0;
 border: 0;
} 

div.pl-sort div.sortlinks.mobile-only { display: inline-block; }

div.pl-sort div.sortlinks.no-mobile { display: none; }

button.cartbutton {
 position: fixed;
 top: 8px;
 right: 60px;
 z-index: 10001;
 margin-left: 0;
 padding: 3px;
 overflow:visible;
}

button.cartbutton i.material-icons { font-size: 30px; }

button.cartbutton .tag {
 top: -2px;
 left: 10px;
}

div#colorbox,div#colorbox * { max-width: 100% !important; }

div#colorbox img.cboxPhoto { height: auto !important; }

div.bproduct-info-wrap { 
 flex-direction: column; 
 align-items: flex-start;
}

div#product-review { 
 width: calc(100% - 40px);
 left: 0;
 margin-left: 20px;
}

div#product-review div#review-buttons { text-align: center; }


div#searchform-searchfields { z-index: 1000000 !important; }

div#searchform-searchfields ul#list-ominaisuudet {
 margin-top: 45px;
 border: 0;
 max-height: 100%;
}

div#searchform-searchfields div#list-ominaisuudet-wrap {
 max-height: 100%;
 position: fixed;
 top: 0;
 overflow: scroll;
 left: 0;
 width: 100%;
 height: 100%;
 background: #ffffff;
 margin: 0;
 border: 0;
}

div#searchform-searchfields ul#list-ominaisuudet li { padding: 12px; }
 
div#searchform-searchfields ul#list-ominaisuudet li.last {  border-bottom: 1px solid #eeeeee; }

div#searchform-searchfields div#close-olist { 
 height: 4.5rem;
 z-index: 2000000;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 padding: 0;
 display: block; 
 text-align: right;
 background: #f8f8f8;
}

div#searchform-searchfields div#close-olist i { 
 position: absolute;
 top: 8px;
 right: 5px;
}


div#order_phases_mobile { padding: 0 15px; }

ul#order_phases { 
 margin: 0;
 border-left: 0;
 display: block;
}

ul#order_phases li { 
 display: inline-block;
 padding: 10px 10px 10px 30px;
}

/* styles.inc */
ul#order_phases li::after {
 border: 3px solid #eee;
 left: 0px;
 margin-top: -13px;
 width: 20px;
 height: 20px;
 font-size: inherit;
 line-height: 1.3em;
}

ul#order_phases li.phase1 { padding-top: 10px; }

ul#order_phases li.phase1::after { margin-top: -13px; }

ul#order_phases li.phase5 { padding-bottom: 10px; }

ul#order_phases li.phase5::after { margin-top: -13px; }


div#ws2-basketwrap .table-row,
div#ws2-basketwrap .table-cell { display: block; }

div#ws2-basketwrap .table-row.bproducts,
div#ws2-basketwrap .table-row.bbaskettotal,
div#ws2-basketwrap .table-row.bupdatetotals,
div#ws2-basketwrap .table-row.bdelivery,
div#ws2-basketwrap .table-row.bbilling,
div#ws2-basketwrap .table-row.bklarnacheckout,
div#ws2-basketwrap .table-row.bupdatetotal,
div#ws2-basketwrap .table-row.bpayment,
div#ws2-basketwrap .table-row.bdiscountcode,
div#ws2-basketwrap .table-row.btotal { display: block; }

div#ws2-basketwrap .table-cell.no-mobile { display: none; }

div#ws2-basketwrap .table-cell.select { border: 0; }

div#ws2-basketwrap .table-cell.right {
 text-align: left;
 padding: 0 0 15px 0;
}

img.bproduct-img { margin-bottom: 10px; }

div#ws2-basketwrap  .table-row.bproducts .table-cell.right,
div#ws2-basketwrap  .table-row.bbaskettotal .table-cell.right { border-top: 0; }

div#ws2-basketwrap .table-row.bupdatetotals .table-cell,
div#ws2-basketwrap .table-row.bdiscountcode .table-cell { padding: 0; }

div#ws2-basketwrap .table-row.bdelivery.bdncalendar .table-cell.right { width: 100%; }

div#ws2-basketwrap .table-row.bupdatetotals .table-cell.right { padding: 15px 0 30px 0; }

div#ws2-basketwrap .table-row.bdiscountcode h2 { margin-top: 30px; }

div#ws2-basketwrap .table-row.bdiscountcode .table-cell.right { 
  padding: 30px 0;
  border-top: 0;
}

div#ws2-basketwrap .table-row.bdiscountapplied .table-cell { padding: 0 0 0 0; }

div#ws2-basketwrap .table-row.bdiscountapplied .table-cell.right { padding: 0 0 30px 0; }

div#ws2-basketwrap a.share_basket { margin-top: 30px; }

div#ws2-basketwrap .table-row.bbaskettotal { border-top: 2px solid #000066; }

div#ws2-basketwrap .table-row.bpayment .table-cell { border-top: 1px solid #000066; }

div#ws2-basketwrap .table-row.bdelivery .table-cell.right,
div#ws2-basketwrap .table-row.bpayment .table-cell.right {
 border-top: 0;
 padding: 0 0 30px 0;
}

div#ws2-basketwrap .table-row.bbaskettotal .table-cell.right { padding: 15px 0; }

div#ws2-basketwrap .table-row.btotal .table-cell {
  padding: 15px 0 0 0;
  border-top: 2px solid #000066;
  border-bottom: 0;
}

div#ws2-basketwrap .table-row.btotal .table-cell.right {
 padding: 0 0 15px 0;
 border-top: 0;
 border-bottom: 2px solid #000066;
}

form#basketform select#delivery_method.has_external,
form#basketform select#payment_method.has_external,
form#basketform select#delivery_method.kl_co,
div#ws2-basketwrap .table-row.bdelivery .table-cell.kl_co { width: 100%; }

div#ws2-basketwrap div.bklarnacheckout .table-cell { 
  border: 0;
  padding: 0;
}

div#ws2-basketwrap div.bklarnacheckout div#external_delivery_method_selection {
  display: block;
  padding: 0;
}

div#ws2-basketwrap div.bklarnacheckout div.table-cell#external_delivery_method_address,
div#ws2-basketwrap div.bklarnacheckout .table-cell.right#external_delivery_method_address { 
  border-left: 0;
  border-right: 0;
  margin-top: 0;
}

div#ws2-basketwrap div.bklarnacheckout.internal div#external_delivery_method_address { display: none; }

div#ws2-basketwrap div.bklarnacheckout h2 { margin: 15px 0; }

div#ws2-basketwrap div.bklarnacheckout div#external_delivery_method_information {
  display: block;
  padding: 0;
}

div#ws2-basketwrap div.bklarnacheckout.internal div#external_delivery_method_information {
  display: block;
  padding: 0;
}

div#ws2-basketwrap div.table-cell#external_delivery_method_address { 
 border-left: 1px solid #cccccc;
 margin-top: 15px;
}

div#ws2-basketwrap div#external_delivery_method_information div.inlined {
 display: block;
 width: 100%;
}

div.customer-info-wrap,
div.customer-info-wrap .table-cell,
div.customer-info-wrap .table-gap { display: block; }

div.customer-info-wrap .table-cell { padding-bottom: 10px; }

form#addressform p.sel_address_spacer { display: none; }

div.order-confirm { margin-top: 15px; }

div#webshop_terms { 
 width: 98%;
 left: 1%;
 margin: auto;
 top: 6px;
 height: 98%;
}

div.table-cell.p-info { display: block; }

div.p-opt-sel { position: relative; }

div.p-sel-opt { width: 100%; }

div.p-opts { 
 position: absolute;
 width: 100%;
}

div.p-opts div.p-opt.selected { background-position: 98% center; }

div.sl-cell { padding: 10px 0 10px 10px; }

div.sl-img { padding: 10px 10px 10px 0; }

div.sl-cell.right,
div.sl-cell.sl-buttons-wrap { display: none; }

div.sl-cell div.mobile-only { display: block; }
  
div.sl-buttons-mobile { display: flex; }

div.sl-buttons-mobile button.mobile {  
  display: flex;  
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
  white-space: nowrap;
  margin-top: 10px; 
  padding: 4px 7px; 
}

div.sl-buttons-mobile button.mobile i { margin-right: 3px; }

div.sl-buttons-mobile .sl-added { padding: 4px 7px; }

div.sl-buttons-mobile button.mobile.add-sl-single { margin-right: 5px; }

div.sl-cell div.mobile-only { margin-top: 10px; }

button.add-sl-all { 
 width: 100%;
 margin-right: 0;
 float: none;
 padding-left: 0;
 right: auto;
}

form#offer_form input[type=text],
form#offer_form input[type=submit],
form#offer_form textarea { width: 100%; }



div#cookie-settings-cont { padding: 0; }

div#cookie-settings-wrap { display: block; }

div#cookie-settings-text-wrap { padding: 15px 15px 10px 15px; }

div#cookie-settings-button-wrap { 
 padding: 0 10px 10px 10px;
 flex-wrap: wrap;
}


div#content-lifts-contact2 { 
  grid-template-columns: 1fr;
  column-gap: 15px;
  row-gap: 15px;
}

div#content-lifts-contact2.liftcount1,
div#content-lifts-contact2.liftcount2,
div#content-lifts-contact2.liftcount3 { grid-template-columns: 1fr; }
 
}

div#develribbon.noribbon1 { display: none !important; }

@supports (-webkit-overflow-scrolling: touch) {
 div#develribbon { zoom: 1; }
}


















/* ------------------------------- RESPBOX ------------------------------- */ 
/* ----- Respbox general ----- */
div.visible-target { 
 border: 1px dashed #444;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
div.visible-target &gt; div {
 width: 100%;
 height: 100%;
 background-color: black;
 opacity: 5%;
}
div.liftarea-cont-wrap {
 pointer-events: none;
}
	   
div.liftarea-cont-wrap div.admin-linkset,
div.liftarea-cont-wrap div.liftbox {
 pointer-events: initial;
}
div.liftarea-cont-wrap,	   
div.liftbox { position: relative; }
div.respbox-webshop2-loading { 
 padding-top: 54px; 
 opacity: 0.9;
}
div.row-hover { border: 1px solid black; }
@media (min-width: 1229px) {
 div.liftarea-cont { width: 970px; }
 div.liftbox3-1 { width: 270px; }
 div.liftbox4-1 { width: 192px; }
 div.liftbox3-2 { width: 580px; }
 div.liftbox4-2 { width: 426px; }
 div.liftbox4-3 { width: 658px; }
 div.liftbox3-1 img { max-width: 270px; }
 div.liftbox4-1 img { max-width: 192px; }
 div.liftbox3-2 img { max-width: 580px; }
 div.liftbox4-2 img { max-width: 426px; }
 div.liftbox3-3 img { max-width: 620px; }
 div.liftbox4-3 img { max-width: 658px; }
 div.liftbox4-4 img { max-width: px; }
 div.respboxmobi { display: none !important; }

 div#liftbox323.row3cols div.swiper-slide div.imgwrap { width: 270px !important; height: 270px !important;}
 div#liftbox323.row4cols div.swiper-slide div.imgwrap { width: 192px !important; height: 192px !important;}

}
@media (min-width: 980px) and (max-width: 1228px) {
 div.liftarea-cont { width: 790px; }
 div.liftbox3-1 { width: 210px; }
 div.liftbox4-1 { width: 147px; }
 div.liftbox3-2 { width: 460px; }
 div.liftbox4-2 { width: 336px; }
 div.liftbox4-3 { width: 523px; }
  div.liftbox3-1 img { max-width: 210px; }
  div.liftbox4-1 img { max-width: 210px; }
  div#right-column-wrapper div.liftbox3-2 img { max-width: 460px; }
  div#right-column-wrapper div.liftbox4-2 img { max-width: 336px; }
 div.respboxmobi { display: none !important; }

 div#liftbox323.row3cols div.swiper-slide div.imgwrap { width: 210px !important; height: 210px !important;}
 div#liftbox323.row4cols div.swiper-slide div.imgwrap { width: 147px !important; height: 147px !important;}

}
div.liftarea-cont { 
 border-spacing: 40px; 
 margin-left: -40px; 
 margin-bottom: -40px; 
 display: table;
 table-layout:fixed;
}
div.liftarea-row { display: table-row; }
div.pad0-mtop + div.box-cont-wrap  &gt; h1:first-of-type,
div.pad0-mtop + div.box-cont-wrap  &gt; h2:first-of-type,
div.pad0-mtop + div.box-cont-wrap  &gt; h3:first-of-type,
div.pad0-mtop + div.box-cont-wrap  &gt; p:first-of-type { margin-top: 0.7em; }

div#liftbox323 { text-align:left; vertical-align:top;border: 0px; }



div#liftbox323 div.box-cont-wrap {  }
div#liftbox323 div.box-cont-wrap.app-webshop2 { padding: 0; }
div#liftbox323 div.box_img.padding {  }
div#liftbox323 div.box_img.padding.padding_all {  }

div#liftbox323 a,div#liftbox323 a:visited,div#liftbox323 a:hover {  }
div#liftbox323 h1,div#liftbox323 h2,div#liftbox323 h3 {  }
div#liftbox323.kuva div.box_img h1, 
div#liftbox323.kuva div.box_img h2, 
div#liftbox323.kuva div.box_img h3 { 
 position: absolute; 
 bottom: calc( 0px + 0px );
 padding: 5px 10px;
 box-sizing: border-box;
 width: calc( 100% - 0px - 0px );
 margin: 0;
}


div.liftbox div.admin-linkset { 
 text-align: left;
 color: black; 
}
div.liftbox div.admin-linkset.edit {
 position: absolute;
 top: 2px;
 right: 2px;
 z-index: 200;
}
div.liftbox div.admin-linkset.edit a { padding: 2px; }
div.liftbox div.admin-linkset.move {
 position: absolute;
 top: 2px;
 left: 2px;
 z-index: 200;
}
div.liftarea-row div.liftbox:first-of-type div.move { left: 55px; }
div.liftarea-row div.liftbox:first-of-type div.move.maxrow-1 { left: 15px; }
div.liftbox div.admin-linkset.moveall {
 text-align: center;
 width: 50px;
 position: absolute;
 top: 2px;
 left: 2px;
 z-index: 200;
}
div.liftbox div.admin-linkset.rowmode {
 text-align: center;
 width: 65px;
 position: absolute;
 top: 31px;
 left: -53px;
 z-index: 200;
}
div.liftbox div.admin-linkset.rowmode.maxrow-1 { top: 2px; }
div.liftbox div.admin-linkset.rowmode .icondisabled { 
 opacity: 0.25; 
 margin-top: 2px;
}
div.liftbox .respbox-date,
div.liftbox .respboxmobi-date { 
 font-style: italic;
}
div.liftbox-3 .respbox-date,
div.liftbox-2 .respbox-date,
div.liftbox-1 .respbox-date {
 margin-bottom: 15px;
}
div.liftbox .respbox-intro { display: block; }
div.liftbox .respbox-intro p,
div.liftbox .respboxmobi-intro p { 
 margin: 0;
}
div.liftbox-3 .respbox-intro { margin-bottom: 15px; }
div.liftbox { vertical-align: top;  display: table-cell; }
div.liftbox-1 .respbox3 { display: none; }
div.liftbox-1 .respbox2 { display: none; }
div.liftbox-1 div.respbox1 { display: block; }
div.liftbox-1 span.respbox1 { display: inline; }
div.liftbox-2 .respbox3 { display: none; }
div.liftbox-2 .respbox1only { display: none !important; }
div.liftbox-2 div.respbox2 { display: block; }
div.liftbox-2 div.respbox1 { display: block; }
div.liftbox-2 span.respbox2 { display: inline; }
div.liftbox-2 span.respbox1 { display: inline; }
div.liftbox-3 .respbox1only { display: none !important; }
div.liftbox3-3 { width: 100%; }
div.liftbox4-4 { width: 100%; }
div.liftbox div.box_img { line-height: 0.9em; }
div.liftbox img { max-width: 100% !important; }
div.liftbox h1,
div.liftbox h2 {
 margin-top: 0;
 margin-bottom: 10px;
}
div.liftbox-1 h3,div.liftbox-1 h4,
div.liftbox-2 h3,div.liftbox-2 h4,
div.liftbox-3 h3,div.liftbox-3 h4 { 
 margin-top: 0;
 margin-bottom: 5px;
}
div.liftbox.kuva div.box_img { position: relative; }
div.liftbox.kuva div.box_img img.liftbox-img { 
 margin-bottom: 0;
 display: block;
}
div.liftbox.kuva.haslink div.box_img img, 
div.liftbox.kuva.haslink div.box_img h1,
div.liftbox.kuva.haslink div.box_img h2,
div.liftbox.kuva.haslink div.box_img h3 { 
 cursor: pointer; 
}
div.respbox-linkbox { margin-top: 15px; }
/* /respbox general */
/* ----- respbox webshop ----- */
div.liftbox-1 div.respbox1only.respbox-productimage-wrap { 
 display: table;
 width: 20%;
}
div.liftbox div.respbox-productimage,
div.liftbox .respbox-productname { 
 cursor: pointer;
}
div.liftbox .respbox-productname:hover { text-decoration: underline; }
div.liftbox div.respbox-product-price span,
div.respbox-webshop2-price { font-weight: bold; }
div.respbox-webshop2-price small.price-alv0 { font-weight: normal; }
div.liftbox-2 div.respbox-products {
 display: table;
 border-spacing: 0;
}
div.liftbox-2 div.respbox-product { display: table-row; }
div.liftbox3-3 div.respbox-product { 
 float: left; 
 width: 30%;
}
div.liftbox4-4 div.respbox-product { 
 float: left; 
 width: 25%;
}
div.liftbox-3 div.respbox-product.middle { margin: 0 5%; }
div.liftbox-2 div.respbox-product div.respbox-productimage-wrap,
div.liftbox-2 div.respbox-product div.respbox-productdescription {
 padding-bottom: 40px;
}
div.liftbox-2 div.respbox-productimage-wrap { 
 display: table-cell;
 vertical-align: top;
 width: 30%;
}
div.liftbox-3 div.respbox-productimage-wrap { margin-bottom: 10px; }
div.liftbox div.respbox-productimage { 
 text-align: center;
 -webkit-box-sizing: border-box;
 -ms-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 border: 1px solid rgba(0, 0, 102, 0.3);
}
div.liftbox div.respbox-productimage:hover {
 border: 1px solid rgba(0, 0, 102, 0.6);
}
div.liftbox-1 div.respbox-productimage img { width: 20%; }
div.liftbox-2 div.respbox-productimage img {
 width: 80%;
 margin: 10% 0;
}
div.liftbox-2 div.respbox-productdescription { 
 display: table-cell;
 vertical-align: top;
 padding-left: 10px;
}
div.liftbox-2 div.respbox-productdescription p { margin: 0; }
div.liftbox-3 div.respbox-productimage-table {
 display: table;
 width: 100%;
 border-spacing: 0;
}
div.liftbox-3 div.respbox-productimage-row {
 display: table-row;
 border-spacing: 0;
}
div.liftbox-3 div.respbox-productimage {
 display: table-cell;
 vertical-align: middle;
 width: 100%;
 border-spacing: 0;
}
div.liftbox-3 div.respbox-productimage img { width: 75%; }
div.liftbox h3 { 
 margin-top: 0;
 margin-bottom: 3px; 
}
div.liftbox-1 div.respbox-product { 
 display: inline-block;
 width: 100%;
 float: left;
}
div.liftbox-1 div.respbox-productimage-wrap { 
 margin-right: 7px;
 display: inline-block;
 width: 20%;
 float: left;
}
div.liftbox-1 div.respbox-productimage-table { 
 width: 100%;
 float: left;
 display: inline-block;
}
div.liftbox-1 div.respbox-product-shortdescription p { 
 margin: 0;
}
div.liftbox-1 div.respbox-productimage-row div { padding: 5px; }
div.liftbox-1 div.respbox-productimage-table img {  width: auto; }
div.liftbox-1 div.respbox-product-shortdescription { 
 padding-top: 5px; 
 clear: both;
 padding-bottom: 15px;
}
div.liftbox-2 div.respbox-product-shortdescription small,
div.liftbox-3 div.respbox-product-shortdescription small { 
 font-size:100%; 
}
/* /respbox webshop */

/* ----- Respbox Kalenteri ----- */
div.respbox-cal-event {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border:1px solid #000066;
  margin-top: 10px;
}
div.respbox-cal-text {
  margin: 0;
  padding: 20px;
  overflow: hidden;
}
div.respbox-cal-text div { 
  overflow: hidden;
  text-overflow: ellipsis;
}
div.respbox-cal-text div.respbox-date { margin-bottom: 0; }
div.liftbox img.respbox-cal-image {
  display: block;
  width: 116px;
  max-width: 116px !important;
  height: 100%;
  object-fit: cover;
}
div.cal-list-image-wrap { width: 130px; }
img.respbox-cal-list-image { }
/* ----- Respbox Mobile ----- */
@media (max-width: 979px) {
 input.respbox-mobihelper { display: block !important; }
 div.liftarea-cont {
  display: block; 
  width: 100%;
  border-spacing: 0;
  margin-left: 0;
 }
 div.liftarea-row {
  display: block;
  width: 100%;
 }
 div.liftarea-cont-wrap div.admin-linkset { display: none; }
 
 div.liftbox { 
  display: block; 
  margin: 40px 0;
 }
 div.liftbox img { max-width: 100%; }
 div.liftbox div.respboxmobionly.respbox-date {  margin-bottom: 0; }
 div.liftbox-1 div.respbox1.respbox-product-shortdescription { display: none; }
 div.liftbox-2 div.respbox1.respbox-product-shortdescription { display: none; }
 div.respbox1.respbox-product, div.respbox2.respbox-product, div.respbox3.respbox-product { display: none !important; }
 div.respbox1.respbox-product *, div.respbox2.respbox-product *, div.respbox3.respbox-product * { display: none !important; }
 div.respbox-products {
  display: table;
  border-spacing: 0;
  width: 100%;
 }
 div.respboxmobi-product { display: table-row; }
 div.respboxmobi-productimage-wrap {
  display: table-cell;
  vertical-align: top;
  width: 30%;
  padding-bottom: 40px;
 }
 div.respboxmobi-productimage img {
  width: 80%;
  margin: 10% 0;
 }
 div.respboxmobi-productdescription {
  display: table-cell;
  padding-bottom: 40px;
  padding-left: 10px;
 }
 div.respboxmobi-productimage {
  text-align: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000066;
  border: 1px solid rgba(0, 0, 102, 0.3);
 }
 div.liftbox-1 div.respbox1,
 div.liftbox-1 div.respbox2,
 div.liftbox-1 div.respbox3, 
 div.liftbox-2 div.respbox1,
 div.liftbox-2 div.respbox2,
 div.liftbox-2 div.respbox3,
 div.liftbox-3 div.respbox1,
 div.liftbox-3 div.respbox2,
 div.liftbox-3 div.respbox3 { 
  display: none;
 }
 div.respboxmobionly { display: block !important; }
 div.liftbox div.respboxmobionly.respbox-date,
 div.liftbox div.respboxmobi-date {
  margin-bottom: 15px;
 }
 div.liftbox div.respboxmobi.respbox-product { 
  float: none; 
  width: 100%;
 }
 div.liftbox.webshop2 .respbox-webshop2-product { width: 100% !important; }
}
/* /Respbox Mobile */
/* ----- Respbox Print ----- */
@media print {
 div.liftarea-cont { 
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
 }
 div.liftarea-row { 
  display: block;
  box-sizing: border-box;
 }
 
 div.liftbox-1,
 div.liftbox-2,
 div.liftbox-3 { 
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 30px 0;
 }
 .respbox-bulletinWrapper.crisis,
 .respbox-bulletinWrapper.crisis1 {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #000066;
  min-height: auto;
 }
}
/* /Respbox Print */
/* /RESPBOX */ 

</pre></body></html>