
div.pagecontentw1.payment {
  background: #fff;
  padding-bottom: 100px;
  overflow: unset;
  padding: 0;
  margin: 0;
}
div.kassaw {
  display: flex;
  flex-direction: column; 

}
.left-pane {
  flex: 1;
  padding: 10px;
 }
.right-pane {
   width: 100%;
   order: -1;
   padding: 10px;
   background-color: #fff;
   position: relative; /* Needed for sticky child to behave properly */
}
.kassa_area {
  position: static;
  top: 20px;
  padding: 0 15px;
}

div.pmtpanel {
}

div.pmtpanel.preview {
  pointer-events: none; 
  opacity: 0.3;
  width: 92%;
}


.kassawlcmtxt {
  padding: 20px 20px 0 0;
}

h1 {
  margin: 0;
  padding: 30px 0 0 0;
  text-align: center;
}
h1 span.txt {
  font: normal normal 38px/42px kmf1,Arial,sans-serif;
  color: var(--txtgreen1);
}
span.txt2 {
  display: block;
  text-align: center;
  font: normal normal 20px/24px kmf2,Arial,sans-serif;
  color: var(--txtgrey1);
  padding: 25px 18% 0px 18%;
}

div.sellingpoints {
  width: 100%;
  background: none;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
div.sellingpoints.pos1 {
  display: none;
}
div.sellingpoints.pos2 {
  display: grid;
}

div.sellingpoints div.usp {
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: center;
  padding: 20px 0 10px 0;
  border: 0px solid;
  background: #fff;
  margin: 8px;
}
div.sellingpoints div.usp img {
  width: 65%;
  aspect-ratio: 1;
  margin: 0 auto 10px auto;
}
div.sellingpoints div.usp span.lbl {
  display: block;
  width: 98%;
  font: normal normal 16px / 20px kmf2;
  position: relative;
  margin: 0 auto;
}


.orderclosenote.warn {
  font: normal normal 20px / 24px kmf2, Arial, sans-serif;
  color: var(--txtgrey1);
  text-align: center;
  display: block;
  width: 60%;
  margin: 40px auto;
}

div.panelnote {
  font: normal normal 16px/23px kmf2,arial,sans-serif;
  color: #454545;
}
div.panelnote span.huom {
  font-weight: bold;
  color: #f00;
}
div.cartw {
  min-height: 275px; 
  padding: 0px;
}

div.cartw h2,
div#ostoskori h2 {
  font: normal normal 24px/36px kmf2,Arial,sans-serif;
  text-align: left;
  color: #333;
  margin: 20px 15px 2px 8px;
  position: relative;
}


div.cartrow {
  position: relative;
  min-height: 90px;
  margin: 0 0 15px 0;
  background: #fff;
  overflow: hidden;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #ddd;
}
span.cartcell {
  display: block;
  float: left;
}
span.cartcell.cart_prodimage {
  width: 90px;
  height: 90px;
  margin: 0 9px 0 6px;
}
a.prodblobw.kassa div.imgbox {
  width: 100px;
  height: 100px;
}
span.cartcell.cart_prodname {
  min-height: 50px;
  width: 48%;
  font: normal normal 18px/20px kmf2, arial, sans-serif;
  color: var(--txtgrey1);
  margin-left: 15px;
}
span.cartcell.cart_price { 
  position: absolute;
  right: 30px;
  font: normal normal 20px/20px kmf2, arial, sans-serif;
  color: var(--txtgrey1);
}
span.cartcell.xccontent {
  width: 53%;
}

span.cartcell.cart_amt1 {
  border: 2px solid #ccc;
  margin: 10px 0;
  padding: 2px 14px;
}


a.amtbtn, a.amt_minus, a.amt_plus {
  position: relative;
  width: 12px;
  height: 12px;
  display: inline-block;
  top: 2px;
}

 a.amtbtn:before,
 a.amtbtn:after{
        content: "";
        position: absolute;
        background-color: #aaa;
        transition: transform 0.25s ease-out;
    }

    /* Vertical line */
    a.amtbtn:before{
        top: -1px;
        left: 50%;
        width: 2px;
        height: 100%;
        margin-left: -2px;
    }
    /* horizontal line */
    a.amtbtn:after{
        top: 50%;
        left: -1px;
        width: 100%;
        height: 2px;
        margin-top: -2px;
    }
    
a.amt_minus:before {
  display: none;
}

span.cartrowhdr {
  font-weight: bold;
  display: block;
}

span.cartcell.cart_amt1 input {
  font: normal normal 18px/34px kmf2,arial,sans-serif;
  border: 0;
  text-align: center;
  padding: 0 10px;
  color: var(--txtgrey1);
  width: 40px;
  margin: 0 15px;
}
div.cartrow.xc {
}
div.cartrow.xc span.col1 { 
  display: block;
  float: left;
  width: 73%;
  margin: 0 0 0 4%;
  font: normal normal 20px/24px kmf2,Arial,sans-serif;
}
div.cartrow.xc.fullw span.col1 {
  width: 95%;
}
div.cartrow.xc span.col1 span.cartcell.cart_prodimage {
  margin: 0;
  width: 100px;
  left: 4px;
  top:27px;
  position: relative;
}

div.cartrow.xc span.col1 span.cartcell.cart_prodimage.dummy {
  height: 20px;
}

div.cartrow.xc.reguserrow  span.col1 {
  font: normal normal 20px/24px kmf2,Arial,sans-serif;
}
div.cartrow1.xc.bene.batts { 
  display: block;
  font: normal normal 17px/21px kmf2,arial,sans-serif;
  margin: 20px;
}
div#propbonusw_battsw button {
  background: var(--btngreen2);
  font: normal normal 20px/34px kmf2, arial, sans-serif;
  color: var(--txtgreen1);
  border: 0;
  border-radius: 20px;
  padding: 0 20px;
}
div#benesd { 
  width: 88%;
  margin: 0 0 5% 0;
}
div#benesd td.c1 {
  width: 60vw;
}
div#benesd input {
    background: #fff;
    color: #000;
    font: normal normal 15px/15px kmf2, arial,sans-serif;
    height: 38px;
    border: 0;
    padding: 6px 19px;
    border: 2px solid #8bc34a;
    border-radius: 20px;
}
div#benesd input:hover {
  cursor: pointer;
}

div.cartrow.xc.pmtinfo  span.col1 span.cartcell.cart_prodimage {
  top: -2px;
  left: -5px;
}
div.cartrow.xc.pmtinfo span.col1 span.cartcell.cart_prodimage img { 
  width: 72px;
  aspect-ratio: 1;
}
div.cartrow.xc span.col2 {
  display: block;
  position: absolute;
  width: 24%;
  right: 5%;
  text-align: right;
  font: normal normal 20px/32px kmf2,Arial,sans-serif;
}
div.cartrow.xc span.col1 span.addinote1 {
  font: normal italic 18px/22px kmf2, Arial,sans-serif;
  color: #109310;
}


div.cartrow.totalrow  {
  min-height: 20px;
  color: var(--txtgrey1);
  border: 0;
  border-top: 1px solid #666;;
}
div.cartrow.totalrow span.col1, div.cartrow.totalrow span.col2
{
  font: normal bold 22px/32px kmf2,Arial,sans-serif;

}

div#rowid_propbonusw_batts {
  display: none;
}

div.voucherareaw {
  margin: 3px 0 0vw 5vw;
}
div.voucherareaw.shown {
  margin: 0 0 27px 0;
}
a.usevoucher {
    color: var(--txtgrey1);
    font: normal normal 16px/32px kmf2, arial,sans-serif;
    text-decoration: none;
    text-align: center;
    display: block;
    background: var(--white);
    max-width: 86%;
    padding: 4px 27px;
    border-radius: 25px;
    margin: 0 auto;
    border: 2px solid #8bc34a !important;
}

input.usevoucher {
    font: normal normal 22px/42px arial;
    padding: 5px 10px;
    border: 2px solid #DDD;
    height: 44px;
}
button.usevoucher {
    background: var(--bggreen1);
    color: #fff;
    font: normal normal 19px / 26px arial, sans-serif;
    height: 44px;
    border: 0;
    padding: 10px 15px;
    border-radius: 25px;
    margin-left: 10px
}
span.usevouchernote {
    font: normal normal 20px/24px kmf2,arial,sans-serif;
    display: block;
    width: 80%;
    padding: 0 0 10px 0;
    text-align: center;
}
span.voucherextranote {
  font: normal normal 14px/16px kmf2,arial,sans-serif;
  display: block;
  width: 80%;
  padding: 0 0 10px 0;
  text-align: left;
}




a.cancelbene {
  display: block;
  font: normal normal 16px/20px arial, sans-serif;
  color: #c42727;
}


/**              */
/**   PMT STEPS  */
/**              */
h2.pmtstep {
  font: normal normal 24px/36px kmf2,Arial,sans-serif;
  text-align: left;
  color: #333;
  margin: 30px 15px 8px 8px;
  padding: 0 0 0 0px;
  position: relative;
}

span.stepind {
  display: none;
  padding: 0 0 0 10px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 30px;
    color: var(--txtgreen1);
    position: absolute;
    right: auto;
    top: auto;
    bottom: 5px;
    left: 0;
    border: 2px solid #ddd;
    border-radius: 60px;
    height: 36px;
    width: 36px;
}



/**             */
/** DLMS , PMTS */
/**             */
div.dlmaddressw {
  margin: 20px 30px;
}

span.checkk {
    display: inline-block;
    transform: rotate(45deg);
    border-bottom: 3px solid #57b623;
    border-right: 3px solid #57b623;
    width: 7px;
    height: 14px;
    margin: 0 10px 0 8px;
}
a.changeselections {
  display: block;
  color: #177e0e;
  text-decoration: underline;
  font: normal normal 18px/22px arial,sans-serif;
}
div#dlmselectw .tab button {
}
div#dlmselectw .tab button.active {
}
div.dlmmapw {
  display: none;
  margin: 20px 0 50px 0;
}
div.mapsearchw {
  margin-bottom: 28px;
}
div.dlmmap {
  width: 100%;
  height: 500px;
  background: #eee;
}
div.dlmmap.initial {
  background-image: url("/gfx/mapsearch_initial_bg.jpg");

}
div.mapfilterw {
  margin: 10px 5px;
}

a.mapfiltopt,
a.dlmmaptoggler,
a.panelmodetoggler
{
  font: normal normal 16px / 20px kmf2, arial;
  color: var(--txtgreen1);
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 13px;
}
a.panelmodetoggler {
  position: absolute;
  padding: 0 32px 0 0;
}

a.panelmodetoggler:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20height%3D%22512%22%20width%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20transform%3D%22rotate(45)%22%3E%3Cpath%20fill%3D%22%23005e32%22%20d%3D%22M371.8%20320H88l52.1-52.1c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-96%2096c-9.4%209.4-9.4%2024.6%200%2033.9l96%2096c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9L88%20368h283.8c13.3%200%2024-10.7%2024-24s-10.8-24-24-24zm136.1-110.1l-96-96c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9L424%20144H140.2c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024H424l-46.1%2046.1c-9.4%209.4-9.4%2024.6%200%2033.9s24.6%209.4%2033.9%200l96-96c9.3-9.4%209.3-24.6%200-34z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  opacity: .7;
}
a.panelmodetoggler.end {
  position: relative;
  top: -5px;
}
a.panelmodetoggler.end:after {
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' style='fill:none;stroke:%23005e32;stroke-width:2'%3E%3Cline x1='5' y1='12' x2='19' y2='12' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 4px;
  right: 10px;
}
a.dlmmaptoggler {
  position: relative;
  top: -10px;
  right: 22px;
}

a.mapfiltopt.on {
  color: #000;
  border-color: #333 !important;
}
div.dlmmaptogglerw {
  display: block;
  text-align: right;
  position: relative;
  margin-top: -22px;
}
div.panelmodetogglerw
{
  display: block;
  text-align: center;
  position: relative;
}


div.dlmpopopcontent {
 font: normal normal 18px / 18px kmf2, arial;
 color: #333;
}
div.dlmpopopcontent button {
   border: 0;
   display: block;
   background: var(--btngreen1);
   border-radius: 20px;
   padding: 10px;
   font: normal normal 18px / 18px kmf2, arial;
   color: #fff;
   padding: 11px 20px;
   margin: 10px auto;
}
div.selblobsw {
  display: grid;
  grid-template-columns: 100%;
}
div.selblobsw.preview {
  display: block;
  text-align: center;
}
div.dlmw.dlm,
div.dlmw.pmt
{
  width: 94%;
  min-height: 90px;
  border: 2px solid #ddd;
  border-radius: 4px;
  margin: 0 0 13px 2%;
  box-shadow: 4px 4px 0px #efefef;
  position: relative;
}


div.dlmw.dlm:hover,
div.dlmw.pmt:hover, 
div#propbonusw_battsw button:hover ,
a.usevoucher:hover,
div.dlmpopopcontent button:hover 
{
  transform: scale(1.02);
  cursor: pointer;
}
div.dlmw.pmt.notavail,
div.dlmw.pmt.notavail:hover
{
  opacity: .6;
  cursor: auto;
  transform: scale(1.00);
}

div.dlmw.dlm.hide {
  display: none;
}

div.dlmw.dlm.chosen,
div.dlmw.pmt.chosen
{
  border-color: #57b623;
  box-shadow: 4px 4px 0px #ebebeb;
}

div.dlmw.dlm.chosen:after,
div.dlmw.pmt.chosen:after,
div.custfieldw.ok:after
{
    content: "";
    display: block;
    position: absolute;
    bottom: 13px;
    right: 2px;
    transform: rotate(45deg);
    border-bottom: 5px solid #57b623;
    border-right: 5px solid #57b623;
    width: 19px;
    height: 35px;
    background: rgb(255 255 255 / 60%);
    border-radius: 4;
    box-shadow: 3px 2px 0px #dcdcdc;
}


div.dlmw.dlm a.selitem_hdr, 
div.dlmw.pmt a.selitem_hdr 
{
  display: block;
  position: relative;
  margin: 20px;
  font: normal normal 20px/24px kmf2,arial,sans-serif
}

div.dlmw.dlm a.selitem_hdr span.info0 {
  display: block;
  color: #000;
}
div.dlmw.dlm a.selitem_hdr div.arrivalestw {
  display: block;
  margin: 0 0 0 69px;
  font: normal normal 16px / 20px kmf2, arial, sans-serif;
  color: var(--txtgrey2);
  position: relative;
  top: 4px;
  left: 2px;
}

a.selitem_hdr img.dlmlogo,
a.selitem_hdr img.pmtlogo
{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 1px;
}
div.dlmw.dlm a.selitem_hdr span.price,
div.dlmw.pmt a.selitem_hdr span.price
{
  font-weight: bold;
  font-size: 21px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  color: var(--txtgrey1); 
}



div.dlmw.pmt a.selitem_hdr span.price {
  display: none;
  font-weight: bold;
  font-size: 21px;
  position: absolute;
  top: 17px;
  left: auto;
  right: 3px;
}

div.pmtpreview {
  display: inline-block;
  margin: 2%;
}

div.pmtpreview img {

}
div.pmtpreview span.name {
  color: var(--txtgrey1);
  font: normal normal 18px/20px kmf2,arial,sans-serif;
  display: block;
  display: none;
}
a#pmt_hdr_POSTIENNAKKO span.price {
  display: block;
}
span.postinote {
  display: block;
  color: #E87500;
}
div.dlmw.dlm a.selitem_hdr span.name,
div.dlmw.pmt a.selitem_hdr span.name
{
  color: var(--txtgrey1);
  font-weight: normal;
  font-size: 18px;
  position: relative;
  display: block;
  margin-left: 70px;
  margin-right: 60px;
}
div.dlmw.pmt a.selitem_hdr span.name {
  top: 13px;
}
a#pmt_hdr_MAKSUNOUTOPISTEELLA span.name {
  top: 1px;
}

div.dlmw.dlm a.selitem_hdr div.infow,
div.dlmw.pmt a.selitem_hdr div.infow
{
  display: none;
}
div.dlmw a.selitem_hdr div.infowselected {
  font: normal normal 18px / 22px kmf2, arial, sans-serif;
  color: #000;
  padding: 20px;
}

div.dlmpopuphdr {
  text-align: center;
}
div.dlmpopuphdr img.dlmlogo {
  display: block;
  margin: 0 auto;
}
div.dlmpopuphdr span.price {
  display: block;
  position: relative;
  margin-top: 8px;
}
div.dlmpopuphdr span.name {
  display: block;
  position: relative;
  font: normal bold 24px/30px kmf2,arial,sans-serif;
  color: var(--txtgray1);
  margin-top: 20px;
}
div.dlmpopuphdr span.price { 
  font: normal normal 34px/44px kmf2,arial, sans-serif;
}
div.dlmpopuphdr div.infow {
  margin: 20px;
  font: normal normal  20px/26px kmf2, arial,sans-serif;
  color: var(--txtgrey2);
  margin: 20px 5% 20px 5%;
}

span.formheader.dlmsearch,
div.dlmpopuphdr
 {
    font: normal bold 20px/24px kmf2,Arial,sans-serif;
    text-align: center;
    display: block;
    color: var(--txtgrey1);
    margin: 0 5% 22px 5%;
}
div.dlmpopuphdr div.arrivalestw {
  color: var(--txtgrey2);
}
input.dlmsearchterm {
  border: 4px solid #ccc;
  font: normal normal 23px/32px kmf2, arial, sans-serif;
  padding: 10px;
  width: 65%;
  margin-left: 4%;
}
input.dlmsearchterm::placeholder {
  font-size: 0.9em;     /* or e.g. 14px */
  color: #999;
  opacity: 1;           /* some browsers lower opacity by default */
  font-style: italic;   /* optional */
}

button.pmt.search {
    background: #000;
    font: normal normal 23px/22px kmf2, arial,sans-serif;
    color: #fff;
    padding: 0 20px;
    height: 60px;
    width: 26%;
    border: 4px solid #000;
    position: relative;
    left: -4px;
    max-width: 200px;
}
div.dlmsearch_filtersw {
  margin: 0 0 15px 0;
  text-align: center;
}
a.dlmsearch.filtbtn {
  font: normal normal 16px/18px kmf2,Arial,sans-serif;
  color: var(--txtgrey2);
  display: inline-block;
  margin: 10px;
}
a.dlmsearch.filtbtn.active {
  text-decoration: underline;
  color: #000;
}
a.helplink.dlm {
    display: block;
    text-align: center;
    font: normal normal 20px/29px kmf2,arial,sans-serif;
    margin: 3vw 0 15px 0;
    text-decoration: none;
}
span.helpmsg {
  display: block;
}
span.helparea {
  text-align: left;
  margin: 0 50px 50px 60px;
  text-decoration: none !important;
  color: var(--txtgrey2);
}
span.payment_note.failure {
  color: var(--txtalert1);
  text-align: center;
  display: block;
  width: 80%;
  margin: 0;
  font: normal normal 20px/23px kmf2,arial,sans-serif;
}
div.searchresw span.payment_note.failure {
    font: normal normal 20px/29px kmf2,arial,sans-serif;
    display: block;
    text-align: center;
    color: #c03737;
    font-style: italic;
}
a.searchres.item.dlm  {
  border: 1px solid #bbb !important;
  display: block;
  border-radius: 4px;
  margin: 0 0 15px 0;
  padding: 10px 6px;
}
a.searchres.item.dlm.sg2, a.searchres.item.dlm.sg3 {
  display: none;
}
button#showmoredlmres {
    display: block;
    width: 80%;
    margin: 20px auto 40px auto;
    font: normal normal 18px/32px kmf2,arial,sans-serif;
    color: #fff;
    background: #000;
}

a.searchres.item.dlm img.pickuppointlogo {
  margin: 4px 7px;
}
a.searchres.item.dlm span.name {
    display: block;
    font: normal bold 18px/20px kmf2, arial,sans-serif;
    color: var(--txtgrey1);
}
a.searchres.item.dlm span.info1 {
    display: block;
    font: normal normal 18px/20px kmf2,arial,sans-serif;
    margin: 6px 0px;
    color: var(--txtgrey1);
}
a.searchres.item.dlm span.info2 {
  display: block;
  font: normal normal 16px/20px kmf2,arial,sans-serif;
  color: #444;
}

a.searchres.item.dlm div.extrainfow {
  margin: 6px 0;
}
a.searchres.item.dlm div.extrainfow span.lbl {
  color: #00ae91;
  font: italic normal 16px/20px kmf2,arial,sans-serif;

}

.extrafeatshooserw {
  margin: 15px 0;
}
.extrafeatshooserw span.lbl {
  display: block;
  color: #d06421;
  font: normal normal 16px/18px arial,sans-serif;
}
.extrafeatshooserw a.optsel_btn  {
  display: block;
  margin: 10px 0;
}
.extrafeatshooserw a.optsel_btn span.lbl {
  display: inline;
  color: #000;
}
.cartrow.xc.dlminfo {
  margin-bottom: 15px;
  
}

.cartrow.xc.dlminfo span.dlmdetails1 {
   font: normal normal 18px/20px kmf2,arial,sans-serif;
   display:block;
}
.cartrow.xc.voucherrow {
  border-bottom: 0;
  margin:  25px 0 7px 0;
}


/**      */
/** PMT  */
/**      */

div#pmtselw {
  display: none;
}
div.pmtdetsw {
    margin: 2vw 4vw;
}
a.extlink {
  display: none;
}
div.pmtdetsw a.extlink {
 display: block;
 width: 100%;
 font: normal normal 18px/20px kmf2,arial,sans-serif;
 text-align: center;
}
a.ptopt {
    display: block;
    float: left;
    width: 40%;
    min-height: 90px;
    border: 1px solid #aaa !important;
    border-radius: 4px;
    margin: 15px 5%;
    text-align: center; 
}
a.ptopt.onlyone {
  margin: 50px auto 0 auto;
  display: block;
  float: none;
}
a.ptopt.selected {
    border: 1px solid #000;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
}
a.ptopt.unselected {
  opacity: .5;
}
a.ptopt img.ptdlogo { 
  width: 60%;
  margin: 18px 0 5px 0;
}
a.ptopt span.lbl {
  display: block;
  color: #444;
  font: normal normal 16px/22px arial,sans-serif;
}
a.ptopt button.onechooser {
  border: 0;
  background: var(--btngreen1);
  color: #fff;
  padding: 13px 19px;
  border-radius: 30px;
  margin: 30px;
}
a.pmtconfirmsel {
    display: none;
    width: 60%;
    height: 72px;
    background: #ddd;
    color: #eee;
    font: normal normal 30px/71px kmf2, arial,sans-serif;
    text-align: center;
    position: relative;
    margin: 61px auto;
}
a.pmtconfirmsel:hover {
  cursor: pointer;
}
a.pmtconfirmsel.active {
  background: #000;
  color: #fff;
  display: block;
}
div.ptselectorw div.clear {
  width: 100px;
  height: 100px;
}
.modal-content .selitem_hdr.pmt {
  text-align: center; display: inline-block;
  display: block; margin: 0 auto;
}
.modal-content a.selitem_hdr img.pmtlogo {
  position: relative;
  text-align: center;
}
.modal-content a.selitem_hdr span.price {
  display: none;
}
.modal-content a.selitem_hdr span.name {
  font: normal bold 28px/34px kmf2,arial,sans-serif;
  display: block;
  margin: 5% 0;
  color: var(--txtgrey1);
}
.modal-content a.selitem_hdr span.info1 {
  font: normal normal 22px/24px kmf2, arial,sans-serif;
  color: var(--txtgrey2);
  margin: 0 0 20px 0;
  display: block;
}
div.pmtdetsw div.infow span.info2 {
  font: normal normal 16px/18px kmf2,arial,sans-serif
}



/**               */
/** CUSTOMER INFO */
/**               */
div#custinfow {
  display: none;
  margin-top: 55px;
}
div.customerdataw {
  margin-left: 5px;
}
div.custoinforformw {
  margin: 0 1vw;
}

.formheader.custaddr {
  margin: 10px;
  text-align: center;
  display: block;
  font: normal normal 18px/22px kmf2,arial,sans-serif;
  color: var(--txtgrey1);
}


div.custfieldw {
  display: block;
  min-height: 50px;
  position: relative;
}
div.custfieldw span.lbl {
  display: block;
  font: normal normal 18px/24px kmf2, arial,sans-serif;
  margin-bottom: 5px;
}
div.custfieldw input.custinfof,
div.custfieldw input.custdlmaddressf,
div.custfieldw select 

{
  border: 2px solid #ccc;
  font: normal normal 22px/24px arial, sans-serif;
  padding: 10px;
  width: 96%;
  margin: 0 0  15px 0;
  display: block;
  border-radius: 2px;
}

div.custfieldw input.custinfof.error, 
div.custfieldw input.custdlmaddressf.error
{
  border: 4px solid #ecc;
  animation: elegant-shake 0.5s ease;

}
select#dlmaddr_countrycode {
  margin-bottom:40px;
}
div.custfieldw input.custinfof.ok, 
div.custfieldw input.custdlmaddressf.ok
{

}
div.custfieldw.ok:after {
  width: 12px;
  height: 20px;
  right: 28px;
  bottom: 21px;
}

button.customerform.custinfof,
button.customerform.custdlmaddressf
{
    display: block;
    width: 80%;
    height: 54px;
    background: #ddd;
    border-radius: 40px;
    color: #eee;
    font: normal normal 24px / 51px arial, sans-serif;
    text-align: center;
    position: relative;
    border: 0px;
    margin: 42px auto;
}
button.customerform.custinfof:hover,
button.customerform.custdlmaddressf:hover {
  cursor:pointer;
}
button.customerform.custdlmaddressf.enabled {
  background: var(--btngreen1);
  color: #fff;
}
button.buybtn.placeorder {
  display: block;
  width: 80%;
  height: 72px;
  background: #ddd;
  color: #eee;
  font: normal bold 30px/71px arial,sans-serif;
  text-align: center;
  position: relative;
  border: 0px;
  margin: 0 auto;
  border-radius: 36px;
}
.buybtn.placeorder.gogo {
  background: var(--btngreen2);
  font: normal normal 28px/57px kmf2, arial, sans-serif;
  color: var(--txtgreen1);
}
.buybtn.placeorder.gogo:hover {
  cursor: pointer;
  transform: scale(1.02);
}
@keyframes calmGlow {
  0%, 100% {
    box-shadow: 0 0 0px rgba(0, 128, 255, 0.3);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 12px rgba(0, 128, 255, 0.6);
    transform: scale(1.03);
  }
}

.cta-glow {
  animation: calmGlow 3s ease-in-out infinite;
}



span.formfield_marker {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  border: 1px solid;
  display: none;
}
span.formfield_marker.error {
  background: #f00;
}

/**        */
 /** MODAL */ 
/**        */
div.close-animatedModal {
  height: 44px;
  text-align: left;
}
div#animatedModal {
  display: none;
}
span.closemodal {
    width: 22px;
    height: 22px;
    display: block;
    border: 4px solid #444;
    border-bottom: 0;
    border-right: 0;
    transform: rotate( -45deg );
    margin: 14px 20px;
    top: 5px;
    position: relative;
}





/**       */
/** MISC  */
/**       */

div.emailletterw {
  text-align: center;
  width: 90%;
  margin: 40px auto 40px auto; 
}
div.emailletterw div.row1 {
    display: block;
    float: left;
    width: 85px;
    height: 120px;
    top: 5px;
    position: relative;
}
div.emailletterw div.row2 
{
  display: block;
  text-align: left;
}
input#order_emailetter {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
}
div.emailletterw a,
span.termstxt a
{
  text-decoration: underline;
  color: var(--txtgreen1);
}


div.emailletterw div.row1 {
  font: normal bold 18px/28px arial, sans-serif;
  color: #458e1a;
}

div.emailletterw div.row2 {
  font: normal normal 18px/22px kmf2,arial,sans-serif;
  color: var(--txtgrey1);
}



.termstxt {
    font: normal normal 16px/21px arial, sans-serif;
    margin: 26px 26px 0 26px;
    text-align: center;
    display: block;
}
@keyframes elegant-shake {
  0%   { transform: translateX(0) rotate(0deg); }
  20%  { transform: translateX(-5px) rotate(-2deg); }
  40%  { transform: translateX(5px) rotate(2deg); }
  60%  { transform: translateX(-5px) rotate(-2deg); }
  80%  { transform: translateX(5px) rotate(2deg); }
  100% { transform: translateX(0) rotate(0deg); }
}


/**                   */
/** THANKSPAGE        */
/**                   */
h2.pmt.first {
  font: normal normal 29px/66px kmf1,arial, sans-serif;
  text-align: center;
  color: var(--txtgrey1);
}
span.closetnx {
  font: normal normal 20px/24px kmf2, arial, sans-serif;
  text-align: center;
  display: block;
  margin: 10px 40px;
  color: var(--txtgrey1);
}
div#pmtclosew {
  margin: 10px;
  min-height: 490px;
}
div#custinfofinalw {
  margin: 9%;
  font: normal normal 20px/24px kmf2,arial,sans-serif;
}
div.custinfofinalitemw {
  text-align: center;
  margin: 0 0 6vw 0;
}
div.custinfofinalitemw span.val {
  font: normal normal 30px/38px  kmf2, arial, sans-serif;
  display: block;
}
div.custinfofinalitemw.customer span.val {
  font: normal normal 24px/28px  kmf2, arial, sans-serif;
}

.lock {
  background: gray;
  border-radius: 3px;
  width: 23px;
  height: 19px;
  top: 3px;
  left: -2px;
  position: relative;
  display: none;
}
.lock:before {
  content: "";
  display: block;
  position: absolute;
  border:3px solid gray;
  top: -12px;
  left: 2.3px;
  width: 12px;
  height: 23px;
  border-radius: 35px 35px 0 0;
}


A.btn.bigstyle.green {
    background-color: var(--bggreen_wow1);
    width: 79%;
    height: auto;
    color: var(--btngreen1);
    display: block;
    text-align: center;
    padding: 16px 38px;
    border-radius: 50px;
    font: normal normal 25px/30px kmf2, arial,sans-serif;
    text-shadow: none;
    margin: 0 auto;
}
.payment_note.warning_kind {
  font: normal normal 18px/22px kmf2,arial,sans-serif;
  color: var(--txtgrey1);
  margin: 40px;
  text-align: center;
  display: block;
}

div.info_leipa {
  font: normal normal 18px/22px kmf2,arial,sans-serif;
  color: var(--txtgrey1);
}
div.thanksoptinw {
  width: 100%;
  background: #eee;
  padding: 30px;
  margin: 0 auto 40px auto;
}
div.optinbtnw {
  display: inline-block;
  padding: 13px 29px;
  border: 1px solid #ddd;
  width: auto;
  border-radius: 35px;
  margin: 30px 0 20px 0;
  background: var(--bggreen_wow1);
}
div.optinbtnw:hover {
  cursor: pointer;
}
div.optinbtnw.on {
  border: #fff;
}
div.optinbtnw input {
  width: 20px;
  height: 20px;
  border: 1px solid #000;  
}
div.optinbtnw span.lbl {
    position: relative;
    top: -3px;
    left: 3px;
}
div.optincancelw {
  display: none;
  margin: 20px 0px;
}
div.optincancelw span.lbl {  
  color: var(--txtgreen1) !important;
  font-weight: bold;
  display: block;
}
div.optincancelw a.cancel {
  font-size: 16px;
  display: block;
  color: #334;
  line-height: 38px;
}
div.thanksoptinw span.teaser1 {
 font-weight: bold;
 display: block;
 margin-bottom: 15px;
}
div.thanksoptinw span.teaser2 {
  font-size: 18px;
  line-height: 22px;
 display: block;
}
span.applepayohje {
  display: block;
  text-align: center;
  font: normal normal 18px/24px kmf2,arial,sans-serif;
  margin: 50px 0 20px 0;
}
#apple-pay-button {
  display: block;
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  -apple-pay-button-style: white-outline;
  height: 50px;
  width: 100%;
}

a.hrow0,
.mainnavslider,
div.topsearchw.shown
{
  display: none !important;
}
div.header.mode2 {
  height: 65px !important;
}
div.header.mode2 a.kmtoplogo {
  top: -15px;
}

@keyframes dotSpin {
  0%, 100% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(2px);
  }
}

.dlmest {
  display: inline-flex;       /* inline, but flex layout */
  align-items: center;        /* vertical alignment */
  gap: 6px;                   /* spacing between text and loader */
  font: normal normal 18px/28px kmf2,arial,sans-serif;
  color: #444;
  margin: 4px 0;
}
.dlmest.notinuse {
  display: none;
}
.dlmest.inprog {
  font: normal normal 16px/20px kmf2,arial,sans-serif;
  color: #bbb;
}
.dlmest.done.noest {
  display: none;
}
.dotloader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 14px;
}

.dot {
  width: 6px;
  height: 6px;
  margin: 0 2px;
  border-radius: 50%;
  background-color: #ccc;
  animation: dotSpin .8s infinite ease-in-out;
}

.dot:nth-child(2) {
  animation-delay: 0.2s;
}

.dot:nth-child(3) {
  animation-delay: 0.4s;
}

@media screen and (min-width:840px) {

  div.hrow0, div.topsearchw.shown
  {
    display: block !important;  
  }
  .mainnavslider
  {
    display: none;
  }
  div.header.mode2 {
    height: 65px !important;
  }



  div.sellingpoints {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    box-shadow: 5px 0px 20px  rgba(0,0,0,.1)
  }
  div.sellingpoints.pos1 {
    display: grid;
  }
  div.sellingpoints.pos2 {
    display: none;
  }

  div.sellingpoints div.usp {
    flex-direction: row;
    align-items: center;
    padding: 20px 13px 11px 0;
  }
  div.sellingpoints div.usp img {
    width: 22%;
  }
  div.sellingpoints div.usp span.lbl {
    text-align: left;
    align-items: center;
    margin-left: 20px;
  }
  div.kassaw {

    display: flex;
    flex-direction: row;
  }
  .left-pane {
    flex: 1;
    padding: 0px 10px 10px 25px;
  }
  .right-pane {
    width: 38%;
    order: unset;
    padding: 0 45px 0 0;
    background-color: #fff;
    position: relative; /* Needed for sticky child to behave properly */
  }
  .kassa_area {
    position: sticky;
    top: 0;
    padding: 0;
  }



  .kassawlcmtxt {
    width: 100%;
    padding: 30px;
    margin: 0;
  } 
  .kassawlcmtxt span.txt2 ,
  .kassawlcmtxt h1
  {
    text-align: left;
  }
  .kassawlcmtxt h1 span.txt {
     font-size: 30px;
     line-height: 36px;
  }
  .kassawlcmtxt span.txt2 {
    font-size: 18px;
    line-height: 24px;
  }

  div.pmtpanel {
    padding-right: 40px;
  }


  div.cartw {
  } 
  div.cartw div.loadingdots {
    margin-top: 80px;
  }
  div.cartw h2,
  div#ostoskori h2 {
    font-size: 24px;
    margin: 33px 0px 8px 0;
  }
  div.cartrow {
  }
  span.cartcell {
    display: block;
    float: none;
    position: absolute;
  }
  span.cartcell.cart_prodimage {
    position: relative;
    top: -18px;
    width: 70px;
    height: 70px;
  }
  span.cartcell.cart_prodname {
    font-size: 18px;
    position: absolute;
    top: 4px;
    left: 90px;
    width: 59%;
  }
  span.cartcell.cart_amt1 {
    margin: 5px 0;
    padding: 0px 8px;
  }
  span.cartcell.cart_amt1 input {
    font-size: 16px;
    line-height: 23px;
    margin: 0 8px;
    width: 42px;
  }

  span.cartcell.cart_price {
    right: 30px;
    top: 4px;
    font-size: 18px;
  }
  a.amtbtn, a.amt_minus, a.amt_plus {
    width: 12px;
    height: 13px;
  }
  div.cartrow.xc {
    min-height: 100px;
  }
  div.cartrow.xc.dlminfo {
   min-height: 120px;
  }

  div.cartrow.xc span.col1 {
    font-size: 18px;
  }
  .cartrow.xc.voucherrow {
    border-bottom: 0;
    margin-bottom: 15px;
    margin-top: 20px;
  }
  div.cartrow.xc.reguserrow span.col1 {
    font-size: 16px;
    line-height: 21px;
  }
  .cartrow.xc.dlminfo span.dlmdetails1 {
    font-size: 16px;
    margin: 0px 0;
  }
  div.cartrow.xc span.col1 span.cartcell.cart_prodimage {
    top:10px;
    left: 0;
    width: 60px;
  }
  div.cartrow.xc.pmtinfo span.col1 span.cartcell.cart_prodimage {
    top:0px;
    left: 0;
    width: 60px;
  }
  div.cartrow.xc.pmtinfo span.col1 span.cartcell.cart_prodimage img,
  div.cartrow.xc span.col1 span.cartcell.cart_prodimage img 
  {
    width: 100%;
  }
  div.cartrow.xc span.col2 {
    font-size: 18px;
  } 
  div.cartrow.xc.pmtinfo {
    border-bottom: 0;
    min-height: 60px;
  }
  a.usevoucher {
    font-size: 17px;
    line-height: 27px;
  }
  
  span.cartcell.xccontent {
    width: 60%;
    top: 4px;
    left: 102px;
  }
  a.changeselections {
    top: 3px;
    right: 18px;
  }

  a.mapfiltopt,
  a.dlmmaptoggler,
  a.panelmodetoggler 
  {
    font: normal normal 16px / 20px kmf2, arial;
    padding: 4px 25px;
    margin: 0 5px 5px 0;
  }
  a.dlmmaptoggler {
    font: normal normal 16px / 20px kmf2, arial;
    padding: 0;
    margin: 3px 37px 0 0;
    top: -6px;
  }
  a.panelmodetoggler {
    padding-right: 36px;
  }
  a.panelmodetoggler:after {
    width: 20px;
    height: 20px;
    top: 5px;
    right: 8px;
  }
  a.panelmodetoggler.end:after {
    top: 7px;
    right: 15px;
  }

  h2.pmtstep {
    font-size: 24px;
  }

  div#dlmselectw .tab button {
    font-size: 20px !important;
    padding: 8px 23px !important;
  }
  div#dlmselectw .tab button.active {

  }

  div.dlmw.dlm a.selitem_hdr, div.dlmw.pmt a.selitem_hdr {
     margin: 10px 20px;
  }
  div.dlmw.dlm a.selitem_hdr span.name, div.dlmw.pmt a.selitem_hdr span.name {
    font-size: 20px;
  }
  div.dlmw.pmt a.selitem_hdr span.name {
    top: 11px;
  }
  div.dlmw.dlm a.selitem_hdr span.name {
    top: 5px;
  }
  div.dlmw.dlm a.selitem_hdr span.price, div.dlmw.pmt a.selitem_hdr span.price 
  {
    font-size: 17px;
  }
  div.dlmw.dlm a.selitem_hdr div.infow,
  div.dlmw.pmt a.selitem_hdr div.infow 
  {
    display: block;
    font: normal normal 17px/22px kmf2, arial,sans-serif;
    color: var(--txtgrey2);
    margin: 15px 10px 16px 69px;
  }
  div.dlmw.pmt a.selitem_hdr div.infow {
    margin-top: 13px;
    margin-bottom: 25px;
  }
  div.dlmw a.selitem_hdr div.infowselected {
    font-size: 17px;
    padding-top: 0;
    padding-left: 69px;
  }
 

  /* DLM CHOOSER POPUP */
  div.dlmpopuphdr span.name {
    font-size: 23px;
    line-height: 24px;
  }
  div.dlmpopuphdr span.price {
    font-size: 28px;
    line-height: 32px;
    margin: 13px;
  }
  div.dlmpopuphdr div.infow,
  span.formheader.dlmsearch,
  a.helplink.dlm
  {
    font-size: 17px;
    line-height: 19px;
  }
  input.dlmsearchterm {
    font-size: 20px;
    line-height: 23px;
    border: 3px solid #ccc;
  }
  button.pmt.search {
    font-size: 22px;
    height: 49px;
    width: 19%;
    top: 1px;
  }
  a.searchres.item.dlm {
    width: 85%;
    margin: 0 auto 20px auto;
  }
  a.searchres.item.dlm:hover ,
  button#showmoredlmres:hover,
  button.pmt.search:hover
  {
    cursor: pointer;
    transform: scale(1.02);

  } 
  a.searchres.item.dlm span.name {
    font-size: 18px;
    line-height: 20px;
  }
  a.searchres.item.dlm span.info1 {
    font-size: 16px;
    line-height: 18px;
    margin: 4px 0;
  }
  a.searchres.item.dlm span.info2 {
    font-size: 16px;
    line-height: 18px;
  }

  /* PMT CHOOSER POPUP */
  div.pmtdetsw {
   margin: 0;
  }
  .modal-content a.selitem_hdr span.name {
    font-size: 23px;
    line-height: 24px;
    margin: 17px;
  }
  .modal-content a.selitem_hdr span.info1 {
    font-size: 17px;
    line-height: 19px;
  }

  a.ptopt img.ptdlogo {
    width: 30%;
  }
  a.ptopt span.lbl {
    font-size: 16px;
  }


  div.customerdataw 
  {
    padding-left: 0px;
  }

  div.custfieldw {
    width: 90%;
  }
  div.custfieldw span.lbl 
  {
    font-size: 17px;
  }
  div.custfieldw.ok:after {
    bottom: 15px;
  }
  div.custfieldw input.custinfof, div.custfieldw input.custdlmaddressf, div.custfieldw select 
  {
    width: 100%; 
  }
  div.custfieldw input.custinfof, div.custfieldw input.custdlmaddressf,
  div.custfieldw input.custinfof.ok, div.custfieldw input.custdlmaddressf.ok,
  div.custfieldw input.custinfof.error, div.custfieldw input.custdlmaddressf.error
  {
     border-width: 3px;
  }
  div.custfieldw input.custinfof, div.custfieldw input.custdlmaddressf, div.custfieldw select {
    padding: 8px 12px;
    font-size: 18px;
    line-height: 18px;
  }
  div.emailletterw div.row1 {
  }
  div.emailletterw div.row2 {
    font-size: 18px;
  }
  .termstxt {
     font-size: 16px;
  }
  button.buybtn.placeorder {
    margin: 0 40% 0 30%;
    width: 40%;
    height: 58px;
    font-size: 26px;
    line-height: 36px;
  }

  div#pmtclosew {
  }
  div#pmtclosew div#ostoskori { 
    margin: 0 12% 4% 0;
    min-height: 481px;
  }
  div#custinfofinalw {
    width: 34%;
    float: left;
    padding: 0;
    margin: 2% 5%;
  }
  A.btn.bigstyle.green {
    font-size: 21px;
    padding: 18px;
    width: 500px;
  }
  div.thanksoptinw {
    width: 80%;
  }
}
