
body{
    padding: 80px 0 80px 0;
    font-family: "Times New Roman", Times, serif;
    font-size: 24px;
}

input, textarea, select, button{
    font-family: "Times New Roman", Times, serif;
    font-size: 24px;   
}

#wrapper{
	position: fixed;
    top: 0px;
    width: 100%;
    left: 0;
    right: 0;
    /*margin: 0 auto;*/
    height: 80px;
    background: #fff;
}

.container{
    width: 100%;
    max-width: 1100px;
    position: relative;  
    margin: 0 auto;
}

.label-place{
	width: 100%;
    max-width: 1100px;
    margin: 30px auto;
}

table{
	width: 100%; 
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	border-collapse: collapse;
    width: 100%;
}


#table-top {
    font-size: 17px;
    position: fixed;
    width: 1100px;
}

#table-top td{
    background-color: #cecece;
   /* border: 1px solid #fff;*/
}


td{
	border:1px solid #ccc;
	padding: 10px;
}
/*****main**************/

li {list-style-type: none; margin-bottom: 10px;}
li a:hover{ color: red; text-decoration: none;}

.item_box{    border-top: 5px solid #ccc;}

.bottom {
    display: block;
    position: fixed;
    width: 500px;
    bottom: 10px;
    height: 32px;
    padding: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #eee;
    border-radius: 20px;
}

#clear{margin: 0 0 0 20px; float: left;     cursor: pointer;}
#open{margin: 0 20px 0 0; float: right;     cursor: pointer;}

#clear:hover, #open:hover{ color: red; }

.jqcart-cart-title, .jqcart-orderform{display: none;}

.jqcart-layout{overflow: auto;}

.add_item{cursor: pointer;}

table button{
    color: #000;
    background-color: transparent;
    border: none;
    text-decoration: underline;
}
table button:hover{color: green; text-decoration: none;}
table button:active{color: red;}
table button:focus{
    background: #ffe;
    border: 1px solid #e1e1e1;
    padding: 4px 20px;
    outline: black;
}

.line-bottom {
    border-bottom: 5px solid #ccc;
    height: 0;
}

.line-bottom td{ padding:0; height: 0;}

.el, .el td{height: 0; padding: 0;}

.anchor{
    position: fixed;
    margin-left: -220px;
    top: 40%;
}




@media(max-width:1480px){

    .anchor{margin-left: 0;}

}

#verkhnii-elementy{margin-top:50px;}

.jqcart-del-item{font-size: 18px;}