.doors-type {
    margin-top:30px;
    margin-bottom:70px;
}

.single-product-link {
    text-align: center;
}
.single-product-link a{
    font-size:20px;
    color: #333;
    font-weight: 600;
}

.single-product-link a img{
    margin-top: 15px;
}

ul.advantages {
    column-count: 2;
}

.door-example{
    margin-bottom: 30px;
    background-color: #f4f4f4;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}

#blog-post.single-post article .door-example h3{
    margin-top: 0px;
}

.col {
    position: relative;
    vertical-align: top;
    display: table-cell;
}

.col:first-child {
    vertical-align: middle;
    text-align: center;
    width: 300px;
}

.SeconCol {
    vertical-align: top;
    padding-right: 24px;
    position: static;
    width:100%;
}

.door-price{
    font-size: 24px;
    line-height: 36px;
    color: #ff005e;
    margin-bottom: 30px;
}

.door-price .vat{
    font-size: 18px;
}



.door-photo{
    background-color: #f4f4f4;
    text-align: center;
    width: 300px;
    float: left;
}
.door-photo img{
    padding-right: 40px;
}


.door-example .door-photo{
    float:left;
    margin-right: 30px;
}
.door-property{
    width:500px;
}

.elementProperties{
    background-color: #ffffff;
    padding:20px;
    width:100%;
}


.elementProperties .propertyTable {
    table-layout: fixed;
    display: table;
    width: 100%;
    font-size: 13px;
}


.elementProperties .propertyTable .propertyName, #elementContainer .elementProperties .propertyTable .propertyValue {
    background-color: #ffffff;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    overflow: hidden;
    padding: 2px 0;
}

.elementProperties .propertyTable .propertyValue {
    padding-left: 12px;
    width: 100%;
}

.photo-block{
    background-color: #f4f4f4;
    text-align: center;
    float: left;
    width:100%;
    padding: 30px;
    margin-bottom:30px;
}
.photo-block img{
    margin-right: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#fancybox-title-over{
    text-align: center;
}