@font-face {
  font-family: OpenSans;
  src: url(/fonts/OpenSans-Regular.ttf);
}

@font-face {
  font-family: OpenSans;
  src: url(/fonts/OpenSans-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: OpenSans;
  src: url(/fonts/OpenSans-Italic.ttf);
  font-style: italic;
}

@font-face {
  font-family: OpenSans;
  src: url(/fonts/OpenSans-BoldItalic.ttf);
  font-weight: bold;
  font-style: italic;
}

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    src: url('/fonts/fontawesome.ttf');
}



TD.menu {
	padding: 0px 10px 0px 10px;
	white-space: nowrap;
	cursor: pointer;
}



html { height: 100%; min-height: 100%; margin:0px; padding:0px}

body {COLOR: #000000; font-family: OpenSans, Verdana, Arial, Helvetica; font-size: 13px; min-height: 100%; margin: 0px; padding:0px 0px 250px 0px; box-sizing: border-box; background-color: #ffffff; position: relative; }
table {COLOR: #6d6e71;  font-size: 13px; }

a {COLOR: #FE7126; font-weight: normal; text-decoration: underline; }
a:hover {COLOR: #FE7126; font-weight: normal; text-decoration: none; }

header { padding: 10px 40px 0px 200px; margin: 0px auto 0px auto; width: 100%; max-width: 1400px; height: 160px; overflow: hidden; position: relative; box-sizing: border-box; text-align: right; }

#logo { position: relative; display: block; height: calc(100% - 5px);  }

nav { position: relative; display: block; width: 100%; text-align: center; padding: 5px 0px; box-sizing: border-box;  background: #FFF6E4; margin: 0px auto; max-width: 1400px; }


nav ul { list-style: none; margin: 0; padding: 0;  }
nav ul li { display: inline-block; vertical-align: middle; margin: 0px 10px; }
nav ul li a { text-decoration: none; color: #333333; font-weight: bold; font-size: 14px; }
nav ul li a:hover { text-decoration: none; color: #FE7126; font-weight: bold; }

header img.icon { height: 30px; vertical-align: middle; margin: 0px 5px; }

main { padding: 20px 40px; margin: 0px auto; width: 100%; max-width: 1400px; position: relative; box-sizing: border-box; background-color: rgba(255, 255, 255, 0.8); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }


main div.leftpage {

    display: inline-block;
    width: 200px;
    vertical-align: top;
    margin: 0px 50px 0px 0px;

}

main div.leftpage div.filter {

    display: block;
    margin: 5px 0px;

}

main div.leftpage h3 { text-align: left; background: #FFF0E8; padding: 10px; text-transform: uppercase; }

main div.rightpage {

    display: inline-block;
    width: calc(100% - 250px);
    vertical-align: top;

}



footer {

    position: absolute;
    height: 150px;
    width: 100%;
    color: white;
    font-size: 16px;
    bottom: 0;
    left: 0;
    background: #FE7126;
    box-sizing: border-box;
    padding: 20px;



}

footer a {

    color: white;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin: 0px 20px;

}

footer a:hover {

    color: white;
    font-weight: bold;

}

footer div.inner {

    width: 100%;
    max-width: 1400px;
    margin: 0px auto;

}

footer div.links, footer div.contacts {

    display: inline-block;
    vertical-align: bottom;
    text-align: left;

}

footer div.links {

    width: 70%;

}

footer div.contacts {

    width: 25%;

}


footer div.copyright {

    width: 100%;
    display: block;
    text-align: left;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid white;
    text-transform: uppercase;

}


div.buttons {

    width: 100%;
    margin: 40px 0px 0px 0px;
    text-align: center;

}

div.icongender {

    display: inline-block;
    vertical-align: top;
    margin: 10px;
    min-width: 120px;
    max-width: 400px;
    width: 30%;
    text-align: center;

}

div.icongender img {

    width: 100%;
    margin-bottom: 20px;

}

div.icongender a {

    color: #333333;
    font-size: 20px;
    text-decoration: none;

}

a.iconage {

    display: inline-block;
    vertical-align: top;
    margin: 10px;
    color #FE7126;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 30px;
    border: 1px solid #FE7126;
    border-radius: 10px;
}


div.pricetableitem {

    display: inline-block;
    vertical-align: top;
    margin: 10px;
    min-width: 120px;
    max-width: 400px;
    width: 30%;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    border: 3px solid #FE7126;
    border-radius: 20px;

}


div.pricetableitem img {

    width: 100%;
    margin-bottom: 20px;

}

div.pricetableitem a {

    color: #333333;
    font-size: 20px;
    text-decoration: none;

}

div.lineitem {

    display: inline-block;
    vertical-align: top;
    margin: 10px;
    min-width: 80px;
    max-width: 330px;
    width: calc(33% - 21px);
    text-align: left;
    padding: 0px;
    box-sizing: border-box;
    position: relative;

}

div.lineitem img { margin: 0 0 10px 0; border: 1px solid #FE7126; border-radius: 20px; width: 100%; }

div.lineitem a { color: #333333; font-weight: bold; font-size: 15px; text-decoration: none; display: block; line-height: 1; margin-bottom: 10px; }

div.logocontainer {position: absolute; width: 100%; max-width: 100px; top:10px; left: 10px;}
div.new {text-align: center; margin: 0px 3px 3px 0px; padding: 6px 0px; color: white; font-weight: bold; font-size: 11px; background: #008000;  border-radius: 13px; }
div.action {text-align: center; margin: 0px 3px 3px 0px; padding: 6px 0px; color: white; font-weight: bold; font-size: 11px; background: #ff0000;  border-radius: 13px;}
div.best {text-align: center; margin: 0px 3px 3px 0px; padding: 6px 0px;  color: white; font-weight: bold; font-size: 11px; background: #196fc6;  border-radius: 13px;}

p.price {color: #FE7126; text-align: left; font-size: 17px; font-weight: normal; margin: 0px; }
p.price s {color: black; font-size: 13px; }


main div.card div.leftpage {

    width: 350px;
    text-align: center;

}

main div.card div.rightpage {

    width: calc(100vw - 400px);

}


img.roundedimage {

    margin: 0 0 10px 0; border: 1px solid #FE7126; border-radius: 20px; width: 100%;

}

img.roundedimage2 {

    margin: 5px; border: 1px solid #FE7126; border-radius: 20px; width: 50px;

}


span.ordername {font-weight: bold; color: #FE7126; font-size: 14px; }
#totalprice {font-weight: bold; color: #FE7126; font-size: 18px; }

#changepasswordform {

    width: 900px;
    margin: 10px;
    max-height: 0px;
    overflow: hidden;
    transition: 0.5s;

}

#changedataform {

    width: 900px;
    margin: 10px;
    max-height: 0px;
    overflow: hidden;
    transition: 0.5s;

}


p {COLOR: #000000; text-align: left;  font-size: 13px; margin: 15px 5px 15px 5px; line-height: 1.5;}

p.galery {text-align: center; font-weight: bold;   font-size: 10px; margin: 2px 2px 2px 2px; }

p.j {COLOR: #000000; text-align: justify;  font-size: 14px; margin: 10px 5px 10px 5px; line-height: 1.5;}
p.l {COLOR: #FE7126; text-align: left;  font-size: 14px; font-weight: bold; margin: 10px 5px 10px 5px; line-height: 1.5; }
p.c {COLOR: #FE7126; text-align: center; font-size: 16px; font-weight: bold; margin: 15px 5px 15px 5px; line-height: 1.5; }
p.r {COLOR: #FE7126; text-align: right;  font-size: 13px; font-style: italic; margin: 10px 5px 10px 5px; line-height: 1.5;}



p.info {COLOR: #808080; text-align: left; font-size: 15px; font-weight: normal; margin: 10px 5px 10px 5px; }

a.menumain {COLOR: #FE7126; font-weight: normal; font-size: 14px;  text-decoration: none; text-transform: uppercase; }
a.menumain:hover {COLOR: #FF0000; font-size: 14px;  font-weight: normal; text-decoration: none; text-transform: uppercase;}


a.pages { COLOR: #FE7126; font-size: 10px; text-decoration: underline; font-weight: normal; }
a.pages:hover { COLOR: #FE7126; font-size: 10px; text-decoration: none; font-weight: normal; }



ul {margin: 10px 0px 0px 25px; padding: 0px 0px 0px 2px}
li { COLOR: #806080; text-align: left;  font-weight: normal; font-size: 12px; margin: 0px 0px 0px 15px; }


div.pages {COLOR: #000000; text-align: right;  font-size: 10px; margin: 2px 2px 8px 2px; font-weight: bold;}

img.section { border-style: none; border-width: 0px; border-color: #ffffff; }

img.gal { border-style: solid; border-width: 5px; border-color: #d1d3d4; }




HR {
   color:            #FE7126;
   background-color: #FE7126;
   height:           1px;
   border-width:     0px;
   padding:          0px;
   margin:           10px 0px 10px 0px;
   width:            99%; 		
}



h1 {
	COLOR: #FE7126;
	font-size: 24px;
   	margin: 30px 0px 20px 0px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;

    }

  


h2 {
	COLOR: #FE7126;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0px 5px 0px;
}	


h3 {
	COLOR: #FE7126;
	font-size: 14px; 
	font-weight: bold;
   	margin: 10px 5px 10px 5px;
	text-align: left;
	}

h4 {
	COLOR: #FE7126;
	font-size: 13px; 
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
   	margin: 5px 0px 20px 0px;
    }


SELECT, INPUT {
   color:            black;
   background-color: #FFFFFF;
   width:            250px;
    max-width: 75%;
   height:           30px;
   font-size:        15px;
   font-weight:      normal;
   border:      1px solid #999999;
    padding: 0px 10px;
    margin: 10px;
    border-radius: 10px;
}

INPUT.search {

    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0px 0px 0px 40px;
    vertical-align: middle;
    background-image: url("/images/search.svg");
    background-position: 10px 50%;
    background-size: auto 15px;
    background-repeat: no-repeat;
    max-width: calc(100% - 150px);
}

SELECT.short {width: 60px; margin: 10px 0px 10px 10px; }
INPUT.short {width: 20px; margin: 0px; }

INPUT.box {
   color:            #FE7126;
   background-color: #FFFFFF;
   width:            15px;
   height:           15px;
}

   
    
INPUT.button {
   color:            #ffffff;
   background:       #FE7126;
   width:            125px;
   height:           32px;
   font-size:        20px;
   font-weight:      bold;
   cursor: pointer;
    border-radius: 10px;
}



    
INPUT.button2 {
   color:            #ffffff;
   background:       #FE7126;
   width:            25px;
   height:           25px;
   font-size:        11px;
   font-weight:      bold;
   border:    0px none white;
   text-align: center;
   cursor: pointer;
    padding: 0px;

}

INPUT.button2:hover {
   background: #FE7126;
}




TEXTAREA {
   color:            #FE7126;
   background-color: #FFFFFF;
   width:            250px;
   height:           100px;
   padding: 10px;
   box-sizing: border-box;
    font-size:        15px;
    font-weight:      normal;
    border:      1px solid #999999;
    margin: 10px;
    border-radius: 10px;

}
    

#topmenumobile, #topmenumobilesmall  {display: none; }

@media screen and (max-width: 1000px) {

    img.section {
        max-width: 33%;
    }

    div.pricetableitem {

        width: calc(50% - 25px);


    }

}

@media screen and (max-width: 40.5em) {
  
  body { font-size: 13px; padding: 0px;  }

    header { padding: 10px; margin: 0px; width: 100%; height: 80px; overflow: hidden; position: relative; box-sizing: border-box; text-align: right; }

    header img.icon { height: 20px; vertical-align: middle; margin: 0px 5px; }

    #topmenumobile, #topmenumobilesmall  {display: block; }


    div.pricetableitem {

        width: 100%;


    }


    div.pricetableitem a.title, div.lineitem  a {

        font-size: 12px;

    }


    main div.leftpage {

        display: block;
        width: 100%;
        margin: 0px 0px 30px 0px;
        overflow: hidden;
        max-height: 0px;
        transition: 0.5s;
    }

    main div.card div.leftpage {

        display: block;
        width: 100%;
        margin: 0px 0px 30px 0px;
        max-height: 1000px;

    }




img.roundedimage {

        width: 90%;

    }

    main div.leftpage div.filter {

        display: inline-block;
        margin: 10px;

    }

    main div.leftpage h3, main div.card div.rightpage  h3 { text-align: left; }


    main div.rightpage, main div.card div.rightpage {

        display: block;
        width: 100%;
        margin: 0px;
        text-align: center;

    }


    div.lineitem {

        width: calc(50% - 20px);

    }


    input, TEXTAREA {margin: 2px;}
  
  h1, h2, h3, p.price, p.price2, p.price3, p.price4, p.price5, p.price6, p.info {text-align: center; } 
  
    
  img.gal1 {
    max-width: 100%;
  }
  
  img.smallimage {
    max-width: 50%;
  }
  
  
  img.bigimage {
    max-width: 100%;
  }
  
  img {
    max-width: 100%;
  }

    #topmenumobile {position: fixed; top: 0px; left: -330px; width: 320px; height: 100%; z-index: 200; background: #FFF6E4; border-right: 2px solid #e8e8e8; overflow-y: auto; -moz-transition:  0.2s linear; -ms-transition: 0.5s linear; -o-transition: 0.5s linears; -webkit-transition: 0.5s linears; transition: 0.5s linear; }

    #topmenumobilesmall { display: block; visibility: visible; position: fixed; top: 0px; left: 0px; width: 30px; height: 26px; margin: 5px; z-index: 100; }

    #topmenumobilesmall a { color: #333333; font-family: FontAwesome; text-decoration: none; font-size: 25px; }

    #topmenumobile a.icon { display: inline-block; vertical-align: middle; font-family: FontAwesome; font-size: 50px; color: black; margin: 0px 0px 0px 15px; text-decoration: none;}

    #topmenumobilesmallblack { float: right; width: 30px; height: 26px; margin: 5px; }

    #topmenumobilesmallblack a { color: black; font-family: FontAwesome; text-decoration: none; font-size: 25px; }

    nav {

        margin: 0px;
        padding: 0;
        width: 100%;
        display: block;

    }



    .menu-item {
        width: 280px;
        position: relative;
    }

    .menu-item h4 {
        color: black;
        font-size: 18px;
        font-weight: bold;
        margin: 5px 0px;
        padding: 0px 60px 0px 10px;
        max-width: 280px;
        background: none;
        text-align: left;
        -webkit-transition: 1s ease; -moz-transition: 1s ease; -o-transition: 1s ease; -ms-transition: 1s ease; transition: 1s ease;

    }


    .menu-item h4 a {
        color: black;
        display: block;
        text-decoration: none;
        font-weight: bold;
        font-size: 18px;
        -webkit-transition: 1s ease; -moz-transition: 1s ease; -o-transition: 1s ease; -ms-transition: 1s ease; transition: 1s ease;
    }

    .menu-item ul {
        color: black;
        font-size: 16px;
        font-weight: bold;
        /*  max-height: 0px;*/
        list-style-type: none;
        /*  overflow: hidden;*/
        padding: 0px;
        text-align: left;
        margin: 0px 0px 0px 20px;
        max-width: 280px;


        -webkit-transition: max-height 1s ease;
        -moz-transition: max-height 1s ease;
        -o-transition: max-height 1s ease;
        -ms-transition: max-height 1s ease;
        transition: max-height 1s ease;

    }

    .menu-item ul a {
        text-align: left;
        margin-left: 0px;
        text-decoration: none;
        color: black;
        font-size: 16px;
        font-weight: bold;
        display: block;
        width: 280px;
    }


    footer {

        width: 100%;
        color: white;
        font-size: 15px;
        box-sizing: border-box;
        padding: 20px;
        height: auto;
        position: relative;

    }

    footer:before {

        display: none;

    }


    footer div.links, footer div.contacts {

        width: 100%;
        display: block;
        text-align: center;
        margin: 10px 0px;

    }



}

@media screen and (max-width: 20.5em) {

    div.lineitem {

        width: 90%;
        margin: 10px 0px;

    }


}