.gifttomultiple-container {
    margin: 5px 0px;
    display: table;
    width: 100%;
}
.gifttomultiple__address-select {
    position: relative;
    width: 100%;
    height: 45px;
    margin: 0 20px 20px 0;
    border: 0 none;
	vertical-align: top;
}
    .gifttomultiple__address-select:first-child div.select-selected {
        /*font-size: smaller;
        font-style: italic;
        font-weight: normal;*/
    }

    .gifttomultiple__address-select select {
        width: 100%;
        display: none;
        padding: 10px;
    }

    .gifttomultiple__address-select .select-selected {
        background-color: #fff;
        /*font-weight: bold;*/
    }

    /* Style the arrow inside the select element: */
    .gifttomultiple__address-select .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid #fff;
        border-color: #fff #fff #fff #fff;
    }

    /* Point the arrow upwards when the select box is open (active): */
    .gifttomultiple__address-select .select-selected.select-arrow-active:after {
        border-color: #fff #fff #fff #fff;
        top: 7px;
    }

    /* style the items (options), including the selected item: */
    .gifttomultiple__address-select .select-items div,
    .gifttomultiple__address-select .select-selected {
        color: #333;
        padding: 8px 16px;
        /*border-left: 1px solid #333;
        border-color: #333 #333 rgba(0, 0, 0, 0.1) #333;*/
        cursor: pointer;
    }

    /* Style items (options): */
    .gifttomultiple__address-select .select-items {
        position: absolute;
        background-color: #fff;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 99;
        display: table;
        width: 100%;
        border: 1px solid #ccc;
    }

    /* Hide the items when the select box is closed: */
    .gifttomultiple__address-select .select-hide {
        display: none;
    }

    .gifttomultiple__address-select .select-items div:hover, 
    .gifttomultiple__address-select .same-as-selected {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .gifttomultiple__address-option--new {
/*        font-size: smaller;
        font-weight: bold;*/
        font-style: italic;
    }

.gifttomultiple__form--control {
    width: 100%;
	margin-bottom: 20px!important;
}

.gifttomultiple__form--button {
    width: 100%;
    margin-right: 10px;
}

.gifttomultiple__form-button--save, .gifttomultiple__form-button--close {
    margin-right: 10px;

    font-size: 100%;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.gifttomultiple__message--delivery {
	width:30.33%;
}
.gifttomultiple-container .quantity.buttons_added {
    float: left;
}

.gifttomultiple-container .gifttomultiple-button {
    float: left;
    border-radius: 0px;
}

.gifttomultiple-container .buttons_added .input-text {
    height: 56px;
    border-radius: 0px;
    text-align: center;
}

.gifttomultiple-popup-wrap {
    background-color: rgba(0, 0, 0, 0.1);
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 999;
}

.gifttomultiple-popup {
    background-color: #fff;
    width: 600px;
    max-width: 80%;
    margin: 20vh auto;
    position: relative;
    min-height: 300px;
    max-height: 70vh;
    overflow-y: auto;
    padding: 20px 20px 30px;
}

.gifttomultiple-popup label {
    margin-bottom: 5px;
}

.gifttomultiple-popup__title {
    
}

.gifttomultiple-popup__table-row, .ti--allow-dropdown {
    width: 100%;
    display: table;
    padding-bottom: 10px;
}

    .gifttomultiple-popup__table-col2 {
        width: 50%;
        float: left;
        display: table;
    }

#gifttomultiple-popup-message, #gifttomultiple-popup-address, #gifttomultiple-popup-delivery {
    display: none;
}

.gifttomultiple__message--from, .gifttomultiple__message--to, .gifttomultiple__message--message {
    border: 1px solid #333;
    padding: 10px;
    height: 40px;
    width: 30.33%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: none;
}

.gifttomultiple-popup-delivery--type {
    width: 100%;
}

.gifttomultiple-popup__error {
    color: red;
    display: none;
}
.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1)!important;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
    padding: 20px;
}
.woocommerce table.shop_table.cart .product-remove {
    float: right;
}
@media (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr, 
    .woocommerce-page table.shop_table_responsive tr {
        display: table !important;
        width: 100%;
    }
    
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: initial !important;    
    }
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: inherit;
}
	.gifttomultiple__message--from {
    width: 100%!important;
}
	.gifttomultiple__address-select {
    width: 100%!important;
    text-align: center;
}
	.gifttomultiple__form--control {
    text-align: center;
    width: 100%;
}
	.woocommerce table.shop_table.cart .product-remove {
    float: right!important;
}
	.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100%!important;
}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display: table-row!important;
    text-align: right!important;
}
	.woocommerce table.cart td.product-quantity .qib-container:not(#qib_id):not(#qib_id) {
    display: inline-block!important;
}