/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */




#gmfw_message_field {
    margin-bottom: 0px;
}

#gmfw_counter_wrap {
    font-size: 12px !important;
    margin-bottom: 5px;
    margin-top: 5px;
}

#gmfw_gift_message_from_field {
    margin-top: 0px;
}

#gmfw_gift_message_field {
    margin-bottom: 0px;
}

#gmfw_gift_message_from {
    width: 100%;
}

#gmfw_gift_message {
    margin-bottom: 0px !important;
    width: 100% !important;
    min-height: 120px !important;
}

.gmfw_gift_image,
.gmfw_gift_name,
.gmfw_gift_price {
    margin-bottom: 2px !important;
}

.gmfw_hide,
.gmfw_hide.single_add_to_cart_button.button {
    display: none !important;
    visibility: hidden !important;
}

h3.gmfw_gift_name {
    font-size: 18px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.gmfw_gift_item {
    text-align: center;
    background-color: #f5f5f5;
    padding: 10px;
}

.gmfw-add-to-cart {
    margin: 0 auto !important;
}

.gmfw-carousel {
    margin-bottom: 15px;
}