@charset "utf-8";

body{
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    background-color: #ffffff;
    color:#000;
    position:relative;
    min-width: 320px;
}

input, select{
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color:#3d2102;
}

button{
    font-family: 'Open Sans', sans-serif;
}
ul{
    padding:0;
}

a{
    text-decoration:none;
}

.container{
    margin:0 auto;
    width:1000px;
    position:relative;
    background-color:white;

}

.backgroundtop{
    z-index:-1;
    background-color: #572600;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:200px;
}
.backgroundbottom{
    z-index:-1;
    background-color: #572600;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:200px;
}

.head{
    background-color: #572600;
    color: #f1e2cf;
    position: relative;
}
.logo{
    position:absolute;
    bottom: -75px;
    left:395px;
    left: -webkit-calc(50% - 105px);
    left: -moz-calc(50% - 105px);
    left: calc(50% - 105px);
    width:210px;
    height:156px;
    background-image:url('/images/logo.png');
    background-repeat:no-repeat;
    z-index:100;
}

.head .control{
    color:white;
    font-size:14px;
    text-transform:uppercase;
    text-align:right;
    padding:20px 0;
}

.menucontainer{
   height:auto;
   font-size:0;

}

.menu ul{
    display:inline-table;
    padding:5px 0px;
    font-size:16px;
    line-height:18px;
    font-weight:800;
    text-transform:uppercase;
    margin: 0;
}
.menu ul li{
    display:table-cell;
    text-align:center;
    border-right:1px solid #f1e2cf;
    position:relative;
}
.menu ul li:last-child{
    border:none;
}

.menu ul li ul.submenu{
    background-color:#572600;
    line-height:120%;
    position: absolute;
    width: 130px;

    list-style-type:none;
    z-index:110;
    font-size:15px;
}

.menu ul li ul.submenu li{
    border:none;
    text-align:center;
    display:block;
    padding:5px;
}


.leftmenu{
    width: 39%;
}
.rightmenu{
    width: 32%;
    margin-left:210px !important;
}

.menu .language{
    float:right;
    width:75px;
    text-align:right;
}
.menu .language .element{
    display:inline-block;
    margin-left:7px;
    margin-top:4px;
    height:30px;
}

.menu .language .element img{
    height:20px;
    margin-bottom:-5px;
}

.content{
    padding:5px 5px 0 5px;
    -webkit-box-shadow:  0px 0px 25px 0px #333333;
    box-shadow:  0px 0px 25px 0px #333333;
    z-index:10;
}


.foot{
    background-color: #572600;
    color: #f1e2cf;
    font-size:0;
    padding:15px 0px 5px;
    z-index:0;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.foot .contact{
    display:inline-block;
    vertical-align:top;
    width: 25%;
    font-size:14px;
}
.foot .slogen{
    display:inline-block;
    vertical-align:top;
    max-width:500px;
    width: 50%;
    font-size:36px;
    font-weight:700;
    text-align:center;
    text-transform:uppercase;
}
.foot .footlogo{
    display:inline-block;
    vertical-align:top;
    width: 25%;
    min-width: 221px;
    font-size:14px;
    text-align:right;
}


.footer{
    background-color: #572600;
    color: #f1e2cf;
    text-align:center;
    padding:0px 0px 10px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* HOME */

.banner{
    position:relative;
}
.szechenyi{
    position:fixed;
    bottom:0;
    right:0;
    width:250px;
	height:175px;
}
.szechenyi img{
    max-width:100%;
}
.lead{
    width: 100%;
    overflow:hidden;
}

.smallleadcontainer{
    margin:5px 0 0;
    font-size:0;
    text-align: center;
}

.smallleadcontainer .box{
    display:inline-block;
    vertical-align:top;
    margin-right:5px;
    width:244px;
    height:244px;
    line-height:244px;
    font-size:48px;
    font-family: 'Courgette', cursive;
    color: #f1e2cf;
    text-align:center;
    margin-bottom: 5px;
    text-shadow: 0px 0px 1px #000000, 0px 0px 3px #000000, 0px 0px 5px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
}
.smallleadcontainer .box:hover{
    color:black;
    text-decoration:underline;
    text-shadow: 0px 0px 1px #f1e2cf, 0px 0px 3px #f1e2cf, 0px 0px 5px #f1e2cf;
    filter: dropshadow(color=#f1e2cf, offx=0, offy=0);
}

.smallleadcontainer .box:last-child{
    width:243px;
    overflow:hidden;
    margin-right:0;

}
.boxcontainer{
    margin:0;
    font-size:0;
    display:table;
    border-spacing:5px;
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    position:relative;
    left:-5px;
}
.boxcontainer > div{
    display:table-cell;
    vertical-align:top;
    font-size:14px;
    min-height:200px;

    background-color:#dac3af;

}
.boxcontainer .box1{
    width:36%;
}
.boxcontainer .box2{
    width:36%;
}
.boxcontainer .box3{
    width:28%;
    margin-right:0px;
}

.boxcontainer .title{
    font-size: 16px;
    font-weight:800;
    margin:10px;
}

.boxcontainer .text{
    margin:10px;
    padding:0;
    /*text-align:justify;*/
}

.boxcontainer .text img{
    margin:5px 10px;
}

/* INFO */

.info, .productdetail{
    padding:100px 30px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height:300px;
}



/* INFO */

.info{
    /*text-align:justify;*/
    line-height:160%;
    font-weight:400;
}

.pagetitle{
    font-size:24px;
    font-weight:normal;
    text-transform:uppercase;
    margin-bottom:20px;
}


.info p{
    margin:13px 0;
    /*text-align:justify;*/
}


.info img{
    margin:8px;
}
.info table img{
    margin:5px 0;
}
.info table p{
    margin:0 0 13px 0;
}
.info ul{
    margin-left:20px;
    list-style-position: inside;
}
.info ul li{
    margin:9px 0;
}

.info h2.subtitle{
    margin:10px 0 20px;
    text-align:center;
    font-size:20px;
    font-weight: 700;
    width:auto;
}

.info table{
    text-align:left;
}

.infoprice{
    font-size:16px;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
}
.infoprice p{
    text-align:center;
}

.infoprice table{
    text-align:center;
    margin:10px auto;
    border-spacing:0;
    text-transform:none;

}
.infoprice table td{
    padding:5px 10px;
    border-bottom:1px solid black;
    font-size:16px;
    font-weight:400;
}
.infoprice table td p{
    margin:0;
}
.infoprice table td:first-child{
    text-align:left;
}
.infoprice table td:last-child{
    text-align:right;
}
.infoprice table td:first-child p{
    text-align:left;
}
.infoprice table td:last-child p{
    text-align:right;
}

.infoborder{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.infoborder h1{
    background-color: #d7ae86;
    margin:0;
    padding:3px 0;
    font-size:16px;
    font-weight:bold;
    text-align:center;
}
.infoborder .text{
    padding:10px;
    border:1px solid #d7ae86;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.infoborder .text table img{
    margin:0;
}

/* PRODUCT */

.productContainer{
    text-align:center;
    padding-top:85px;
    padding-bottom:50px;
}
.productContainer .pagetitle{
    margin-top:20px;
    margin-left:30px;
    text-align:left;
}

.product{
    display:inline-block;
    width: 49%;
    max-width: 320px;
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
    vertical-align:top;
}
.product:hover{
    text-decoration:underline;
}
.product .image{
    height:85px;
}
.product .country{
    font-size:20px;
    font-weight:bold;
}
.product .name{
    font-size:20px;

}
.product .price{
    font-size:16px;
    margin-top:8px;

}
.product .oldprice{
    font-size:14px;
    text-decoration:line-through;
    color:red;
}
.product .special{
    font-size: 14px;
    font-weight:bold;
    text-transform:uppercase;
}

.productdetail .producthead{
    width: 25%;
    min-width: 100px;
    display:inline-block;
    vertical-align:top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 50px;
}

.productdetail .producthead .image img{
    width: 100%;
    height: auto;
    max-width: 150px;
}


.productdetail .producthead h1.productname{
    font-size:22px;
    font-weight:bold;
    margin:5px 0;
    text-transform:uppercase;
}
.productdetail .producthead h2.productname{
    font-size:18px;
    font-weight:normal;
    margin:5px 0;
}
.productdetail .producthead h3.productname{
    font-size:16px;
    font-weight:bold;
    text-transform:uppercase;
    margin:5px 0;
}
.productdetail .imagescont{
    margin-top:35px;
}
.productdetail .images{
    margin-bottom:20px;
}

.productdetail .description{
    width: 50%;
    min-width: 250px;
    display:inline-block;
    vertical-align:top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 50px;
    /*text-align:justify;*/
}
.productdetail .order{
    width: 24%;
    display:inline-block;
    vertical-align:top;
    background-color:#f1e2cf;
    border:1px solid #d7ae86;
    padding:10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.productdetail .ui-widget-content{
    border:1px solid #d7ae86;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    height:23px;
    margin-left:5px;
}

.productdetail .qty{
    width:30px;
}

.productdetail .pdprice{
    font-weight:600;
    font-size:18px;
    margin-left:5px;
}


.productdetail button{
    background-color:#b47c69;
    color:#000000;
    display:inline-block;
    text-transform:uppercase;
    font-size:14px;
    font-weight:bold;
    height:29px;
    line-height:25px;
    padding:0 14px;
    border:1px solid #9a4d41;
    cursor:pointer;
}

.productdetail .otitle{
    font-size:18px;
    font-weight:600;
    text-align:center;
    margin-bottom:15px;
}

.productdetail .order{
    font-size:13px;
}
.productdetail .row{
    margin-bottom:15px;

}
.productdetail .submitrow{
    text-align:center;
}
.productdetail .row .label{
    display:inline-block;
    width:87px;
    font-weight:600;
    vertical-align:top;
}
.productdetail .row .item{
    display:inline-block;
    width:148px;
}

.productdetail .row .label .moreinfo{
    display:inline-block;
    vertical-align:top;
    width:13px;
    height:14px;
    background-image:url('/images/moreinfo.png');
    background-repeat:no-repeat;
}

/* SEARCH */

.hitlist{}

.hitlist .hit{
    margin:25px 0;
}

.hitlist .hittitle{
    font-size: 16px;
    margin-bottom:9px;
    font-weight:bold;
}
.hitlist .hittext{
    text-align:justify;
}
.hitlist .hittext span{
    color:white;
    background-color:#3d2102;
    padding:0px 1px;
}

/* CHECKOUT */

.checkoutstep{
    margin:0;
    padding:0;
    display:table;
    border-spacing:5px;
    /*width:100%;*/
}
.checkoutstep li{
    display:table-cell;
    background-color:#343434;
    padding: 4px 10px;
    font-size:16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align:Center;
    width:155px;
}

.checkoutstep li.inactive{
    background-color:#C0C0C0;
    color:#444;
}

.checkoutstep li.active{
    background-color:#ff6d00;
    color:#444;
}

.checkout{
    display:table;
    margin:5px auto 30px;
    width: 100%;
    max-width: 800px;
}

.checkout .headrow, .checkout .row, .checkout .sumrow{
    display:table-row;
}

.checkout .headrow .cell, .checkout .row .cell, .checkout .sumrow .cell{
    display:table-cell;
}

.checkout .headrow .cell{
    background-color:#343434;
    padding: 5px 10px;
    font-size:15px;
    font-weight:400;
    color:white;
}

.checkout .row .cell{
    padding: 5px 10px;
    border-bottom:1px solid #343434;
    vertical-align:middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.checkout .row .cell .image{

}

.checkout .row .image{
    text-align:center;
}

.checkout .row .image img{
    width:50px;
}

.checkout .row .qty, .checkout .headrow .qty{
    text-align:center;
    width:50px;
}
.checkout .row .number, .checkout .headrow .number, .checkout .sumrow .number{
    text-align:right;
    width:90px;
}
.checkout .row .cell .image a img{
    max-width: 60px;
    max-height: 60px;
    margin:0;
}
.checkout .row .operation{
    text-align:right;
}

.checkout .sumrow .cell{
    padding: 3px 10px;
    font-size:15px;
    background-color:#343434;
    font-weight:400;
    color:white;
}
.checkout .spinner{
    width:20px;
    text-align:center;
    font-size:14px;
}

.checkout .del{
    display:inline-block;
    background-color:#E94949;
    color:white;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding:3px 7px;
    font-weight:bold;
    cursor:pointer
}

.checkoutbutton{
    background: #c42e9f;

    color:white;
    display:table;
    font-size:14px !important;
    font-weight:bold;
    text-align:center;
    line-height:24px;
    width:140px;
    border:1px solid #c42e9f;
    margin:10px auto;
    padding:0 !important;

}

.checkoutwarning{
    display:block;
    text-align:center;
    font-size:16px;
    padding:3px 20px;
    background-color:#E94949;
    color:white;
    margin:10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-weight:600;
}

.checkoutlogin .box{
    width:298px;
    border:1px solid #99D1F9;
    padding:10px;
    float:left;
    margin:20px;
}

.checkoutlogin .title{
    background-color:#99D1F9;
    padding: 4px 10px;
    font-size:16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom:15px;
}

.checkoutlogin .box .loginrow{

}
.checkoutlogin .box .loginrow .label{
    float:left;
    width:100px;
    line-height:30px;

}
.checkoutlogin .box .loginrow .item{
    float:left;
    width:180px;
    padding:4px 0;
}
.checkoutlogin .box .loginrow .item input{
    border: 1px solid #336699;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width:180px;
    padding:2px 6px;
    font-weight:600;
}

.orderdata{
    border:1px solid #99D1F9;
    padding:20px;
    margin:20px;
}

.orderdata .row{
    clear:both;
    overflow:hidden;
}
.orderdata .row .title{
    background-color:#99D1F9;
    padding: 4px 10px;
    font-size:16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom:15px;
}

.orderdata .row .radio{
    width:40px;
    float:left;
    margin:10px 0;
    padding-left:20px;
}
.orderdata .row .radiotext{
    width:500px;
    float:left;
    margin:10px 0;
}

.orderdata .row .label{
    width:140px;
    float:left;
    margin:5px 0;
    padding-left:20px;
}
.orderdata .row .item{
    width:400px;
    float:left;
    margin:5px 0;
}

.checkouterror{
    color:red;
    text-align:Center;
    margin:5px 0;
    font-weight:bold;
}
.error{
    background-color:red;
    color:white;
    text-align:Center;
    margin:5px 0;
    padding:5px;
    font-weight:bold;
}
.foxpostchoose{
    background-color: #b47c69;
    color: #000;
    padding: 4px 30px;
    font-size: 14px;
    border: 1px solid #7f1e19;
    display: table;
    margin: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
    cursor:pointer;
}
.couponapply{
    background-color: #b47c69;
    color: #000;
    padding: 4px 30px;
    font-size: 14px;
    border: 1px solid #7f1e19;
    margin: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
    cursor:pointer;
}
span.foxpost{
    font-weight:bold;
}

.coupon{
    text-align:center;
    margin-bottom:40px;
}
.coupon .item{
    margin:10px 0;
}
.coupon .formText{
    border: 1px solid #d7ae86;
  width: 200px;
  padding: 4px 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
}

.emptycart{
    text-align:right;
    max-width: 800px;
    width: 100%;
    margin:0 auto;
}


.shipmentcont{
    text-align:center;
    font-size:16px;
    max-width:400px;
    width: 100%;
    overflow:hidden;
    background-color:#f1e2cf;
    border:1px solid #d7ae86;
    margin:20px auto;

}
.shipmentcont .stitle{
    margin-bottom:30px;
    background-color: #d7ae86;
    font-weight: 600;
    padding: 1px 10px;
    text-transform: uppercase;
}
.shipmentcont .sitem{
    display:table;
}
.shipmentmode{
    display:table-row;
    font-size:14px;
}
.shipmentmode .item, .shipmentmode .label{
    display:table-cell;
}
.shipmentcont .label{
    width:350px;
    text-align:left;
}
.shipmentcont .item{
    width:40px;
}
.shipmentcont select{
    border: 1px solid #343434;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width:300px;
    padding:2px 6px;
    font-weight:400;
}

/* REGISTER */

.registerform{
    margin:0px auto;
    width: 100%;
    max-width: 500px;
    background-color:#f1e2cf;
    border:1px solid #d7ae86;
}

.registerform .regtitle{
    text-align:center;
    font-weight:Bold;
    font-size:20px;
}

.registerform .formRow{
    margin:0 auto 15px;
    overflow: hidden;
}

.registerform .formRow_error{
    -webkit-border-radius: 2px;
    border-radius: 2px;
    /*border:1px solid #3D2102;*/
    padding:2px 0;
}

.registerform .formRow.formType_text, .registerform .formRow.formType_password{
    max-width: 370px;
}

.registerform .formRow .formLabel{
    float:left;
    width: 120px;
    font-weight:600;
    text-align:right;
    padding:2px 10px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.registerform .formRow .formItem{
    float:left;
    width: 240px;
}
.registerform .formRow .formTip:before{
    content:  'i';
}
.registerform .formRow .formTip{
    float:left;
    width: 25px;
    margin-left:10px;
    width:24px;
    height:24px;
    color:white;
    background-color:#6F6553;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align:center;
    font-size:18px;
    font-weight:bold;
    margin-top:4px;
}

.registerform .formRow .formItem input[type=text], .registerform .formRow .formItem input[type=password]{
    border: 1px solid #d7ae86;
    width: 95%;
    padding:4px 6px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-weight:400;
}

.registerform .formRow .formItem textarea{
    border: 1px solid #d7ae86;
    width:228px;
    height:150px;
    padding:4px 6px;
    font-weight:400;
    color:inherit;
    font-weight:inherit;
}

.registerform .formRow .formItem select{
    border: 1px solid #888;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width:350px;
    padding:4px 6px;
    font-weight:400;
}

.registerform .formType_info .formLabel{
    float:none;
    color:white;
    background-color:#d7ae86;
    padding: 1px 10px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-size:16px;
    display: block;
    text-transform:uppercase;
    text-align:center;
    width: 100%;
    color:#000;
}
.registerform .formType_info .formItem{
    width:0;
    display:none;
}

.registerform .formType_check .formLabel{
    float:right !important;
    padding: 4px 0px;
    width:360px;
    text-align:left;

}
.registerform .formType_check .formItem{
    width:0;
    width:30px !important;
    float:right !important;
    padding-top:5px;
}
.registerform .warning{
    clear:both;
    padding-left: 142px;
    color:#E94949;
    text-align:left;
    font-size:13px;
}

.registerform .formRow .formItem .formText{
    font-weight:600;
    padding:2px;
}

.registerform .formSubmitRow{
    text-align:center;
    margin:20px 0;
}

.registerform button{
    background-color:#b47c69;
    color:#000;
    padding: 4px 30px;
    font-size:16px;
    border: 1px solid #7f1e19;
    display:table;
    margin:20px auto;
    font-weight:600;
    text-transform:uppercase;
}

.registerform a{
    text-decoration:underline;
}

.forgottenpass a{
    display:block;
    text-align:center;
}

.messagesent{
    width:400px;
    line-height:31px;
    font-size:18px;
    text-transform:uppercase;
    background-color:#6FE46D;
    color:white;
    font-weight:bold;
    text-align:center;
    margin:5px auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


.clr{
    clear: both;
}

.popupcontainer{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    overflow:auto;
    z-index:10000;
    text-align:center;
}
.popupcontainer .fade{
    background-color:rgba(0, 0, 0, 0.5);
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;

}
.popupcontainer .popup{
    margin:0 auto;
    position:relative;
    width:80%;
    height:90%;
    top:5%;
    background-color:white;
    z-index:10001;
}
.hide{
    display:none;
}

@media only screen and (max-width: 1020px) {
    .container, .menu, .lead .slide img{
        width: 100%;
    }

    .head, .footer, .foot{
        padding-left: 10px;
        padding-right: 10px;
    }

    .smallleadcontainer .box:nth-of-type(3){
        margin-right: 0px;
    }

    .info, .productdetail{
        padding: 100px 0px 60px;
    }

    .info .text img{
        max-width: 100%;
        height: auto !important;
    }

    .info:not(.infoprice) .text table{
        width: 100% !important;
    }

    #cssmenu ul{
        width:100%;
        display:none;
        position: absolute;
        top: 35px;
        z-index: 1001;
        background-color: #008dd2;
        margin: 0;
        left: 0;
        right: 0;
    }

    #cssmenu ul li{
        width:100%;
        border-top:1px solid #fff;
    }

    #cssmenu ul li:hover{
        background:#6F6F6E;
    }

    #cssmenu ul ul li,#cssmenu li:hover > ul > li{
        height:auto;
    }

    #cssmenu ul li a,#cssmenu ul ul li a{
        width:100%;
        border-bottom:0;
    }

    #cssmenu > ul > li{
        float:none;
    }

    #cssmenu ul ul li a{
        padding-left:25px;
    }

    #cssmenu ul ul li{
        background:#333!important;
    }

    #cssmenu ul ul li:hover{
        background:#6F6F6E!important;
    }

    #cssmenu ul ul ul li a{
        padding-left:35px;
    }

    #cssmenu ul ul li a{
        color:#ddd;
        background:none;
    }

    #cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{
        color:#fff;
    }

    #cssmenu ul ul,#cssmenu ul ul ul{
        position:relative;
        left:0;
        width:100%;
        margin:0;
        text-align:left;
    }

    #cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{
        display:none;
    }

    #cssmenu{
        color:#ddd;
        width: 100%;
        height: 35px;
        position: static;
    }

    .responsive-button{
        width: 60px;
        height: 100%;
        position: relative;
        right:0;
        top: 0;
        cursor:pointer;
        z-index: 12399994;
    }

    .responsive-button:after{
        position:absolute;
        top:16px;
        right:20px;
        display:block;
        height:4px;
        width:20px;
        border-top:2px solid #fff;
        border-bottom:2px solid #fff;
        content:'';
    }

    .responsive-button:before{
        -webkit-transition:all .3s ease;
        -ms-transition:all .3s ease;
        transition:all .3s ease;
        position:absolute;
        top:10px;
        right:20px;
        display:block;
        height:2px;
        width:20px;
        background:#fff;
        content:'';
    }

    .responsive-button.menu-opened:after{
        -webkit-transition:all .3s ease;
        -ms-transition:all .3s ease;
        transition:all .3s ease;
        top:17px;
        border:0;
        height:2px;
        width:19px;
        background:#fff;
        -webkit-transform:rotate(45deg);
        -moz-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
        -o-transform:rotate(45deg);
        transform:rotate(45deg);
    }

    .responsive-button.menu-opened:before{
        top:17px;
        background:#fff;
        width:19px;
        -webkit-transform:rotate(-45deg);
        -moz-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
        -o-transform:rotate(-45deg);
        transform:rotate(-45deg);
    }

    #cssmenu .submenu-button{
        position:absolute;
        z-index:99;
        right:0;
        top:0;
        display:block;
        border-left:1px solid #444;
        height:46px;
        width:46px;
        cursor:pointer;
    }

    #cssmenu .submenu-button.submenu-opened{
        background:#262626;
    }

    #cssmenu ul ul .submenu-button{
        height:34px;
        width:34px;
    }

    #cssmenu .submenu-button:after{
        position:absolute;
        top:22px;
        right:19px;
        width:8px;
        height:2px;
        display:block;
        background:#ddd;
        content:'';
    }

    #cssmenu ul ul .submenu-button:after{
        top:15px;
        right:13px;
    }

    #cssmenu .submenu-button.submenu-opened:after{
        background:#fff;
    }

    #cssmenu .submenu-button:before{
        position:absolute;
        top:19px;
        right:22px;
        display:block;
        width:2px;
        height:8px;
        background:#ddd;
        content:'';
    }

    #cssmenu ul ul .submenu-button:before{
        top:12px;
        right:16px;
    }

    #cssmenu .submenu-button.submenu-opened:before{
        display:none;
    }

    #cssmenu ul ul ul li.active a{
        border-left:none;
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{
        border-top:none
    }

}

@media only screen and (max-width: 920px) {
    .foot>div{
        width: 100% !important;
        text-align: center !important;
        margin: 0 auto 10px;
        display: block !important;
    }

}

@media only screen and (max-width: 825px) {
    .head{
        padding-bottom: 65px;
    }

    .head .control{
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .smallleadcontainer .box:nth-of-type(3){
        margin-right: 5px;
    }

    .smallleadcontainer .box:nth-of-type(2){
        margin-right: 0px;
    }

    .foot .slogen{
        font-size: 26px;
    }

    .boxcontainer>div{
        width: 100% !important;
        display: block;
        min-height: auto;
    }

    .boxcontainer>div>.text{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        margin: 10px 0;
    }

    .boxcontainer .text img{
        margin: 0;
        max-width: 100%;
    }

    .boxcontainer .box1 .text img{
        margin: 0 0 10px 10px;
    }

    .boxcontainer .box2 .text p{
        text-align: center !important;
    }

    .productdetail .order{
        width: 50%;
        margin: 15px auto;
        max-width: 500px;
        display: block;
    }

    .productdetail .description{
        width: 74%;
        padding-right: 0;
    }

    .contactTable td{
        width: 100% !important;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .contactTable td iframe{
        width: 100% !important;
    }
    .banner .szechenyi{
        width:200px;
    }
}

@media only screen and (max-width: 600px) {
    .info:not(.infoprice) .text table td{
        display: block;
        width: 100% !important;
        text-align: center;
        padding: 0;
    }

    .checkout .headrow {
		display: none;
	}

	.checkout .row .cell, .checkout .sumrow .cell{
		display: block;
        text-align: left;
        padding: 5px 0;
        width: 100%;
        text-align: center;
        border-bottom: none;
	}

    .checkout .row, .checkout .sumrow{
        display: block;
        border-bottom:1px solid #343434;
    }

    .sumrow .cell:not(.number){
        display: none;
    }

	.checkout .cell:before {
		content: attr(data-label);
		font-weight: bold;
		display: block;
		width: 100%;
        vertical-align: middle;
        text-align: center;
	}

    .checkout .row .image img{
        max-width:100%;
        max-height:100%;
        width: auto;
    }

    .emptycart{
        text-align: center;
    }
    nav.menu ul{
        display:block;
    }
    nav.menu ul{
        display:none;
        width:100%;
        margin: 0 !important;
        padding:0;
    }
    nav.menu ul li{
        display: block;
        border:none;
        padding:5px 0;
    }
    .menu ul li ul.submenu{
        display:block !important;
        position:relative;
        font-size:13px;
        width:100%;
        padding:5px 0;
    }
    .menu ul li ul.submenu li{
        padding:2px 0;
    }
    .responsive-menu{
        font-size:17px;
        font-weight:bold;
        text-transform:uppercase;
        text-align:center;
        cursor:pointer;
    }

}

@media only screen and (max-width: 515px) {
    .smallleadcontainer .box{
        margin-right: 0 !important;
        width: 100% !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 110px;
        line-height: 110px;
        font-size: 35px;
    }

}

@media only screen and (max-width: 470px) {
    .registerform .formRow .formLabel, .registerform .formRow .formItem{
        float: none;
        width: 100%;
        text-align: center;
    }

    .registerform .formType_check .formLabel{
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
    }

    .info table{
        width: 100% !important;
        border-spacing: 0;
        border-collapse: collapse;
    }

    .infoprice table td{
        width: 100% !important;
        max-width: 120px;
    }

    .productdetail .description{
        width: 100%;
        display: block;
    }

    .productdetail .producthead{
        display: block;
        margin: 0 auto 15px;
        text-align: center;
        width: 175px;
    }

}

@media only screen and (max-width: 400px) {
    .banner .szechenyi{
        width:140px;
    }

}
