
/*
** HTML elements
*/
fieldset {
margin-bottom: 1em;
padding: .5em;
}
form {
margin: 0;
padding: 0;
}
hr {
height: 1px;
border: 1px solid gray;
}
img {
border: 0;
}
table {
border-collapse: collapse;
}
th {
text-align: left; /* LTR */
padding-right: 1em; /* LTR */
border-bottom: 3px solid #ccc;
}
/*
** Markup free clearing
** Details: https://positioniseverything.net/easyclearing.html
*/
.clear-block:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clear-block {
display: inline-block;
}
/* Hides from IE-mac \*/
* html .clear-block {
height: 1%;
}
.clear-block {
display: block;
}
/* End hide from IE-mac */
.field-field-description{
float:left;
width:60%;
height:410px;
}
.field-field-photo{
float:left;
width:40%;
margin-bottom: 30px;
}
.field-field-photo img{
height:410px;
width:410px
}
.price-table td{
border:1px solid #000;
padding:3px;
}
.price-table td span{
display:block;
text-align:center;
height:30px;
margin-top:10px;
font-size:15px;
}
.butt-zakazat-tovar{
background:#db2323;
color:#fff;
text-decoration:none;
padding:10px 20px;
border-radius:4px;
font-weight:bold;
font-size:16px;
}
.butt-zakazat-tovar:hover{
color:#fff;
opacity:0.8;
}
.buton-container{
width:35%;
text-align:center;
}