#wpc_sht_shipping_data {
    width: 100%;
    float:left;
}

.shipping_data_fields {
    width: 100%;
    float:left;
}

.shipping_data_fields p {
    margin: 0;
    padding: 0;
    float:left;
    width: 100%;
}

.shipping_data_fields p label {
    width: 100%;
    float:left;
}

.shipping_data_fields p input {
    width: 100%;
    float:left;
    margin-bottom: 10px;
}

.shipping_data_fields p select {
    float:left;
    margin-bottom: 10px;
    width: 49%;
}

.shipping_data_fields p textarea {
    width: 100%;
    height: 100px;
    float:left;
    overflow-y: auto;
    margin-bottom: 10px;
}

#wpc_message {
    border: 1px solid #E6DB55;
    padding: 12px;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    width: 100%;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.wpc_gallery_item .thumb_link {
    width:100%;
    height:100%;
    box-shadow: none;
}

.wpc_gallery_item .thumb_link .shutter-gallery-image {
    display:block;
    float:left;
    width:100%;
    position:relative;
}

.wpc_sht_context_prices .wpc_add_to_cart {
    cursor: default !important;
}

.shutter-gallery-item-block .thumb_link {
    width:100%;
}

.wpc_sht_ord_total_bl {
    float:right;
}

.wpc_sht_Quantity {
    float: left;
    margin-right: 30px;
}
.wpc_sht_buttons {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}