

body{
        margin:0px 0px 0px 0px;
        padding:0px;
        font-family: Arial, sans-serif;
        height:100%;
        color:#000;
        font-size:14px;
        background-color: #FFF;


    }


#topInfo {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0.5em 1em 0.5em 1em;
    background-color: #d74a00;
    text-align: center;
    opacity: 0.8;
    display: none;
    box-shadow: 0px -5px 5px #000;

}
#topInfo p {
    margin: 0;
    color: #FFF;
    font-size: 0.9em;
}
#topInfo h3 {
    margin: 0;
    color: #FFF;
    font-size: 1.4em;

}

.opFoAlPrice {
    width: 100%;
    text-align: left;
    color: #e13c3f;
    margin-bottom: 0.5em;

}
.percentDiscount {
    padding: 0.05em 0.3em 0.05em 0.3em;
    background-color: #e13c3f;
    color: #FFFFFF;
    margin-right: 0.3em;
    border-radius: 0.3em;
}
.closeTopInfo {
    float: right;
    background-image: url(/images/x-mob-menu.png);
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    background-size: contain;
}
html{
	height:100%;
}



a {
    color:#003a5a;
    text-decoration: none;
}

p a {
    color:#003a5a;
    text-decoration: underline;
}

.txtLink a {

    /*background-color: rgba(0,0,0, 0.2);*/
    text-decoration: underline;
    /*padding: 0.1em 0.3em 0.1em 0.3em;*/

    color:#000;
}

.detImage {
    max-height: 20em;
    box-sizing: border-box;
    margin: 0 auto 0 auto;
    /*border: solid 1px #F2F2F2;*/
}
.detImageSmall {
    height: 5em;
    box-sizing: border-box;
    border: solid 1px #F2F2F2;
    float:left;
    margin: 0.5em 0.5em 0 0;
}
.detImageCont {
    position: relative;
    height: 20em;
    text-align: center;
}



.inBtn {
    display:inline-block;

    text-decoration: none !important;
    padding:0.5em;
    text-align: center;
    border-radius: 0.2em;
     box-shadow:         1px 1px 1px rgba(0,0,0, 0.5);

     color: rgba(255,255,255, 1) !important;
      background-color: rgba(215,74,0, 1);
    background-color: #006600;
   /*border:solid 0.1em #CCC;*/
 cursor: pointer;
    border-radius: 0.3em;
}

.inBtnRed {
    display:inline-block;
    float:right;
    text-decoration: none;
    padding:0.5em;
    text-align: center;

     box-shadow:         1px 1px 1px rgba(0,0,0, 0.5);

     color: rgba(255,255,255, 1);
      background-color: rgba(215,0,0, 1);
   /* background-color: #006600;*/
   /*border:solid 0.1em #CCC;*/
    cursor: pointer;
    border-radius: 0.3em;
}
.inBtnGreen {
    display:inline-block;
    float:right;
    text-decoration: none;
    padding:0.5em;
    text-align: center;
   border-radius: 0.3em;
     box-shadow:         1px 1px 1px rgba(0,0,0, 0.5);

     color: rgba(255,255,255, 1);
      background-color: #006600;
   /* background-color: #006600;*/
   /*border:solid 0.1em #CCC;*/
    cursor: pointer;
}




/*
.inBtnSmall {
     float:right;
    display:inline;
    width: auto;
    text-decoration: none;
    padding:0.4em;
    text-align: center;
    border-radius: 0.1em;
    margin: 1em;
    background-color: #e13c3f;
    color: #FFFFFF;
}*/

/*.inBtnSmallBlue {
     float:right;
    display:inline;
    width: auto;
    text-decoration: none;
    padding:0.4em 0.4em 0.4em 0.4em;
    text-align: center;
    border-radius: 0.1em;

    margin: 1em 0 1em 0;
    background-color: rgba(215,74,0, 1);

    color: #FFFFFF;
}*/


.buyBtn {
     float:left;
    display:inline;
    width: auto;
    text-decoration: none;
    padding:0.4em 0.8em 0.4em 0.8em;
    text-align: center;
    border-radius: 0.3em;
    /*text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);*/
    /*margin: 1em;*/
    background-color: rgba(215,74,0, 1);
    color: #FFFFFF;
}
.buyBtnCat {
     float:left;
    display:inline;
    width: 45%;
    box-sizing: border-box;
    text-decoration: none;
    padding:0.3em 0.8em 0.3em 0.8em;
    text-align: center;
    border-radius: 0.3em;
    /*text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);*/
    /*margin: 1em;*/
    /*background-color: rgba(230,230,230, 0.4);*/
    /*background-color: rgba(215,74,0, 0.2);*/
     background-color: rgba(255,255,255, 1);
     color: rgba(215,74,0, 1);
    border:solid 0.1em #CCC;
}
.buyBtnCatWide {
    width: 92%;
    position: absolute;
    bottom:0.4em;
    left:4%;
    border-radius: 0.3em;
}

.buyQty {
    box-sizing: border-box;
    float:left;
    display:block;
    width: 48%;
    margin-right: 2%;
    margin-left: 3%;
    text-decoration: none;
    padding:0.3em 0.8em 0.3em 0.8em;
    text-align: center;
    border-radius: 0.1em;
    /*text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);*/
    /*margin: 1em;*/
    background-color: rgba(240,240,240, 1);
    color: #000;
    margin-top: 0em;


}
.pp {
     width: 6em;
}
.catAdd {
    width: 98%;
    position: absolute;
    bottom:0.4em;
}

.topMenuBtn {
   float:left;
    width: auto;
    text-decoration: none;
    padding:0.4em 0.8em 0.4em 0.3em;
    text-align: left;
    border-radius: 0.1em;
    /*text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);*/
    /*margin: 1em;*/
    /*background-color: rgba(0,0,0, 1);*/
    color: #FFF;
   /* margin-right:4%;*/
   /*border: solid 1px rgba(0,0,0, 1);*/
    box-sizing: border-box;
    font-size: 0.9em;
}


.momsTop {

}
.momsBtn {
   /*float:left;
    width: auto;
    text-decoration: none;
    padding:0.4em 0.8em 0.4em 0.3em;
    text-align: left;
    border-radius: 0.1em;
    /*text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);*/
    /*margin: 1em;*/
    /*background-color: rgba(0,0,0, 1);*/
    /*color: #FFF;
   /* margin-right:4%;*/
   /*border: solid 1px rgba(0,0,0, 1);*/
    /*box-sizing: border-box;
    font-size: 0.9em;*/
}


#leftMenu .momsBtn {
    color: #000;
}



.momsE {
    /*margin-right:0%;*/
}
.mc {
    /*color: rgba(0,0,0, 1);*/
    /*background-color: #FFFFFF !important;*/
}



.mcf {
   width: 100%;
    margin-right:0%;
    margin-bottom: 0.4em;
}

.langBox {
    display: block;
    margin: 0.5em 0 0.5em 0;
}

/*.lbl {
    float: left;
    margin-left: 0.4em;
}*/

#visaVillkor {
    display: none;
    border: solid 1px #F2F2F2;
    padding: 1em;
    font-size: 0.8em;
}
.buyPrice {
    float:left;
    display:inline;
    width: auto;
    text-decoration: none;
    padding:0.2em 0.2em 0.2em 1em;
    text-align: center;
    /*text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);*/
    /*margin: 1em;*/
    /*background-color: rgba(215,74,0, 1);*/
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
}


/*.inFldSmall {
     float:right;
    display:inline;
    width: auto;


    text-decoration: none;
    padding:0.4em;
    text-align: center;
    border-radius: 0.1em;


    margin: 0.5em;
}*/


/*.btnBot {
    position: absolute;
    bottom:1em;
    left:1.5em;
    right: 1.5em;
}*/





h1{
    font-family: Arial, sans-serif;
    font-size:2.0em;
    font-weight: normal;
    margin-top:0em;
    margin-bottom:0.7em;
    color:#000;
}

h2{
   font-family: Arial, sans-serif;
    font-size:1.6em;
    font-weight: normal;
    margin-top:0em;
    margin-bottom:0.3em;
    color:#000;
}


h3{
    font-family: Arial, sans-serif;
    font-size:1.2em;
    font-weight: normal;
    margin-top:0em;
    margin-bottom:0.5em;
     color:#000;
}

h4{
    font-family: Arial, sans-serif;
    font-size:1.0em;
    font-weight: bold;
    margin-top:0.9em;
    margin-bottom:0em;
    color:#000;
}

.logoText {
    font-family: Arial, sans-serif;
    font-size:1.8em;
    font-weight: bold;
    margin:0;
    padding:0;
    color:#FFF;
     text-shadow: 1px 1px 2px rgba(0,0,0, 0.5);
    display: inline-block;
}
p{
    font-size:1.1em;
    margin-top:0.5em;
    margin-bottom:1.1em;
    line-height:1.35em;
}

#respMessage {
    margin: 0.4em 0 0.4em 0;
}
#respMessageSecond {
    margin: 0.4em 0 0.4em 0;
}

.halfBtn {
    width: 30%;
    box-sizing: border-box;
    background-color: #e13c3f;
    padding:1em;
    color: #FFFFFF;
    text-align: center;
     float:right;
    border-radius: 0.3em;
}
.halfFld {
    width:68%;
    margin-right:2%;
    margin-top:0;
    background-color:#FFE5E5;

}

.ifr {
    height: 30em;
}
.deleted {
    background-color: #F2F2F2;
    text-align: center;
    border: solid 1px #CCC;
    margin: 2em 0 2em 0;
}

.half1 {
    width: 49%;
    margin-right:2%;
    float: left;
    text-align: left;
}
.half2 {
    width: 49%;
    float: left;
    text-align: left;
}





.halfMobile1 {
    width: 49%;
    margin-right:2%;
    float: left;
    text-align: left;
}
.halfMobile2 {
    width: 49%;
    float: left;
    text-align: left;
}
.table10 {
    width: 9%;
    margin-right:1%;
    float: left;
    text-align: left;
    padding: 1em 0 0 0;
    overflow: hidden;
    box-sizing: border-box;
}
.table20 {
    width: 19%;
    margin-right:1%;
    float: left;
    text-align: left;
    padding: 1em 0 0 0;
    overflow: hidden;
    box-sizing: border-box;
}
.table30 {
    width: 29%;
    margin-right:1%;
    float: left;
    text-align: left;
    padding: 1em 0 0 0;
    overflow: hidden;
    box-sizing: border-box;
}

/*.threeQ {
    width: 74%;
    margin-right:2%;
    float: left;
    text-align: left;
}*/




.colWrap{
    max-width: 1044px; /*Remove to fill screen width */
    margin: 0px auto;
    /*background-color: #F2F2F2;*/
    padding:2em 1em 1em 0em;

}

.col1 {
    width: 22%;
    float: left;
    margin-left: 2%;
    min-height: 10em;
}
.col2 {
    width: 48%;
    float: left;
    margin-left: 2%;
    min-height: 10em;
}
.col3 {
    width: 72%;
    float: left;
    margin-left: 2%;
    min-height: 10em;
}
.col4 {
    width: 98%;
    float: left;
    margin-left: 2%;
    min-height: 10em;
}

.showMore {

    color: #d74a00;
    padding: 0.8em 0em 0.8em 0em;
    text-align: left;
    cursor: pointer;
    cursor: hand;
}
.showMorePlus {
    color: #d74a00;
    padding: 0em 0.8em 0em 0em;
    text-align: left;
    cursor: pointer;
    cursor: hand;
    float: left;

}
.crsr {
    cursor: pointer;
    cursor: hand;
}

.col3C {
    width: 30%;
    float: left;
    margin-left: 2%;
    min-height: 10em;
}
.col6C {
    width: 14.66%;
    float: left;
    margin-left: 2%;

    /*flex: 1;*/
    /*min-height: 24em;*/
}





.omImgA {
    width: 30%;
    margin: 1.5em 0 1.5em 0%;
}

.omImgB {
    width: 8%;
    margin-left: 46%;

}
.omImgC {
    width: 26%;
    margin: 1.5em 0 1.5em 0%;
}
.omImgD {
    width: 18%;
    margin: 1.5em 0 1.5em 0%;
}

#plusChain {
    width: 1em;
    text-align:center;
}
.linkChain {
    display: grid;
    justify-self: start;
    text-align: left;
    cursor: pointer;
    width: auto;
    margin-bottom: 0.5em;

}
.fc1 { order: 12; }
.fc2 { order: 11; }
.fc3 { order: 10; }
.fc4 { order: 9; }
.fc5 { order: 8; }
.fc6 { order: 7; }
.fc7 { order: 6; }
.fc8 { order: 5; }
.fc9 { order: 4; }
.fc10 { order: 3; }
.fc11 { order: 2; }
.fc12 { order: 1; }

.floatChain {
    float: left;
     margin-right: 0.2em;
    margin-bottom: 0.2em;
    /*background-color: #e6e6e6;*/
    padding: 0.3em 0.6em 0.3em 0em;
    white-space: nowrap;
    font-size: 0.8em;

}
.catChain .floatChain {
    float: left;
}
.floatChain a {
    text-decoration: underline;

}




.landHalfHidden {
    width: 30%;
    background-color: transparent;
    border: none;
    padding-left: 0;
     padding-right: 0;
    float: left;
}
.landHalfClick {
    display: inline-block;
    width: 70%;
    float: left;
    padding-top: 1.4em;
    font-size: 0.8em;
    color: #003a5a;
    text-decoration: underline;
    cursor: pointer;
    text-align: right;
}

#LandskodId {
    width: 23.5%;
    box-sizing: border-box;
    float: left;
}
#MobilId {
    width:75%;
    box-sizing: border-box;
    float: right;
}



.hideFirst {
    display: none;
}

.confirmRemove {
    display: none;
    position: absolute;
    right:0;
    bottom:0;
    width: 5em;
    height: 2.4em;
    background-color: #e13c3f;
    color: #FFF;
    font-size: 1.2em;
    text-align: center;
    line-height: 2.4em;
    border-radius: 0.3em;
}






/*.siteContainImage{


    margin: 0px auto;

    padding:2em 0em 1em 0em;
    height: 25em;
    background-position: center  center;
    background-repeat: no-repeat;
    background-size:cover;
    margin-top: 1em;

}
*/


.siteWrap{

    max-width: 1040px;
    margin: 0px auto;
    padding:2em 1em 1em 1em;
}

.betBox {
    border:solid 1px #CCC;
    float:left;
    padding:1em;
    /*margin-right: 1em;*/
    margin:1%;
    width: 18%;
    box-sizing: border-box;
    position: relative;
    opacity: 0.5;
    min-height: 11.0em;
    background-color: #FFF;
}




#fakturaVal {
    width:18%;
    float: left;
    padding: 0em;
    margin:1%;
    box-sizing: border-box;
    position: relative;
    min-height: 1m;

   /* background-color: #FFF;*/
}
#fakturaVal .betBox{
    /*border: none;*/
     width:100%;
    margin-right: 0em;
    margin-bottom: 0.5em;

}
.faktChoice {
   float:left;
    text-align:left;
    display:inline;
    width: 1.4em;
    height: 1.4em;
    margin-right: 0.5em;
}
.faktChoiceP {
    /*float:left;*/
    margin-top: 0.1em;
    display:inline-block;
    overflow: hidden;

}
.faktChoiceP span {
    font-size: 0.8em;
    line-height: 0.85em;
}
.betBoxImg {
    /*width:10em;*/
    display: block;

}
.betBoxText {
    display: block;
    padding-top:0.5em;
    text-align: center;
}
.okIm {
    position: absolute;
    top:-0.5em;
    right:-0.5em;
    width: 2em;
    height: 2em;
    display: none;
}

#siteLogo{
    display: block;
    width:20%;
    margin-left: 0%;
    float:left;
}
#siteCart, #siteSearch{
    margin-left: 0%;
    float:right;
    position: relative;
    cursor: pointer;
    cursor: hand;

}

.search {
    float:right;
    text-align: center;
    box-sizing: border-box;

    width: 1.8em;
    height: 1.8em;
    /*background-color: rgba(215,74,0, 0.85); /*118, 180, 118  background-color: rgba(0, 0, 0, 0.75);
    /*text-shadow: 1px 1px 2px rgba(0,0,0, 0.5);*/
   /* box-shadow:         1px 1px 1px rgba(215,74,0, 0.5);
    /*background-position: bottom center;*/
   /* background-repeat: no-repeat;*/
    /*background-size: contain;*/
    border-radius: 0.1em;

    background-image: url('/images/search.png');
    background-size: contain;
    background-repeat: no-repeat;

}


.cart {
    float:right;
    text-align: center;
    box-sizing: border-box;

    width: 1.8em;
    height: 1.8em;
    /*background-color: rgba(215,74,0, 0.85); /*118, 180, 118  background-color: rgba(0, 0, 0, 0.75);
    /*text-shadow: 1px 1px 2px rgba(0,0,0, 0.5);*/
   /* box-shadow:         1px 1px 1px rgba(215,74,0, 0.5);
    /*background-position: bottom center;*/
   /* background-repeat: no-repeat;*/
    /*background-size: contain;*/
    border-radius: 0.1em;

    background-image: url('/images/cart.png');
    background-size: contain;
    background-repeat: no-repeat;

}
.fixed .cart {
    background-image: url('/images/cart_black.png');
}
.fixed .search {
    background-image: url('/images/search_black.png');
}
.fixed #mobMenuIcon {
    background-image: url('/images/mob-menu_black.png');
}
#cartNumItems {
    position: absolute;
    top:-0.4em;
    right:-0.4em;
    min-width: 1em;
    height: 1em;
    display: inline-block;
    background-color: #e13c3f;
    color: #FFF;
    padding: 0.2em;
    border-radius: 1em;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
}
.recalc {
    width: 80%;
    height: 2.45em;
    background-color: rgba(0,0,0, 0);  /*118, 180, 118  background-color: rgba(0, 0, 0, 0.75);*/
    /*text-shadow: 1px 1px 2px rgba(0,0,0, 0.5);*/
     /*box-shadow:         1px 1px 1px rgba(215,74,0, 0.5);*/
    /*background-position: bottom center;*/
   /* background-repeat: no-repeat;*/
    /*background-size: contain;*/
    border-radius: 0.2em;

    /*background-image: url('/images/recalc.png');*/
    background-size: contain;
    background-repeat: no-repeat;
    /*margin: 0 auto 0 auto;*/
    cursor: pointer;


}

#changeMyDetails {
    position: relative;
    padding-top: 2em;
}
#closeMyDetails {
    position: absolute;
    top: 0.25em;
    right:0.25em;
    width: 1.8em;
    height: 1.8em;
    background-image: url('/images/x-mob-menu_black.png');
    background-position: center;
    background-size: cover;
    cursor: pointer;
}



.delInfo {
    font-size: 0.8em;
    float:left;
    margin: 0.4em 0 -0.8em 0;
    width: 70%;
}
.momsInfo {
    font-size: 0.8em;
    float:right;
    margin: -1em 0 -0.8em 0;
    width: 20%;
    text-align: right;
}


#showMainCategories, #showMainAppl {
    color: #000;
    border: solid 1px #CCC;
    text-align: left;
    padding: 0.8em;
    position: absolute;
    line-height: 1.4em;
    background-color: #FFF;
    margin-top: 0.5em;
    display: none;
    box-shadow: 0 0 5px #333;
}


#showMainAppl>.menuItem {
    text-align: left;
}

#showMainApplMob {
    color: #000;
    text-align: left;

    margin-top: 0.5em;
    background-color: #FFF;

    display: none;

}





#headerTop {
    display: block;
    position:fixed;
    z-index: 1000;
    top:0;
    width:100%;
    /*max-width: 1040px; /*Remove to fill screen width */
    margin: 0px auto;
    min-height:11em;

     /*background-color: rgba(255,255,255, 1);*/
    /*background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;*/
    color:#FFF;
    padding:0em 2em 0em 2em;
    box-sizing: border-box;

}




#headerTop a {
    color: #FFF;
}

#showMainCategories a, #showMainAppl a,  #showMainApplMob a {
    color:#000;
}


/*Tillägg till headerTop när dne är scrollad*/
.fixed {
    background-color: rgba(255,255,255, 1);
    border-bottom:solid 1px #CCC;
min-height: 6em !important;


}



.fixed .clr_height {
    height: 10px;
}

.fixed #siteLogo {
    width: 10%;
}

.fixed #menuOver {
    font-size:1.0em;
}

.fixed .siteWrap {
        padding: 1em 1em 0em 0.5em;
}
.fixed .menuItem   {
    color: #000;
    /*padding:0.2em 0.4em 0.2em 0em;*/
}
.fixed .momsBtn  {
    color:#000;
}
.fixed .topMenuBtn  {
    color:#000;
}
.fixed .searchInp {
        color: #000;
}

.fixed #searchOver {
        top: 2.8em;
}

.fixed .searchBtn  {
   border: solid 1px rgba(0,0,0, 1);
        background-color: rgba(0,0,0, 1);
}



.fixed #langSel, .fixed #momsSel, .fixed #pageSel, .fixed #loginSel, .fixed .searchBtnDelete  {
    color: #000;
}


.fixed #siteCart  {

}
#headerImgBack {
    display: none;
}

#momsSel, #pageSel, #loginSel {  /*#langSel*/
    position: relative;
    float:right;
    color:#FFF;
    cursor: pointer;
    cursor: hand;
    z-index: 1010;

}
#momsSelChoice  {  /*#langSelChoice  #pageSelChoice*/
   /* background-color: #000;*/

    color:#000;
    position: absolute;
    padding: 0.8em 0.3em 0.3em 0.3em;
    margin-top: 0em;
    display: none;
    /*border: solid 1px #F2F2F2;*/
    text-align: center;
    background-color: #FFF;
    box-shadow: 0 0 5px #333;
    border: solid 1px #CCC;
    /*background-image: url("images/topArrow.png");
    background-position: top center;
    background-repeat: no-repeat;*/

}
 #momsSelChoice a{  /*#langSelChoice a,  #pageSelChoice a */
    color:#000;
}
#momsSelChoiceSmall  {  /*#langSelChoice  #pageSelChoice*/
   /* background-color: #000;*/

    color:#000;
    position: absolute;
    padding: 0.8em 0.3em 0.3em 0.3em;
    margin-top: 0em;
    display: none;
    /*border: solid 1px #F2F2F2;*/
    text-align: center;
    background-color: #FFF;
    box-shadow: 0 0 5px #333;
    border: solid 1px #CCC;
    /*background-image: url("images/topArrow.png");
    background-position: top center;
    background-repeat: no-repeat;*/
    right: 1em;
    z-index: 3000;


}
 #momsSelChoiceSmall a{  /*#langSelChoice a,  #pageSelChoice a */
    color:#000;
     background-color: transparent !important;
      text-decoration: none;
}

#hideSomeAdminCart {
    display: none;
     padding: 0.5em;
    background-color: #f8f8f8;
    border: solid 1px #CCC;
    margin-bottom: 1em;
}
#showSomeAdminCart {
cursor: pointer;

}
#ssacArrow {
    float: left;
    font-size: 1.2em;
    padding: 0em 0.5em 0em 0em;
}
#ssacTextPlus, #ssacTextMinus  {
    float: left;
}
#ssacTextMinus  {
    display: none;
}

li a {
    /*background-color: #003a5a;
    color: #FFF;
    padding: 0.2em;
    border-radius: 0.2em;*/
}


.plusCat {
    margin-left: 0.3em;

}

.siteSpace {
    margin-bottom:2em;
}

.prodImage {
    width: 100%;
    height: 12em;
    margin-bottom:1em;
    /*background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 1em;*/

    display: flex;
   /* display: table-cell;
    vertical-align: bottom;*/


}
.prodImage img  {
    margin:auto;
   /* max-height: 95%;*/
    max-height: 11em
}

.prodImageAjax {
    width: 100%;
    height: 16em;
    margin-bottom:1em;
    /*background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 1em;*/

    display: flex;
   /* display: table-cell;
    vertical-align: bottom;*/


}
.prodImageAjax img  {
    margin:auto;
   /* max-height: 95%;*/
    max-height: 14em
}

.selFlag {
    display: inline;
    width: 1.5em;
    margin-left: 0.3em;
}
#mainCont {
    margin-top: 12em;
}

.mainInfo h1 {
    margin-bottom:0.5em;
}
.mainInfo {
    /*width:73%;*/
    width: 100%;
    float:left;
    text-align: left;
    padding:1em 0em 1em 0em;
}

.price {
    font-size: 1.2em;
    font-weight:bold;
    margin:0;
}
#leftMenu {
    display: none;
    width:25%;
    float:left;
    text-align: left;
    padding:1em 0em 1em 0em;

     scrollbar-base-color: #CCC;
      scrollbar-width: thin;
    scrollbar-arrow-color: #FFF;

    z-index: 3000;
    /*margin-right:2%;*/

    /*background-color: #F2F2F2;*/

    /*scrollbar-color: #999 #fff;*/


}
.leftMenuIn {
    display: none;
}

#sokRutan {
    width: 80%;
    float: left;
}
#xMenu {
    width: 20%;
    height: 3em;
    float: right;
    background-image: url('images/x-mob-menu_black.png');
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}

.boxesHeight {
    display: flex;
}

.smallText {
    font-size: 0.8em;
    font-weight: normal;
}
.smallTextSmallmarg {
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 0;
}
.smallInfo {
    margin-bottom:0.3em;
    background-color: #F2F2F2;
    font-size: 0.9em;

    border: solid 1px #CCC;
    padding: 0.6em 1em 1em 1em;
}

#LandId, #TypeId {
    width: 50%;
    padding: 0.4em;

}





.tblStaffHead {
    width:100%;
    border-spacing:0;
    border-top:solid 1px #CCC;
}

.tblStaffHead td {
    font-weight: normal;
    padding: 0.5em;
    border-bottom:solid 1px #CCC;
    border-top:none;
     white-space: nowrap;
}
.tblStaffA {
    padding-left:0 !important;
    width: 5%;
}
.mrb {
    border-bottom:solid 1px #CCC;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}
.hideMenu {
     display: none;
 }

#clickBody {
    position: fixed;
    top:0;
    z-index: 2999;
    height: 100%;
    width: 100%;
    /*background-color: rgba(255, 15, 7, 0.2);*/
    display: none;
}
#clickBodyMenu {
    position: fixed;
    top:0;
    z-index: 2999;
    height: 100%;
    width: 100%;
    /*background-color: rgba(255, 15, 7, 0.2);*/
    display: none;
}
#momsSelChoiceSmall {
    z-index: 3000;
}



.hideMenu .menuItemLeft {
    /*background-color: #FFF;*/

     /*margin-top: -0.3em;*/
}

.boxedField {
    /* border-top: solid 1px #000;
   padding: 1em 0 1em 0;*/

     background-color: #f5f5f5;
        border-radius: 0.4em;
        padding: 0.5em;
        margin-bottom: 1em;
         border-top:none;

}

#cartAddedRel {
    text-align: center;
    display: block;
    padding:1em 0em 1em 0em;
    background-color: #FFF;
    border: solid 1px #000;
    position: absolute;
    top: 15em;
    width: 40%;
    margin-left: 30%;
    box-shadow: 1px 1px 10px 3px #333;
    box-sizing: border-box;
    z-index:3000;
}
#cartAddedRelHead .headAddedCart {
    font-size: 1.4em;
   margin-bottom: 0.4em;
}

#cartAddedRelHead .clr_two {
  height:0.7em;
}
#cartAddedRelHead .inBtn {
  margin-bottom: 1em;
    font-size: 1.2em;
    padding: 0.8em 4em 0.7em 4em;
}
.relClass {
    text-align: center;
    display: block;
    padding: 1em 0em 1em 0em;
    background-color: #FFF;
    border: solid 1px #000;
    position: fixed !important;
    top: 10em;
    width: 40%;
     left:30%;
    box-shadow: 1px 1px 10px 3px #333;
    box-sizing: border-box;
    z-index: 3000;
}
#closeMe {
    background-image: url('/images/x-red.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 2em;
    height: 2em;
    position: absolute;
    top:0;
    right: 0;
    cursor: pointer;
}
#clickToCloseRel {
    display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(255, 15, 7, 0.3); /*118, 180, 118  background-color: rgba(0, 0, 0, 0.75);*/
    z-index: 2999;
}
.descriptionBox {
    display: block;
    flex: 1;
    text-align: center;
    max-width:31%;
    border:solid 1px #CCC;
    box-sizing: border-box;
    margin-left:3%;
    padding:0.5em 0.5em 2.8em 0.5em;
    background-position: top right;
    background-size: auto 12.9em;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 1px #999;
    overflow-wrap: break-word;
}
.dboxStart {
    position: relative;

}

.boxedText {
    border: solid 1px #CCC;
    padding: 1em 1em 1em 1em;
    background-color: #F2F2F2;
    font-size: 0.9em;
    margin-top: 0.7em;
}




.headLine {
    width: 100%;
    border-bottom: solid 1px #003a5a;
}

.orh {
    color: #d74a00;
     border-bottom: solid 1px #d74a00;
}



.cartRow {
    width: 100%;
    border-bottom: solid 1px #ccc;
    padding:0.8em 0 0.8em 0;
}
.cartCol{
    /*overflow: hidden;*/
    float:left;
    box-sizing: border-box;
    /*padding-top:0.4em;*/
}

.ccA{
     width: 65%;
}
.ccABekr{
     width: 75%;
}
.ccB{
     width: 10%;
    padding-top:0em;
}
 .ccBHead{
         width: 19%;
     text-align: center;

    }
.ccBBekr{
     width: 15%;
    padding-top:0.4em;
}
.ccC{
     width: 10%;
    padding-top:0em;
}
.ccR{
     width: 5%;
    padding-top:0em;

}
.ccD{
     width: 10%;
    text-align: right;
    float: right;
}
.ccFrakt {
    width: 20%;
    float: right;
}
.admCartFld {
    width: 13.33%;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
}
.admCartFldHalf {
    width: 6.66%;
}

.admCartFld100 {
    width: 100%;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
}
.admCartFld10 {
    width: 10%;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
}

.admCartFldForCustomer {
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding: 0.4em 0em 0.4em 0em;

}
.admCartFldForCustomerB {
    width: 25%;
    box-sizing: border-box;
    float: left;
    padding: 0.4em 0em 0.4em 0em;

}
.clr_brdr {
     clear:both;
    width: 100%;
    height: 1px;
   border-bottom: solid 1px #000;
}
.searcItemResultRow {
    padding: 0.5em 0em 0.5em 0em;

    border-bottom: solid 1px #000;
}
.admCartBtn {
    box-sizing: border-box;
    width: 10%;
    float: right;
    color: #FFF;
    background-color: rgba(215,74,0, 0.85); /*118, 180, 118  background-color: rgba(0, 0, 0, 0.75);*/
     padding:1em;
    margin-top: 0.2em;
    text-align: center;
    cursor: pointer;
}

.admCartBtnRed {
    box-sizing: border-box;
    width: 10%;
    float: right;
    color: #FFF;
    background-color: #FF0000; /*118, 180, 118  background-color: rgba(0, 0, 0, 0.75);*/
     padding:1em;
    margin-top: 0.2em;
    text-align: center;
     cursor: pointer;
}
.admCartBtnPad {
     padding:0.2em 0.2em 0.2em 0.2em;
    margin-left: 0.4em;
}

.firstBox {
    margin-left:0%;
}

.oldPrice {
    text-decoration: line-through;
    font-size: 0.9em;
}

.salePrice {
    color: #e13c3f;
    font-weight: bold;
}







#footer {

    /* box-shadow: 1px 1px 1px #999;*/
    border-top: solid 1px #CCC;
    margin:2em auto 0% auto;
    width:100%;
    height:auto;
    /*background-color: #FFF;*/
    box-sizing: border-box;
    background-color: #F2F2F2;
    color: #000;
    font-size: 0.9em;
    box-shadow: 0 50vh 0 50vh #F2F2F2;



}

#footerBox {
    box-shadow:         0px -2px 5px rgba(0,0,0, 0.3);
}

#footerWrap{
    position:relative;
    max-width: 1040px; /*Remove to fill screen width */
    margin: 0px auto;
    /*background-color: #F2F2F2;*/
    padding:2em 1em 9em 1em;



}

.footerOne {
    width: 50%;
    float:left;

}
.footerTwo {
    width: 50%;
    float:left;
    text-align: right;
}
.foot1 {
    float:left;
    width:32.3%;
    text-align:left;
    box-sizing: border-box;
}

.foot1 img {
   /*width: auto;
    height: 2em;
    display: inline-block;
    margin-right:1em;
    margin-bottom:0.5em;*/

}

.footMid {
    float:right;
    width:32.3%;
    text-align:left;
    margin:0 1.5% 0 1.5%;
}
.footMid img {
    /*width: 4em;
    height: 4em;
    margin: 0.5em;*/
    display: inline-block;
}
.footMenuHead {
    color: #003a5a;
    font-weight: bold;
    margin-bottom: -0.3em
}
.foot2 {
    float:right;
    width:32.3%;
    text-align:left;
}

.foot2 img {

    /*width:70%;
    margin-left: 30%;*/
}

.footLast img {
    height: 4em;
    width: 4em;
    float: left;
    margin-right: 1em;
}


.usePrice {
    display: inline-block;
    padding: 0.1em 0.8em 0.1em 0.8em;
    margin-bottom: 0.4em;
    background-color: rgba(0,153,0, 0.8);
    color: #FFF;
    margin-left: 0.3em;
    border-radius: 0.2em;
}

.clr {
    clear:both;
    height:0px;
    width:1px;
}

.clr_one {
    clear:both;
    height:1px;
    width:1px;
}

.clr_small {
    clear:both;
    height:0.5em;
    width:1px;
}


.clr_two {
    clear:both;
    height:10px;
    width:1px;
}

.clr_height {
    clear:both;
    height:25px;
    width:1px;
}

.clr_height_big {
    clear:both;
    height:50px;
    width:1px;
}


.clr_height_mid {
    clear:both;
    height:40px;
    width:1px;
}

.clr_divider {
    clear:both;
    height:1px;
    width:100vw;

    margin: 2em 0 2em 0;
    background-color: #CCC;
    /*
    border-bottom: solid 1px #CCC;*/
    /*background-image: url('/images/dividerv2.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;*/
}

#orderMessage {
    clear: both;

    margin:0.5em 0 0.5em 0;
}

#mobMenuIcon {
    display: none;
    /*background-color: rgba(215,74,0, 0.85);*/


}

#mobMenuOver {
    display:  none;
}
#menuOver {
    position: relative;
    /*width: 100%;*/
    text-align: left;
    float:left;
    font-size: 1.2em;
    /*position:absolute;
    bottom:0px;
    left:0px;*/
    z-index:1006;
}
.headerMenuLogo { /* Ska ligga innan searchOver nedan */
    position: relative;
}

#valjSparadAdmin {
    position: fixed;
    bottom:0;
    left:0;
    right:0;
}
#searchOver {

    display: none;
    text-align: left;
    position:absolute;
    top:4em;
    right:0em;
    width: 30%;
    padding: 0.3em 0 0.3em 0;
    /*background-color: #FFF;*/
    max-width: 1040px; /*Remove to fill screen width */
    margin: 0px auto;
    z-index:900;

}


.enlargeImg {

    width: 3em;
    height: 3em;
    position: absolute;
    top:0;
    right:0;
}
#enlargedImagesId {
    display: none;
}
.enlargedImages {
    background-color: #FFF;
    width: 70%;
    height: 96%;
    position: fixed;
    top:2%;
    left:15%;
    z-index: 1005;
    padding: 2em;
    box-sizing: border-box;
    -webkit-box-shadow:0px 0px 22px 3px rgba(0,0,0,0.9);
    -moz-box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.9);
    box-shadow: 0px 0px 22px 3px rgba(0,0,0,0.9);
    overflow-y: scroll;
}
.closeEnlarged {

    width: 3em;
    height: 3em;
    position: fixed;
    top:2.8em;
    left:49%;
}
.flexparent {
  display: -webkit-flex;
  display: inline-flex;
  width: 100%;
  margin: 0 auto;
  justify-content: left;
    flex-wrap: wrap;

}
.footLink {
    padding: 0.2em 0 0.2em 0;
    color: #000;
    font-size: 1.1em;
    display: block;
}

.flexchild {
    display: flex;
   width: 23%;

    margin: 1%;
    box-sizing: border-box;
    position: relative;
   align-items: center;
   justify-content: center;
    border:solid 1px #CCC;
    padding:0.5em 0.5em 2.8em 0.5em;
    background-position: top right;
    background-size: auto 12.9em;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 1px #999;
    overflow-wrap: break-word;
    text-align: center;

}
.flexchildCat {
    border:none;
    box-shadow: none;
}
.h3Cat {

    color: #000;
    position: absolute;
    top: 6em;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    padding: 0.2em;
    border-radius: 0.3em;

}
.catText {
    height: 4em;
    overflow: hidden;
}

.flexchildRel {
    margin: 1% 0 1% 0;
}
.flexchildFoot {

    flex-direction: column;
    justify-content: left;
    border:none;
    text-align: left;
    padding:0.5em 0.5em 2.8em 0em;

     display: flex;
   width: 24%;
    margin: 1% 1% 1% 0%;
    box-sizing: border-box;
    position: relative;

    overflow-wrap: break-word;
}
.flexchildFoot a {
    padding: 0.2em 0 0.2em 0;
}


.flexhead {
     display: flex;
   width: 100%;
    border-bottom: solid 0.2em #FFF;
    margin-top: 2em;
    padding: 0.5em;
    background-color: #e6e6e6;
    border-radius: 0.5em 0.5em 0 0;
}
.flexhead h2 {
    margin-bottom: 0;
}
.breakFlex {
  flex-basis: 100%;
  height: 1em;


}

.linkMenu {
    float: left;
    width:80%;
    /*border-top: solid 1px #CCC;*/

}
.plusMenu {
    float: left;
    display: none;
    width:10%;
    padding:0.9em 0.5em 0.4em 0em;
    /*border:solid 1px #CCC;*/
    text-align: center;
    box-sizing: border-box;
    /*border-top: solid 1px #CCC;*/
    cursor: pointer;
    cursor: hand;

}

.plusMenu span {
    /*padding: 0 0.25em 0 0.25em;*/
    display: inline-block;
    width: 1.2em;
    border:solid 1px #000;
}
.ltr {
    display: inline-block;
    padding:1em;
    text-align: center;
    color: #FFF;
    box-sizing: border-box;
    font-weight: bold;

    /*background-color: rgba(0, 0, 0, 0.75);*/
    background-color: rgba(215,74,0, 0.85); /*118, 180, 118  background-color: rgba(0, 0, 0, 0.75);*/
    /*text-shadow: 1px 1px 2px rgba(0,0,0, 0.5);*/
     box-shadow:         1px 1px 1px rgba(215,74,0, 0.5);
    /*background-position: bottom center;*/
   /* background-repeat: no-repeat;*/
    /*background-size: contain;*/
    border-radius: 0.1em;

    margin:0 0.3em 0.3em 0em;
}

.katBild {
    max-width: 60%;
}
.menuItem {
    display: inline-block;
    padding:0.8em 0.5em 0.8em 0em;
    text-align: center;
    color: #FFF;
    box-sizing: border-box;
    font-weight: normal;
    /*border: solid 1px #000;*/
    /*background-color: rgba(0, 0, 0, 0.75);*/
   /* background-color: rgba(255,255,255, 1); /*118, 180, 118  background-color: rgba(0, 0, 0, 0.75);*/
    /*text-shadow: 1px 1px 2px rgba(0,0,0, 0.5);*/
     /*box-shadow:         1px 1px 1px rgba(0,0,0, 0.5);*/
    /*background-position: bottom center;*/
   /* background-repeat: no-repeat;*/
    /*background-size: contain;*/
    border-radius: 0.1em;


}
.menuItemSub {
    color: #000;
    padding:0em;
}
/*.menuItemWh {
    border: solid 1px rgba(215,74,0, 0.85);
     color: rgba(215,74,0, 0.85);
     background-color: #FFF !important;
}*/

/*.menuItemPlus {
    display: inline-block;
    padding:0.9em;
    text-align: center;
    color: rgba(215,74,0, 1);
    box-sizing: border-box;
    font-weight: bold;


    background-color: #F2F2F2;

     box-shadow:         1px 1px 1px rgba(215,74,0, 0.5);

    border-radius: 0.1em;
    border: solid 0.1em rgba(215,74,0, 1);
    margin:0 0.4em 0.4em -0.8em;
}*/


.imgStatus {
    width: 1.8em;
    height: 1.8em;
}
.markMenuLeft {
    float: left;
    width: 10%;
    font-size: 1.5em;
    padding: 0.2em 0.2em 0 0.2em;
    box-sizing: border-box;
    /*border-top: solid 1px #CCC;*/
    cursor: pointer;

}
.menuItemLeft {
    display: inline-block;
    padding:0.9em 0.5em 0.7em 0.5em;
    text-align: left;
    color: #000;
    box-sizing: border-box;
    font-weight: normal;

    /*background-color: rgba(0, 0, 0, 0.75);*/
    /*background-color: #F2F2F2; /*118, 180, 118  background-color: rgba(0, 0, 0, 0.75);*/
    /*text-shadow: 1px 1px 2px rgba(0,0,0, 0.5);*/
    /* box-shadow:         1px 1px 1px rgba(242,242,242, 0.5);*/

    background-position: top left;
    background-repeat: repeat-y;
    background-size: contain;

    border-radius: 0.1em;

    margin:0 0 0 0; /*0 0 0.2em 0 */
}
.menuItemLeftSub {
    background-color: #FFF;
    /*border-bottom: solid 1px #CCC;*/
}
#prodMenu .menuItemLeft {
    /*background-color: #dbdbdb;*/
}
.sub1 {
    /*background-color: #eee !important;*/
    margin-left: 0em;
    font-size: 0.95em;
}
.sub1mark {
     padding-left: 0.5em;
}
.sub2 {
    /*background-color: #FFF !important;*/
    margin-left: 2.5em;
    font-size: 0.90em;

}
.sub3 {
   /* background-color: #FFF;*/
    margin-left: 3.5em;
    font-size: 0.85em;

}

.m1 {
    /*background-color: #dbdbdb;*/
    display: block;
    background-color: rgba(219, 219, 219, 1.0);
    border-top: solid 1px rgba(219, 219, 219, 1.0);
}
.m2 {
    /*background-color: #dbdbdb;*/
    display: block;
    background-color: rgba(219, 219, 219, 0.4);
    border-top: solid 1px rgba(219, 219, 219, 1.0);

}
.m3 {
    /*background-color: #dbdbdb;*/
    display: block;
    background-color: rgba(219, 219, 219, 0.1);
    border-top: solid 1px rgba(219, 219, 219, 1.0);
}
.m4 {
    /*background-color: #dbdbdb;*/
    display: block;
    background-color: rgba(219, 219, 219, 0.0);
    border-top: solid 1px rgba(219, 219, 219, 1.0);
}
.headerItemLeft {
    display: block;
    padding:1.5em 0.5em 0.5em 0.5em;
    text-align: left;
    color: #000 !important;
    box-sizing: border-box;
    font-weight: normal;
    border-bottom: solid 1px #000;

    /*background-color: rgba(0, 0, 0, 0.75);*/
   background-color: rgba(255,255,255, 1); /*118, 180, 118  background-color: rgba(0, 0, 0, 0.75);*/
    /*text-shadow: 1px 1px 2px rgba(0,0,0, 0.5);*/

    /*background-position: bottom center;*/
   /* background-repeat: no-repeat;*/
    /*background-size: contain;*/
    border-radius: 0.1em;

    margin:0 0 0 0;
}





/*.aButton {
    width: 38%;
    display: inline-block;
    padding:0.8em;
    text-align: center;
    color: #000;
    box-sizing: border-box;
    font-weight: normal;
    border: solid 1px #000;

    background-color: rgba(255,255,255, 1);

    border-radius: 0.1em;

    margin-left:2%;
}*/






.aFullButton {
    width: 100%;
    display: inline-block;
    padding:1em;
    text-align: center;
    color: #FFF;
    box-sizing: border-box;
    font-weight: bold;

    background-color: rgba(215,74,0, 0.85); /*118, 180, 118  background-color: rgba(0, 0, 0, 0.75);*/

     box-shadow:         1px 1px 1px rgba(215,74,0, 0.5);

    border-radius: 0.1em;
    margin-top: 0.7em;
    cursor: pointer;

}

.aFullButtonWhite {
    width: 100%;
    display: inline-block;
    padding:1em;
    text-align: center;
    color: #FFF;
    box-sizing: border-box;
    font-weight: bold;
      color:#000;
    background-color: rgba(255,255,255, 1);
    box-shadow:         1px 1px 1px rgba(0,0,0, 0.5);
    border:solid 1px #000;
    border-radius: 0.1em;
    margin-top: 0.7em;
}


.hideInMob {
    display:block;
}

.hideInComp {
    display:none;
}


.sgButton {
    background-image: url('/images/storleksguideikon.gif?id=1');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 1.6em;
    line-height: 1.5em;
    height: 1.5em;
    margin-bottom: 1em;
}

/*.redBtn {
    background-color: #e13c3f !important;
    color: #FFFFFF;
}*/
/*.removeConfirm {
    display: none;
    margin-top: 0.3em;
}*/
.greenBtn {
    background-color: rgba(0,153,0, 0.8);
     box-shadow:         1px 1px 1px rgba(0,153,0, 0.8);
}


ul {
    margin-top:0.5em;
    padding-left:1em;
    list-style-position: inside;
    list-style: none;
}

.boxedText  ul {
    list-style: disc !important;
    padding-left:1.5em !important;
}
li {
    margin-top:0.5em;
   padding-left: 0.95em;
    text-indent: -0.95em;

}
li::before {
  content: "✓";
  color: black; /* or whatever color you prefer */
    font-weight: bold;
    padding-right: 0.2em;
}

.thirdOne {
    float: left;
    width: 33.33%;
    font-size: 0.9em;
}
.thirdTwo {
    float: left;
    width: 33.33%;
     font-size: 0.9em;
}
.thirdThree {
    float: left;
    width: 33.33%;
     font-size: 0.9em;
    color: #e13c3f;
    font-weight: bold;
}



 .admCartFldRowA {
        box-sizing: border-box;
        overflow: hidden;

    }
    .acfrA1 {
        width: 30%;
    }
    .acfrA2 {
        width: 60%;
    }
    .acfrA2 input {
        margin-top:0.1em;
    }
    .acfrA1 input {
        margin-top:0.1em;
    }
    .acfrA3 {
        width: 10%;
    }
    .admCartFldRowB {
        width: 20%;
        box-sizing: border-box;

        overflow: hidden;

    }
    .admCartFldHalf {
        width: 10%;
    }



.lidot::before {
  content: "• ";
  color: black; /* or whatever color you prefer */
    font-weight: bold;
    padding-right: 0.3em;
}

.descriptionBoxWide li::before {
    content: "";
}
#mainInfoCats li::before {
    content: "• ";
}
#newsMessage {
    background-color: #F2F2F2;
    margin:0.5em 0 0.5em 0;
 }


input, select {
    font-family: myText, sans-serif;
    width: 100%;
    padding:0.8em;
    border:solid 1px #ccc;
    background-color: #FFF;
    margin:1% 0% 0% 0%;
    font-size:1em;
    color:#000;
    line-height:1.2em;
    box-sizing: border-box;
    border-radius: 0.3em;
}
.cartRow input {
    padding:0.55em;
    text-align: center;
     margin:0;
}

.admCartFld input, .admCartFld select, .admCartFld10 input, .admCartFld10 select {
    padding:0.55em !important;
}

#tempMessage {
    display: none;
    position: fixed;
    top:0em;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.85);
    text-align: center;

}
#tempMessage div{
    display:flex;
    font-size: 1.2em;
    height: 100%;
    align-items:center;
    justify-content:center;
    border: none;

}
#loadingMessage {
    display: block;
    position: fixed;
    top:0em;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.85);
    text-align: center;
    background-image: url('/images/loading.gif');
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2000;
}

.loadingCats {
    width: 20%;
    margin-left: 40%;
}
/*#loadingMessage div{
    display:flex;
    font-size: 1.2em;
    height: 100%;
    align-items:center;
    justify-content:center;
    border: none;
*
}*/




/*.smlOpt {
    font-family: myText, sans-serif;
    width: 100%;
    padding:0.5em;
    border:solid 1px #CCC;
    margin:1% 0% 0% 0%;
    font-size:0.8em;
    color:#000;
    line-height:1.2em;
    box-sizing: border-box;
}*/

.searchInp {
    margin:0;
    width: 75%;
    float:left;
    font-size:1em;
    line-height:2em;
    padding:0.3em 0.2em 0.3em 0.2em;
    text-align: center;
    /*opacity: 0.8;*/
    border-radius: 0.2em;
    color:#000;
    background-color: rgba(255,255,255, 0.1);
    box-sizing: border-box;
}


.searchBtn {
    width: 19.5%;
    float:right;
    padding:0.3em 0em 0.3em 0em;
    font-size: 1em;
    line-height: 2em;
    text-align: center;
    color: #FFF;
    font-weight: normal;
    border: solid 1px #FFF;
    background-color: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border: solid 1px rgba(255,255,255, 1);
    border-radius: 0.2em;
    margin-left:0.5%;
}
.searchBtnLeft {
    background-color: rgba(0, 0, 0, 1);
}
.searchBtnDelete {
    padding:0.25em 1em 1em 0.4em;
    float:left;
    font-size: 1.5em;

    text-align: center;
    color: #000;
    font-weight: normal;
    /*background-color: #FF0000;*/

    box-sizing: border-box;
    margin-left: -1.4em;
}



input[type="submit"] {
    width: 100%;
    border:none;
    margin:2% 0% 0% 0%;
    padding:3%;
    font-size:1em;
    line-height:1.2em;
    color:#000;
    box-sizing: border-box;
     background-color: #F2F2F2;
}


#imgCopy, #imgPrint {
    float: left;
    margin-right: 0.5em;
    width: 1.8em;
    opacity: 0.3;
}
#PrintCopyMessage>div {
    border: solid 1px #FF0000;
    padding: 0.6em;
    color: #FF0000;
}
/*.sbmBtn {
    width: 100%;
    border:none;
    margin:2% 0% 0% 0%;
    padding:3%;
    font-size:1em;
    line-height:1.2em;
    color:#000;
    box-sizing: border-box;
    background-color: #F2F2F2;
    text-align: center;
}*/

textarea {
    width: 100%;
    padding:0.5em;
    border:solid 1px #CCC;
    margin:1% 0% 0% 0%;
    color:#000;
    resize:vertical;
    line-height:1.2em;
    font-family: myText, sans-serif;
    font-size:1em;
    height:35em;
    box-sizing: border-box;
}
.miniarea {
    height:10em;
}
.smallTxtarea {
    height: 8em;
}


.fillit {
    border:none;
    width:20px;
    margin-left:-80px;

}


.mycontact {
    overflow:hidden;
    margin-top:-50px;
}


img{
    max-width: 100%;
    height: auto;
    width: auto\9;
    display:block;
    border:none;
}


.fldName {
    float:left;
    width: 30%;
    overflow: hidden;
    display: flex;
      justify-content: center;
      align-content: center;
      flex-direction: column;
    padding:1em 0 0em 0;
    box-sizing: border-box;

}






.fldName100 {
    float:left;
    width: 100%;
    overflow: hidden;
    display: flex;
      justify-content: center;
      align-content: center;
      flex-direction: column;
    padding:0.3em 0 0.7em 0;
    box-sizing: border-box;

}

#adminCartName, #adminCartInfoName {
    float:right;
    width: 30%;
    padding: 0.6em 0.2em 0.5em 0.2em;
    margin-top: 0 !important;
    font-size: 0.9em;
}
.fldName70 {
    float:left;
    width: 70%;
    overflow: hidden;
    display: flex;
      justify-content: center;
      align-content: center;
      flex-direction: column;
    padding:1em 0 1em 0;
    box-sizing: border-box;

}
.fldCheck {
    padding:1em 0 0em 0;
    width: 30%;
}
.fldNameB {
    float:left;
    width: 70%;
    overflow: hidden;
    display: flex;
      justify-content: center;
      align-content: center;
      flex-direction: column;
    padding:1em 0 1em 0;
    box-sizing: border-box;

}
.fldFld {
    float:left;
    width: 70%;

}


.uppgFld1 {
    float:left;
    width: 30%;
    overflow: hidden;
    display: flex;
      justify-content: center;
      align-content: center;
      flex-direction: column;
    padding:1em 0 0em 0;
    box-sizing: border-box;

}

.uppgFld2 {
     float:left;
    width: 70%;

}

.fldFldSmall {
     width: 39%;
    margin-right: 1%;
}



.fldBtn {
    box-sizing: border-box;
    float:left;
    width: 30%;
     padding:0.8em 0 0.8em 0;
    background-color: rgba(215,74,0, 1);
    margin-top: 0.4em;
    text-align: center;
    color:#FFF;
    border-radius:0.3em;

}

.fldGetadrOne {
     width: 20%;
    margin-right: 1%;
}

.fldGetadrTwo {
     width: 18%;
    margin-right: 1%;
}


.fldInput {
     width: 39%;
    margin-right: 1%;
}
.checkBox {
    width:1.5em;
    height: 1.5em;
    /*border: solid 1px #CCC;*/
    background-color: #FFF;
    background-image: url('/images/uncheckedv2.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0.2em;


}
.cbC {
    background-image: url('/images/ischeckedv2.png');

}


.rcp {
     background-image: url('/images/recalc-plus.png');
    background-size: 40%;
    background-position: center;
    background-color: rgba(60, 170, 55, 0.2);
    margin-left: 5%;


}
.rcm {
     background-image: url('/images/recalc-minus.png');
     background-size: 40%;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.2);
    float: right;
     margin-right: 5%;

}
.rct {
     background-image: url('/images/recalc-trash.png');
    position: relative;
    background-position: center;
    background-size: contain;
    background-color: rgba(255, 15, 7, 0.2);
    height: 1.4em;
    width: 50%;
    float: right;


}


/*.fldBoxBg {
    float:left;

    overflow: hidden;
    display: flex;
      justify-content: center;
      align-content: center;
      flex-direction: column;
    padding:1em;
    box-sizing: border-box;

    margin-top: 0.2em;
}*/

/*.fldFldFull {
    float:left;
    width: 100%;

}*/

/*.fldFullName {
    float:left;
    width: 100%;

}*/
/*.fldFullFld {
    float:left;
    width: 100%;

}*/

.messRed {
    padding: 1em;
    border:solid 1px #FF0000;
    color:#FF0000;
    text-align: center;
}
.messBgRed {
    padding: 1em;
    border:solid 2px #FF0000;
    color:#000;
    background-color: #FFF;
    text-align: center;
}
.messBgRed .aFullButton{
    background-color: #000;
}
.messGreen {
    padding: 1em;
    border:solid 1px #006600;
    color:#006600;
    text-align: center;
}
.messRed .aFullButton {
    margin-top: 0.8em;
    background-color: #F2F2F2;
    border: solid 1px #FF0000;
     color:#FF0000;
}
.messGreen .aFullButton {
    margin-top: 0.8em;
    background-color: #F2F2F2;
    border: solid 1px #006600;
    color:#006600;
}


#cartMessage, #cartMessageMob {
    margin-bottom: 0.4em;

}



@media only screen and (min-width: 1400px){



    .clr_divider {

        width:100vw;
        margin: 4em 0 4em 0;

    }



}