
html {
height: 100%;
background-color: #2F2C27;
}

body {
margin: 0 auto;
height: 100%;
line-height: 1.5em;
max-width: 1920px;
color: #2F2C27;
font-size: 16px;
}

/* 
#tutustu {
position: absolute; 
width: 1px;
height: 1px;
top: -3em; 
left: 0em;
}
*/

input[type="submit"]:focus, input[type="button"]:focus {
outline: none;
}


input[type="submit"], input[type="button"] {
font-weight: bold;
font-size: 0.85em;
text-transform: uppercase;
color: #fff;
}


input[type="submit"]:disabled, input[type="button"]:disabled {
background: #ccc;
cursor: default;
}


#once_bread, #once_delivery, #once_deliverytime, #rec_bread, #rec_delivery, #rec_deliverytime {
display: none;

}

#customerName {
margin-bottom: 1em;
}

#card-logos {
margin-top: 0.8em;
margin-bottom: 2em;
display: table;
width: 100%;
height: auto;
}

.cl-row {
display: table-row;
}

.cl-col {
display: table-cell;
vertical-align: middle;
}
.cl-col2 {
display: table-cell;
vertical-align: middle;
text-align: right;
min-width: 8em;
}

.cl-col2 a {
display: block;
font-size: 76%;
font-style: italic;
margin-bottom: 0.2em;
}

#card-logos img {
width: 2.1em;
height: 1.313em;
margin-top: 0em;
margin-bottom: 0.2em;
margin-left; 0em;
margin-right: 0.2em;
float: left;
border: 1px solid #ddd;
}





#sel1div {
position: relative; width: 50%; display: table-cell; vertical-align: top; border: 0em solid #fff;
}

#sel2div {
position: relative; width: 50%; display: table-cell; vertical-align: top;
}

#osbuttons {
position: relative;
max-width: 60%;
margin-bottom: 2.2em;
margin-left: auto;
margin-right: auto;
margin-top: 2em;
}


.os_left {

-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;


/* border: 1px solid #ccc; */ 



}

.os_right {

-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;

/* border: 1px solid #ccc; */


}


#sel2b, #sel1b, #delivery_sel1b, #delivery_sel2b {
margin-left: auto;
margin-right: auto;
width: 1em;
height: 1em;
background: url('/bullet_off.svgz') top left no-repeat;
background-size: 100% 100%;
margin-bottom: 0.5em;
}

.sel_selected {
width: 1em !important;
/* width: 1.02em !important; */
height: 1em !important;
background: url('/bullet_on.svgz') top left no-repeat !important;
background-size: 100% 100% !important;
margin-bottom: 0.5em !important;
}

.delivery_sel #delivery_sel1b, .delivery_sel #delivery_sel2b {
width: 1em !important;
/* width: 1.02em !important; */
height: 1em !important;
background: url('/bullet_on.svgz') top left no-repeat !important;
background-size: 100% 100% !important;
margin-bottom: 0.5em !important;
}




.delivery_extra {
overflow: hidden;
max-height: 0em;
transition: max-height 300ms ease;
}

.delivery_sel .delivery_extra {
max-height: 200em;
transition: max-height 3000ms ease;

}

#once_delivery .piccell {
vertical-align: middle;
}

.delivery_sel:hover {
cursor: default;
}

#sel2bon, #sel2boff {
margin-left: auto;
margin-right: auto;
width: 0.9em; 
margin-bottom: 0.2em;
}

.os {
background: #f1f1f1;
color: #888;
}

.ynote {
color: #ffdd41;
transition: color 600ms ease;
}

.os:hover {

background-color: #f5f5f5;

/* filter: brightness(102%); */
/* transition:filter 100ms ease; */
}

.selos, .selos * {
cursor: default !important;
}

.os, .os * {
cursor: pointer;
}

.selos {


color: #fff;
background: #3d9646;

background: -webkit-radial-gradient(center,#46a44f,#3d9646); /*Safari 5.1-6*/
background: -o-radial-gradient(center,#46a44f,#3d9646); /*Opera 11.1-12*/
background: -moz-radial-gradient(center,#46a44f,#3d9646); /*Fx 3.6-15*/
background: radial-gradient(ellipse at center, #46a44f, #3d9646); /*Standard*/


-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow:    0px 2px 4px 0px rgba(0, 0, 0, 0.25);
box-shadow:         0px 2px 4px 0px rgba(0, 0, 0, 0.25);


transition: color 600ms ease;

}




#bread_n, #delivery_n, #deliverytime_n {
display: table;
padding-top: 0.6em;
padding-bottom: 0.6em;
padding-left: 1em;
padding-right: 1.8em;
margin-top: 0em;
margin-left: auto;
margin-right: auto;
max-width: 15em;
height: auto;
background: #f1f1f1;
border: 1px solid #ccc;
-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.25);
box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.25);

color: #2f2c27;

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

position: relative;

cursor: pointer;
}

#delivery_n {
max-width: 28em;
margin-bottom: 1em;
}


#deliverytime_n {

max-width: 28em;
margin-bottom: 2.4em;
}

#bread_n {
margin-bottom: 1em;
}

#bread_n:hover, #delivery_n:hover, #deliverytime_n:hover {
background: #f5f5f5;

}


.bread_1st, .bread_2nd {
display: table-cell;
vertical-align: middle;

}




#bread_n .bread_1st {
/* background: red; */
width: 60%;
text-align: left;
line-height: 1.25em;
}

#bread_n .bread_2nd {
/* background: blue; */
text-align: right;
width: 40%;
font-size: 120%;
color: #008a24;
min-width: 4.3em;
}



#delivery_n .bread_1st {
/* background: red; */
width: 80%;
text-align: left;
line-height: 1.25em;
}

#delivery_n .bread_2nd {
text-align: right;
/* background: blue; */
width: 20%;
min-width: 4.35em;
font-size: 100%;
color: #008a24;
}

#deliverytime_n {
line-height: 1.25em;
}







.fcenter .bread_1st {
text-align: center !important;
width: 12em !important; 
}

#delivery_n.fcenter .bread_1st {
text-align: center !important;
width: 19em !important; 
}

.fcenter strong {
font-weight: normal !important;
line-height: 2.25em !important;
color: #444 !important;
font-size: 91.5%;

}

.fcenter .bread_2nd {
/* display: none !important; */
max-width: 0em !important;
min-width: 0em !important;
width: 0em !important;

}



#formcontainer {
position: relative;
}

#form2 {
/* display: none; */
/* opacity: 0; */
position: relative;
left: 0%;
}

#form2container {
position: absolute;
left: 0%;
}

#form1, #form2 {
}


#form1 {
position: relative;
}



.selform {
/* display: block; */
visibility: visible;
opacity: 1;

transition:all 300ms ease;
}

.hidden {
display: none;
}
.nselform {
/* display: none; */
opacity: 0;
visibility: hidden;
transition:all 300ms ease;
}

#form2container {
width: 100%;
}

#textdivcontainer {
position: absolute;
left: 0%;
width: 100%;
height: 100%;
}

.textdiv {
position: relative;
font-size: 1em;
line-height: 1.33em;
left: 0%;
z-index: 999;
background: #fff;
height: 100%;
}

.textdiv > div {
padding-left: 1em;
padding-right: 1em;
max-width: 21em;
margin-left: auto;
margin-right: auto;
}


.textdiv h3 {
padding-top: 0.7em;
font-size: 1.3em;
line-height: 1.5em;
font-weight: normal;
margin-top: 0em;
}

.alep {
display: none;
font-size: 75%;
padding-top: 0.7em;
padding-bottom: 0.37em;
line-height: 0em;
color: #888;
text-decoration: line-through;
}


.recform {
position: relative;
overflow: hidden;



}
.recformol {
position: absolute;
top: 0em;
left: 0em;
width: 100%;
height: 100%;

z-index: 999;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(204,204,204,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(204,204,204,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(204,204,204,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}



#recformshow:hover {
text-decoration: none;
color: #2E59A0;
}

#recformshow {
cursor: pointer;

margin-left: auto;
margin-right: auto;
margin-bottom: 2.9em; 
max-width: 15em;
padding: 0.65em;
display: block;
text-decoration: underline;
/* border: 1px solid #ccc; */

/* 
background: #275197;
background: -webkit-radial-gradient(center,#2E59A0,#275197);
background: -o-radial-gradient(center,#2E59A0,#275197);
background: -moz-radial-gradient(center,#2E59A0,#275197);
background: radial-gradient(ellipse at center, #2E59A0, #275197);
*/

color: #275197;

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;


/* border: 1px solid #ccc; */



  
/* 
-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.25);
box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.25);
*/

/* 
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow:    0px 2px 4px 0px rgba(0, 0, 0, 0.25);
box-shadow:         0px 2px 4px 0px rgba(0, 0, 0, 0.25);
*/
}



#pricediv {
width: 100%;

background: #3d9646;
position: absolute;
left: 0em;
bottom: 0em;
z-index: 999;

background: -webkit-radial-gradient(center,#46a44f,#3d9646); /*Safari 5.1-6*/
background: -o-radial-gradient(center,#46a44f,#3d9646); /*Opera 11.1-12*/
background: -moz-radial-gradient(center,#46a44f,#3d9646); /*Fx 3.6-15*/
background: radial-gradient(ellipse at center, #46a44f, #3d9646); /*Standard*/




}

#pricetitle_s {
displaY: none;
}



.pricetitle {
font-size: 0.9em;
color: #fff;
line-height: 4em;
padding-left: 1em;
padding-right: 0em;
height: 3em !important;
}


.pricetitle ~ strong {
color: #fff;
padding-right: 1em;

}

.pricetitle ~ strong {
font-size: 1.4em;
}


#pricediv {
display: none;
}

.lb_narrow #pricediv, .lb_narrow2 #pricediv {
display: block;
}


.lb_narrow2 .pricetitle, .lb_narrow2 #pricet_prev {
font-size: 0.1em;
visibility: hidden;
}

.products {
display:table;
width: 100%;
}

.productrow {
display: table-row;
}


.plusbutton, .minusbutton {
font-size: 1em;

text-align: center;
line-height: 2.4em;
width: 2.4em;
cursor: pointer;
font-weight: bold;

float: left;



-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.25);
box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.25);




}


.plusbutton {
margin-left: 0.3em;
color: #fff;

background: #3d9646;
background: -webkit-radial-gradient(center,#46a44f,#3d9646); /*Safari 5.1-6*/
background: -o-radial-gradient(center,#46a44f,#3d9646); /*Opera 11.1-12*/
background: -moz-radial-gradient(center,#46a44f,#3d9646); /*Fx 3.6-15*/
background: radial-gradient(ellipse at center, #46a44f, #3d9646); /*Standard*/

-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;


border: 1px solid #388e40;

}

.minusbutton {
margin-left: 0em;
color: #333;


border: 1px solid #d7d7d7;

background: #f1f1f1;

-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;


}

.productcell input[type="text"] {
height: 1em;
width: 1em;
padding: 0.65em;
text-align: center;
font-size: 1em;
float: left;
}

.updatecartbutton {
width: 10em;
height: 1.2em;
background: #f1f1f1;
float: right;
padding: 1.1em;
padding-top: 0.55em;
margin-top: 0.65em;
margin-right: 1em;
margin-bottom: 0.8em;
cursor: pointer;
text-align: center;
font-size: 0.8em;
font-weight: bold;
color: #222;
text-transform: uppercase;

-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.25);
box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.25);

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

}

.updatecartbutton:hover {
background: #f5f5f5;
}


.productcell {
display: table-cell;
text-align: left;
vertical-align: top;
padding-bottom: 1.8em;
}

#once_delivery .productcell {
padding-bottom: 0.11em;
}

.productcell h3 {
margin-top: 0;
padding-top: 0;
margin-bottom: 0;
padding-bottom: 0em;
}


.deliverywrapper {
border: 1px solid #ccc;
background: #f1f1f1;
cursor: pointer;
}

.deliverywrapper:hover {
background: #f5f5f5;
}

.dw1 {
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;

}

.dw2 {
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;

}

#once_delivery .infocell {
padding-left: 1.5em !important;
padding-right: 1.5em !important;
padding-top: 1em !important;
padding-bottom: 0.53em !important;
}

#once_delivery p {
padding-top: 0.7em;
line-height: 1.4em;
padding-bottom: 0.52em;
font-style: italic;
}

#once_delivery p.darkp {
font-style: normal;
font-weight: bold;
padding-top: 1em;
padding-bottom: 0.67em;
color: #454545;
}

.darkp span {
font-weight: normal;
}

#once_delivery .piccell {
width: 20%;
}
#once_delivery .infocell {
width: 80%;
}

.delivery_sel {

-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.25);
box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}

.delivery_sel .piccell {
background: #3d9646;

background: -webkit-radial-gradient(center,#46a44f,#3d9646); /*Safari 5.1-6*/
background: -o-radial-gradient(center,#46a44f,#3d9646); /*Opera 11.1-12*/
background: -moz-radial-gradient(center,#46a44f,#3d9646); /*Fx 3.6-15*/
background: radial-gradient(ellipse at center, #46a44f, #3d9646); /*Standard*/



}

.delivery_sel .infocell {
background: #f5f5f5;
}


.productcell p {
color: #777;
font-size: 80%;
margin-top: 0;
padding-top: 0;
margin-bottom: 0;
padding-bottom: 0.3em;
text-align: left;
}

.productcell img {
border: 1px solid #ccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.25);
box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}

.piccell {
width: 30%
}

.infocell {
padding-left: 1em;
width: 70%;
}

.infocell h2 {
padding-top: 0;
padding-left: 0;
padding-top: 0;
margin: 0;
text-align: left !important;
padding-bottom: 0.4em !important;
font-weight: normal;
font-size: 1.2em !important;
color: #008a24;

}
.infocell h2 > span {
font-size: 0.75em;
color: #888;
opacity: 1 !important;
}


#mobilecheck {
width: 0px;
height: 0px;
background: blue;
}

h1 {
margin-top: 0.29em !important;
font-weight: normal;
/* font-size: 4.65em; */
font-size: 4.3em;
line-height: 1.25em;

text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);

/* 
background: -webkit-linear-gradient(top, #878787, #000);
background: linear-gradient(top, #878787, #000);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
*/

}


#maintitle {
font-family: 'Fira Sans';
/* font-size: 2em; */
line-height: 1.25em;
padding-bottom: 0em;
margin-bottom: 0em;
}

#maintitle span {
/* font-size: 2.1em; */
line-height: 1.2em;

}

#subtitle {
font-family: 'Kaushan Script', cursive;
margin-top: 0.5em;
margin-bottom: 1em;
}

h2 {
font-weight: normal;
font-size: 1.9em;
line-height: 1.25em;
}

h2 > span {
font-style: italic;
opacity: 0.24;
font-size: 0.95em;
}

h3 {
font-weight: bold;
font-size: 1em;
line-height: 1.25em;
}

strong {
font-weight: bold;
}


address span {
margin-right: 30px;
}

address span.last {
margin-right: 0px;
}


footer {
position: fixed;
bottom: 0px;
left: 0px;
display: block;
height: 2.6em;
width: 100%;
color: #fff;
opacity: 1;
background-color: #2F241D; 


-webkit-box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px -2px 2px 0px rgba(0, 0, 0, 0.2);
box-shadow:         0px -2px 2px 0px rgba(0, 0, 0, 0.2);

}

address {
font-style: normal;
font-size: 0.75em;
text-align: center;
line-height: 3.46em;
text-align: middle;
margin: 0px;
padding: 0px;
padding-left: 1em;
padding-right: 1em;
opacity: 1;
font-weight: normal;
background: url('/line1.png') top left repeat;
}

address a {
color: #fff;
}

a {
text-decoration: none;
}


.StripeElement, .StripeElement * {
box-shadow: 0 0 0 0 #f1f1f1 !important;
background: #f1f1f1;
padding: 0em !important;
margin: 0em !important;
}

.StripeElement {

color: #2f2c27;

}


.form-row {
margin-bottom: 1em; 
}

.form-row p {
padding-left: 0em !important;
margin-left: 0em !important;
}

.card-errors {
color: #eb1c26;
font-style: italic;
font-size: 85%;
margin-top: 0.3em;
}
.cardNumber-container {
width: 84% !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: 1px solid #ccc;
padding-top: 0.6em;
padding-bottom: 0.6em;
padding-left: 0.92em;
padding-right: 1.8em;
background: #f1f1f1;
-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.25);
box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.25);

}

.lb_narrow3 label {
display: block;
font-size: 90%;
}

.lb-narrow form {
}

.lb_narrow3 input[type="email"], .lb_narrow3 input[type="text"] {
width: 84% !important;
width: auto;
padding-top: 0.6em;
padding-bottom: 0.6em;
padding-left: 1em;
padding-right: 1.8em;
/* margin-bottom: 1em; */


}

.lb_narrow3 input[type="email"]:invalid, .lb_narrow3 input[type="text"]:invalid {
color: #eb1c26;
}

#helplink, .helplink {
color: #224d8f;
}

#kassat-kiitos {
display: none;
}

a:hover {
text-decoration: underline;
}
::-webkit-input-placeholder {
color: #b0b0b0;
}

:-moz-placeholder { /* Firefox 18- */
color: #b0b0b0;
opacity: 1;
}

::-moz-placeholder {  /* Firefox 19+ */
color: #b0b0b0;
opacity: 1;
}

:-ms-input-placeholder {  
color: #b0b0b0;

/* VAIKUTTAA SILTA ETTA FF HIMMENMTAA VARIA, JOTEN ESIM IE VOI VAATIA VAALEEMMAN VARIN */
}

select {
height: 3.2em;
}

select, input {

/* -webkit-appearance: none; */

color: #2F2C27;
/* padding: 2.67%; */
padding: 0.889em;
border: 1px solid #ccc;
background-color: #f1f1f1;

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.25);
box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}

#right select ~ p:first-of-type {
padding-top: 0px;
margin-top: 0.31em;
margin-bottom: 1.5em;
}

#right h2 {
margin-bottom: 1.15em;
}

input:focus, select:focus {
border: 1px solid #aaa;
background-color: #f5f5f5;
/* 
-webkit-box-shadow: 0px 0px 12px 2px rgba(237, 178, 32, 0.55);
-moz-box-shadow:    0px 0px 12px 2px rgba(237, 178, 32, 0.55);
box-shadow:         0px 0px 12px 2px rgba(237, 178, 32, 0.55);
*/
}

select:focus::-ms-value {background: #f5f5f5; color: #2F2C27;}

#summary {
line-height: 1.25em;
}

form p {
clear: both;
}

input#name {
/* width: 34.33%; */
/* width: 14.18em; */
width: 11.34em;
float: left;
margin-bottom: 1em;
}

input#address {
/* width: 50.33%; */
/* width: 14.18em; */
width: 17.02em;
float: left;
margin-bottom: 1em;
margin-left: 0.667em;
/* margin-left: 2%; */
/* margin-left: 0.667em; */
}

input#phone {
width: 11.34em;
float: left;
margin-bottom: 1.3em;
margin-left: 0.667em;
}

input#exp {
width: 4.9em;
float: left;
margin-bottom: 1.3em;
margin-left: 0.667em;
}

input#cvv {
width: 3.85em; 
float: left;
margin-bottom: 1.3em;
margin-left: 0.667em;
}

input#cc {
width: 11.5em;
float: left;
margin-bottom: 1em;
}

input#email {
clear: both;
width: 17.02em;
float: left;
}

#ccbgc {
position: relative;
top: 0em;
left: 0em;
}

#ccbg {
position: absolute;
right: 2em;
top: 3.3em;
height: 2.958em;
width: 4.63em;
background-color: #d8d8d8;
}


#ccbg > img {
margin-left: 0.056em;
margin-top: 0.056em;
width: 2.232em;
height: 1.395em;
float: left;




}


#left, #right {
width: 50%;
float: left;
height: 100%;
/* min-height: 600px; */
min-height: 42.19em; 


}

#left {
background: url("/bg.jpg") center center no-repeat;
background-size: cover;
/* background-color: #2F2C27; */
background-color: #2F241D;
}

#right {
background-color: white;
}

#left > div, #right > div {
height: 100%;
overflow: hidden;
/* background: red; */
}

#left > div > div {
color: #fff;
}

#left > div > div, #right > div > div {
/* background: blue;  */
position: relative;
top: 0%;
height: 200%;
margin: 0 auto;
/* max-width: 600px; */
max-width: 33.33em;
/* padding: 2.5%; */
text-align: center;
}

#left > div > div h1:first-of-type,
#right > div > div h1:first-of-type {
padding-top: 0px;
margin-top: 0px;
}


#left > div > div > div, #right > div > div > div {
height: 50%;
}

#left > div > div > div > div, #right > div > div > div > div {
margin-top: -1.3em;
/* background: red; */
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);

}

header {
width: 0px;
height: 0px;
position: relative;
margin: 0 auto;
}

#logo {
/* 
width: 288px;
height: 270px;
*/
width: 16em;
height: 15em;
position: absolute;
/* 
top: -23px;
left: -144px;
*/

top: -1.278em;
left: -8em;
z-index: 1;
}


#paynowbutton {
/* background-color: #9C231F; */
background: #DBA810; /* Old Browsers */
background: -webkit-radial-gradient(center,#EDB220,#DBA810); /*Safari 5.1-6*/
background: -o-radial-gradient(center,#EDB220,#DBA810); /*Opera 11.1-12*/
background: -moz-radial-gradient(center,#EDB220,#DBA810); /*Fx 3.6-15*/
background: radial-gradient(ellipse at center, #EDB220, #DBA810); /*Standard*/
margin-top: 1.85em;

clear: both;
cursor: pointer;
display: block;
/* width: 12.75em;
height: 4em; */
border: none;

padding-left: 2.7em;
padding-right: 2.7em;
padding-top: 1.5em;
padding-bottom: 1.5em;

margin: 0 auto;

-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow:    0px 2px 4px 0px rgba(0, 0, 0, 0.25);
box-shadow:         0px 2px 4px 0px rgba(0, 0, 0, 0.25);

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
transition:filter 100ms ease;

color: #fff;
text-transform: uppercase;
font-weight: bold;
font-size: 90%;
}

#help p {
font-size: 0.9em;
line-height: 1.5em;
}


#paynowbutton:hover:enabled {
filter: brightness(120%);
transition:filter 100ms ease;
}


#readmore1, #readmore2 {
/* background-color: #9C231F; */
background: #9c231f; /* Old Browsers */
background: -webkit-radial-gradient(center,#b12629,#9c231f); /*Safari 5.1-6*/
background: -o-radial-gradient(center,#b12629,#9c231f); /*Opera 11.1-12*/
background: -moz-radial-gradient(center,#b12629,#9c231f); /*Fx 3.6-15*/
background: radial-gradient(ellipse at center, #b12629, #9c231f); /*Standard*/
margin-top: 2.75em;
}

#right .button, input[type="submit"], input[type="button"] {
/* background-color: #9C231F; */
background: #DBA810; /* Old Browsers */
background: -webkit-radial-gradient(center,#EDB220,#DBA810); /*Safari 5.1-6*/
background: -o-radial-gradient(center,#EDB220,#DBA810); /*Opera 11.1-12*/
background: -moz-radial-gradient(center,#EDB220,#DBA810); /*Fx 3.6-15*/
background: radial-gradient(ellipse at center, #EDB220, #DBA810); /*Standard*/
margin-top: 1.85em;
}

input[type="submit"], input[type="button"] {

margin-top: 2.25em !important;

}




.button:hover, input[type="submit"]:hover:enabled, input[type="button"]:hover:enabled {
filter: brightness(120%);
transition:filter 100ms ease;
}

.button, input[type="submit"], input[type="button"] {
clear: both;
cursor: pointer;
display: block;
width: 18.75em;
height: 5em;
margin: 0 auto;

-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow:    0px 2px 4px 0px rgba(0, 0, 0, 0.25);
box-shadow:         0px 2px 4px 0px rgba(0, 0, 0, 0.25);

/* border: 1px solid #832926; */
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
transition:filter 100ms ease;
}


input[type="submit"], input[type="button"] {
border: none;
width: 22.05em;
height: 5.9em;
}

.button > span {
font-weight: bold;
font-size: 0.85em;
text-transform: uppercase;
display: block;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

#left .button > span {
color: #fff;
}

#right .button > span {
color: #fff;
}

a.button {
display: none;
}

a.button:hover {
text-decoration: none !important;
}


input#f1, input#f2, input#g1, input#g2 {
display: none;
}




#left .arrow {
background: url('/arrow.svgz') top left no-repeat;
background-size: 100% 100%;
}

#right .arrow {
background: url('/arrow2.svgz') top left no-repeat;
background-size: 100% 100%;
}



.arrow {

display: block;
width: 2.79em;
height: 2.79em;
opacity: 0.2;
margin: 0 auto;
cursor: pointer;
margin-bottom: 1.674em;
transition:opacity 100ms ease;
margin-top: 1.8em;
}

#left .arrow:hover {
opacity: 0.35;
transition:opacity 100ms ease;
}

#right .arrow:hover {
opacity: 0.15;
transition:opacity 100ms ease;
}

#left input#f1:checked ~ div {
top: 0%;
transition:top 300ms ease;
}

#left input#f2:checked ~ div {
top: -100%;
transition:top 300ms ease;
}

#right input#g1:checked ~ div {
top: 0%;
transition:top 300ms ease;
}

#right input#g2:checked ~ div {
top: -100%;
transition:top 300ms ease;
}



/* @media (min-width: 1441px) and (max-width: 600px) { */

@media (min-width: 1441px) and (min-height: 856px) {
body {
font-size: 17.92px;
}

#ccbg {
right: 2.3em !important;
top: 3.15em !important;
}

iframe {
padding-left: 4em !important;
padding-right: 4em !important;
max-width: 25.33em !important;
}



}

@media (min-width: 1024px) and (max-width: 1279px) {

/* 
body {
font-size: 13.44px;
}

iframe {
padding-top: 2em;
padding-bottom: 2em;
padding-left: 1.5em !important;
padding-right: 1.5em !important;

max-width: 30.5em !important;
}

#right .arrow {
margin-bottom: 0em !important;
}

#right .arrow ~ h2 {
line-height: 10% !important;
margin-top: 1.2em !important;
}

#ccbg {
position: absolute;
right: 0.3em;
top: 3.53em;
height: 5.916em;
width: 2.415em;
background-color: #d8d8d8;
}

#ccbg > img {
margin-left: 0.056em;
margin-top: 0.056em;
width: 2.232em;
height: 1.395em;
float: left;
}


*/

}

@media (max-height: 689px) {
body {
/* font-size: 13.44px; */
}
}


#lightbox {
transition: visibility 50ms, opacity 50ms ease;
opacity: 0;
visibility: hidden;
/* display: none;*/ 
position: fixed;
width: 50%;
height: 80%;
background-color: #fff;
border: 1px solid #ccc;
z-index: 1;
left: 25%;
top: 10%;

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.lb_narrow, .lb_narrow2 {
/* width: 37.5% !important; */
width: 42.5% !important;
left: 31.25% !important;
}

.lb_narrow3 {
/* width: 37.5% !important; */
width: 37.5% !important;
left: 31.25% !important;
}

.lb_narrow3 input[type="email"], .lb_narrow3 input[type="text"] {
width: 80% !important;
}

.cardNumber-container {
width: 80% !important;
}


.narrowlb h2 {
font-size: 1.3em;
text-align: center;
padding-bottom: 0.7em;
}

@media (max-width: 1023px) {


body {
font-size: 120%;
}


#lightbox {
width: 76%;
left: 12%;
}


.lb_narrow, .lb_narrow2 {
width: 80% !important;
left: 10% !important;
}

.lb_narrow3 {
/* width: 37.5% !important; */
width: 58.5% !important;
left: 20.75% !important;
}



footer {
clear: both;
position: relative;
bottom: 0px;
left: 0px;
height: auto;
}

footer address span {
display: inline-block;
}


footer #rstuff {
position: relative;
right: 0em !important;
}

.lastc {
margin-right: 0em !important;
}




#left, #right {
min-height: 50.19em;
clear: both;
width: 100%;
}

footer address > span {
margin-right: 0.55em;
}


#logo {
width: 14em;
height: 13.125em;
position: absolute;
top: -1.15em;
left: -7em;
z-index: 1;
}

#maintitle {
font-size: 4.5em;
}


#left > div > div > div > div {
margin-top: 3em;
}



#left .button {
float: left;
font-size: 85% !important;
margin-right: 1em;
}

a.button {
float: left;
clear: none;
display: block;
margin-right: 0px !important;
}

#order {
/* background-color: #9C231F; */
background: #DBA810 !important; /* Old Browsers */
background: -webkit-radial-gradient(center,#EDB220,#DBA810) !important; /*Safari 5.1-6*/
background: -o-radial-gradient(center,#EDB220,#DBA810) !important; /*Opera 11.1-12*/
background: -moz-radial-gradient(center,#EDB220,#DBA810) !important; /*Fx 3.6-15*/
background: radial-gradient(ellipse at center, #EDB220, #DBA810) !important; /*Standard*/

}


a.button, #left .button {
margin-top: 1.5em !important;
}

#left > div > div > div > div {
margin-top: -1.15em;
}

}



@media (max-width: 1279px) and (max-height: 789px) {

body {
/* font-size: 13.44px;  */
}

}



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

/* @media (max-width: 767px) {



footer {
clear: both;
position: relative;
bottom: 0px;
left: 0px;
height: auto;
}

footer address span {
display: inline-block;
}




}
*/


@media (max-width: 599px) {

body {
/* font-size: 13.44px; */
}

}


@media (min-width: 480px) {

#readmore1 {
display: block;
}

#readmore2 {
display: none;
}

#mobilecheck {
display: none;
}


}

@media (max-height: 785px) and (max-width: 1023px) {
footer {
clear: both;
position: relative;
bottom: 0px;
left: 0px;
height: auto;
}

footer address span {
display: inline-block;
}



}

/* @media (max-height: 529px) and (max-width: 1023px) and (min-width: 480px) { */





/* TAMA ON ALKUPERAINEN MAARITYS SILLE, JOS IKKUNA ON LEVEE, MUTTA LITTEE ... OTETTU POIS KAYTOSTA JA LAITETTU YLAPUOLELLE KOPIOITUNA MOBIILINAKYMA KOKONAISUUDESSAAN TAHANKIN TILANTEESEEN */
/* @media (max-height: 409px) and (max-width: 1023px) and (min-width: 480px) { */
@media (max-height: 1px) and (max-width: 1023px) and (min-width: 480px) {




h1 {
font-size: 3.5em;
margin-bottom: 0.5em;
}

#mobilecheck {
display: block;
}


#right input#g1:checked ~ div div:nth-child(2) {
display: none;
transition:display 300ms ease;
}

#right input#g2:checked ~ div div:nth-child(2) {
display: block;
transition:display 300ms ease;
}


#readmore1 {
display: none;
}

#readmore2 {
display: block;
margin-right: 1em !important;
}



#left > div, #right > div {
height: auto;
overflow: visible;
}

#left > div > div > div > div, #right > div > div > div > div {

top: 0%;
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
}

#left > div > div > div > div {
margin-top: 4.5em;
margin-bottom: 3.5em;
}


#left > div > div > div:first-child {
padding-bottom: 3em;
}

#right > div > div > div > div {
margin-top: 0em;
margin-bottom: 0em;
}

#right > div > div > div:nth-child(1) {
padding-top: 2.5em;

}

#right {
height: auto;
min-height: auto;
}

input[type="submit"], input[type="button"] {
float: none;
clear: both;
margin-bottom: 7em;
}

#right > div > div > div:nth-child(2) {
margin-bottom: 5.7em;
}

html {
height: auto !important;
}

.arrow {
display: none;
}

#left {
margin-top: 6em;
}



}


/* MUUTETTU ALUNPERIN 579 */
@media (max-width: 650px) {
/* @media (max-width: 479px) { */

.infocell p {
padding-left: 0em;
}

body {
font-size: 115%;
}


.productcell input[type="text"] {
float: none !important;
clear: both !important;
height: 1em !important;
width: 1em !important;
padding: 0.65em;
text-align: center;
font-size: 1em;
float: left !important;
}




#pricetitle_l {
display: none;
}

#pricetitle_s {
display: inline;
}


#form1, #form2 {
padding-left: 1.2em;
padding-right: 1.2em;
}

#bread_n, #delivery_n, #deliverytime_n {
}

#osbuttons {
position: relative;
max-width: 20em;
margin-left: auto !important;
margin-right: auto !important;
}

#osbuttons_border {
margin-left: 1.2em;
margin-right: 1.2em;
}

iframe {
padding-left: 2.5em !important;
padding-right: 3.5em !important;
max-width: 13em !important;
}

#ccbg {
position: absolute;
right: 1em;
top: 3.33em;
height: 5.916em;
width: 2.415em;
background-color: #d8d8d8;
}

#ccbg > img {
margin-left: 0.056em;
margin-top: 0.056em;
width: 2.232em;
height: 1.395em;
float: left;
}



#lightbox {
height: 96% !important;
width: 94% !important;
left: 3% !important;
top: 2% !important;
}
#pricet_prev {
font-size: 1.1em !important;
}
#left > div > div, #right > div > div {
max-width: 100%;
}

.leftcol, .rightcol {
float: none;
clear: both;
width: 100% !important;
}

.leftcol > div, .rightcol > div {

}

#mobilecheck {
display: block;
}

/* 
#right > div > div > div:nth-child(2) {
display: none;
}
*/


/* #right input#g1:checked ~ div div:nth-child(2) { */
#right input#g1:checked ~ div div#kiitos {
display: none;
transition:display 300ms ease;
}

/* #right input#g2:checked ~ div div:nth-child(2) { */
#right input#g2:checked ~ div div#kiitos {
display: block;
transition:display 300ms ease;
}





#readmore1 {
display: none;
}

#readmore2 {
display: block;
}

a.button, #left .button, input[type="submit"], input[type="button"] {
float: none !important;
margin: 0 auto !important;
margin-top: 1em !important;

}

.button {
width: 75.9%;
height: 4em;
/* max-width: 22em !important; */
}

input[type="submit"], input[type="button"] {
width: 75.9%;
height: 4em;
}



#left > div, #right > div {
/* background: blue;  */
height: auto;
overflow: visible;
}

#left > div > div > div > div, #right > div > div > div > div {

top: 0%;
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
}

#left > div > div > div:first-child {
padding-top: 9em;
padding-bottom: 3em;

/* Tahan taustakuva */
background: url("/bg.jpg") center center no-repeat;
background-size: cover;
}

/* poistetaan tausta normaalista divista */
#left {
background-image: none;
}

#left > div > div > div:nth-child(2) {
padding-top: 3.6em;
margin-bottom: 3em;
}



#right > div > div > div > div {
margin-top: 0em;
padding-top: 2.5em;
margin-bottom: 3.5em;
}

html {
height: auto !important;
}


/* otsikko puhelimella */

#emailAddress {
margin-bottom: 0em !important;
}

#delivery_homeaddress { 
width: 35% !important;  
}

#maintitle {
font-size: 2.5em;
margin-bottom: 0.4em;
margin-top: 0.5em !important;
}


h1 {
/* line-height: 1.25em; */
}

#subtitle {
font-size: 1.3em;
margin-bottom: 1.2em;
}
#infotext {
margin-bottom: 2em;
}

input[type="text"], input[type="email"] {
width: 70% !important;
/* width: 16em !important; */
float: none !important;
clear: both !important;
margin-left: 0px !important;
margin-right: 0px !important;
margin-bottom: 1em !important;
}


p {
font-size: 0.84em;
padding-left: 1.2em;
padding-right: 1.2em;
line-height: 1.5em;
}

#logo {
/* Laita tähän 0.84 näistä luvuista */
width: 10.08em;
height: 9.45em;
top: -0.9585em;
left: -5.04em;
}



.arrow {
display: none;
}

#left {
/* margin-top: 6em; */
/* margin-top: 4em; */
margin-top: 0em; 
}



#left .rightcol > div, #left .leftcol > div {
padding-left: 1em !important;
padding-right: 1em;
}

.leftcol > div > div, .rightcol > div > div {
float: none;
clear: both;
}

/* 
.leftcol p , .leftcol small, .rightcol p, .rightcol small {
font-size: 90% !important;
line-height: 1.5em !important;
}
*/

small {
font-size: 95%;
}

#form1 small, #form2 small {
font-size: 79.8%;
}


html {
}


.textdiv p {
font-size: 1em;
line-height: 1.4em;

}

h2 {
padding-left: 0.5em;
padding-right: 0.5em;
line-height: 1em !important;
}

}


@media (max-width: 310px) {

/* 
a.button, #left .button {
height: 3em;
margin-top: 0.5em !important;
}


#left > div > div > div > div {
margin-top: -3.2em !important;
}

header {
margin-left: 0em;

}

#logo {
width: 8.1em;
height: 7.596em;
top: -0.9585em;
left: 0em;

}

#left p {
line-height: 1.1em;
}

h1 {
font-size: 2em;
}

#left > div > div > div > div {
margin-top: 3em;
}


*/


}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
  }



}


a {
outline: none;
}




#price, #date {
display: inline-block;
min-width: 2em;
min-height: 1.2em;
background: url("/preloader.gif") center center no-repeat;
background-size: auto 100%;
}

#date > span, #price > span {
display: inline-block;
background: #fff;
}


#delivery_date, #delivery_time, #amount, #delivery_phone, #delivery_address, #currency {
/* display: none;   */
}


#delivery_homeaddress { 
width: 25%; 
}

#delivery_phone, #delivery_phone2 {
width: 65% !important;

}

#delivery_homeaddress, #delivery_phone, #delivery_phone2 {
background: #fff;
background-position: right 0.5em top 0.5em;
padding-right: 2.2em;


text-align: left !important;
margin-bottom: 0.65em;
}

input#delivery_homeaddress:invalid, input#delivery_phone:invalid, input#delivery_phone2:invalid {
color: #555;

    background-image: url('/invalid.svg');
background-size: 1.2em 1.2em;
    background-repeat: no-repeat;

}

input#delivery_homeaddress:valid, input#delivery_phone:valid, input#delivery_phone2:valid {
    background-image: url('/valid.svg');
background-size: 1.2em 1.2em;
    background-repeat: no-repeat;
}




  input:required:invalid {
color: #555;
    background-image: url('/invalid.svg');
background-size: 1.33em 1.33em;
    background-repeat: no-repeat;
     
  }


  input:required:valid {
    background-image: url('/valid.svg');
background-size: 1.33em 1.33em;
    background-repeat: no-repeat;
  }

.form-row input:required:invalid {
    background-image: none;
     
  }


.form-row input:required:valid {
    background-image: none;
  }


#buttonpreloader {
display: none;
margin: 0 auto;
padding-top: 1em;
width: 3em;
height: 3em;
background-color: transparent;

  background: url('/preloader.gif');
  background-repeat: no-repeat;
background-position: center center; 
  background-size: 3em 3em;

}

.form-row input:disabled {
color: #999;
}


#name, #phone, #address, #email, #cc, #exp, #cvv {
     background-position: right 0.8em top 0.785em;   
}         
         

#name:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
/* -webkit-box-shadow: 0 0 0 1000px white inset !important; */
}

input::-ms-clear {
    display: none;
}


#bread:disabled, #name:disabled, #email:disabled, #address:disabled, #phone:disabled, #cc:disabled, #exp:disabled, #cvv:disabled {
color: #999;
}


#del-div span {
/* font-size: 88%; */
}

#del-div span span {
}


#del-div input[type="radio"] {
clear: both;
float: none;

}

#del-div input[type="radio"] ~ span {
color: #777;
font-style: italic;
}

#del-div {
font-size: 85%;
line-height: 1.35em;
}


#del-div, #pd-div, #pd-err-div {

display: none;
}
.prel_places {

float: left;

width: 1em;
height: 1em;
background-color: transparent;
/* background: url('/preloader.gif') center center no-repeat; */

  background: url('/preloader.gif');
  background-repeat: no-repeat;
background-position: center center; 
  background-size: 1em 1em;
}

.prel_button {
background: url('/preloader.gif') center center no-repeat !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}



#left a {
color: #C0E1ED;
}

#left .arrow ~ h2 {
line-height: 60%;
margin-top: 1em;
}

#left .leftcol {
float: left;
width: 50%;
text-align: left;
}

#left .rightcol {
width: 50%;
float: left;
text-align: left;
}

#left .leftcol > div {
padding-right: 1em;
}


#left .rightcol > div {
padding-left: 1em;
}

#oven {
/* width: 20px !important; */
/* height: 20px !important; */
}

.leftcol img, .rightcol img {
float: left;
margin-right: 1em;
margin-bottom: 3.2em;
width: 3.5em;
height: 3.5em;
clear: both;
}

.leftcol, .rightcol {
line-height: 113%;
font-size: 95%;
}

.leftcol p b, .rightcol p b {
line-height: 142%;
}

#left .rightcol ~ p {
clear: both;
}



iframe {

-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.2);
box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.2);

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

background-color: #f1f1f1;
padding-top: 2em;
padding-bottom: 2em;
padding-left: 1.95em;
padding-right: 1.45em;
max-width: 29.3em;
border: 1px solid #ccc;

}









#rstuff {
right: 2em;
bottom: 0em;
position: absolute;

}

#rstuff > span {
opacity: 0.7;
}


@media (max-width: 1572px) {
.lastc {
margin-right: 5em;
}
}

@media (max-width: 1515px) {
.lastc {
margin-right: 10em;
}
}

@media (max-width: 1447px) {
.lastc {
margin-right: 15em;
}
}

@media (max-width: 1383px) {
.lastc {
margin-right: 20em;
}
}

@media (max-width: 1320px) {
.lastc {
margin-right: 25em;
}
}

@media (max-width: 1280px) {
.lastc {
margin-right: 30em;
}
}







#terms, #privacy, #help {
display: none;
}

#lightboxbg {
transition: visibility 50ms, opacity 1000ms ease;
opacity: 0;
visibility: hidden;
position: fixed;
top: 0em;
left: 0em;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.6);
z-index: 1;
}


#lightbox .lbcont {
position: relative;
top: 0em;
margin: 8%;
width: 84%;
height: 84%;
overflow: auto;
}

#lightbox a#close {
color: #888;
position: absolute;
top: 0.65em;
right: 1.3em;
z-index: 1;
font-size: 80%;
}


.green {
color: #25732D;
}






