.pb-left-column #image-block #view_full_size {
	    text-align: center;
}

#bigpic {
    width: auto;
    height: 343px;
}
.bx_bt_button {
    text-shadow: none !important;
}
.h_menu_first {
    padding: 0 18px 20px;
    text-align: left;
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
}
.h_menu_child {
    padding: 0 18px 20px;
    text-align: left;
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
}
/*
.columns-container {
    background: url("../images/back2018.png") repeat;
    background-position-x: center;
}
.container {
    background: #fff;
    padding: 0 10px;
}
.footer-container .container {
    background: inherit;
}*/
.product_list_md .product_image {
    margin: 0 !important;
}
.button_color {
    transition: 0.5s;
    display: inline block;
    border-radius: 3px;
    font: 14px;
    text-transform: uppercase;
    text-align: center;
    color: black;
/*    background-color: white;*/
    border: 1px solid lightgrey;
    padding: 0 13px;
    height: 34px;
    line-height: 34px;
    font-weight: normal;
    min-width: 140px;
    vertical-align: baseline;
    text-decoration: none;
    background: linear-gradient(to bottom, white 0%, lightgrey 100%);
}
.button_color:hover {
    color: white;
    transition: 0.5s;
    background: linear-gradient(to bottom, grey 0%, black 100%);
/*    background: black;*/
}
.button_color:active {
    color: red !important;
/*    background: black;*/
}