.big-image {
    display: block;
    width: 470px;
    height: 470px;
}
.big-image img {
    max-height: 456px;
    max-width: 456px;
}
.product_description {
    font-style: italic;
    font-size: 12px;
    line-height: 1.5em;
    position: relative;
}
.product_description pre {
    margin: 0;
}
.product_description.shot {
    height: 204px;
    position: relative;
}
.product_description.short pre {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 162px;
}
.product_description .look_more{
    color: #33B543;
    position: absolute;
    right: 20px;
    bottom: 10px;
}
.images_gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.on_order_image {
    display: block;
    width: 226px;
    height: 226px;
    margin-bottom: 17px;
    cursor: pointer;
}
.on_order_image img{
    max-width: 212px;
    max-height: 212px;
}
.on_order_product{
    display: flex;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.on_order_product, .on_order_product .img-border {
    width: 310px;
    height: 310px;
}
.on_order_product .img-border {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.on_order_product .img-border img {
    max-height: 296px;
    max-width: 296px;
}
.this_house {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 24px;
    border: 1px solid white;
    border-radius: 5px;
    text-transform: uppercase;
    margin: auto;
    bottom: 20px;
    left:57px;
}
.on_order_product:hover .this_house{
    background-color: rgba(255, 255, 255, 0.7);
    color: #333;
    border-color: #333;
}
.price {
    display: inline-block;
    padding: 8px 40px;
    margin-top: -10px;
    background-color: #E6E6E6;
}

#on_order_form {
    max-width: 600px;
    margin: 30px auto;
    background-color: white;
    z-index: 999;
    position: relative;
}
.on_order_form_content>div{
    padding-top: 15px;
}
.on_order_form_content>div:first-child{
    padding-top: 0;
}
.on_order_form_content p {
    padding-bottom: 0;
}
#on_order_idea {
    width: 100%; height: 200px;
}
