/*New giftcard form design*/
.productpage_form.giftcard_wrapper {
    width: 100%;
}

.productpage_form.giftcard_wrapper .productpage_form1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -5px;
    margin-right: -5px;
}

.productpage_form.giftcard_wrapper .productpage_form1 .col-6 {
    width: 100%;
}

.productpage_form.giftcard_wrapper .productpage_form1 .span1 span {
    flex: 0 0 100%;
    font-size: 18px;
    display: block;
}

.productpage_form input:not([type="submit"],[type="radio"],[type="checkbox"]) {
    line-height: 1.15;
    margin: 0;
    -webkit-appearance: none;
    padding: 10px 5px;
    background: white;
    display: block;
    font-size: 18px;
    border: 1px solid #000;
    width: 100%;
    height: 2.6em;
}

.productpage_form.giftcard_wrapper .productpage_form1 input#giftcard_price + em {
    display: none;
}

.productpage_form.giftcard_wrapper .productpage_form1 + .row {
    margin-bottom: 20px;
    margin-left: -5px;
    margin-right: -5px;
}

.productpage_form.giftcard_wrapper .productpage_form1 + .row .col-12 {
    margin-bottom: 15px;
}

.productpage_form.giftcard_wrapper .productpage_form1 + .row .col-12:not(.col-md-6) {
    display: table;
    clear: both;
    padding: 0 5px;
    width: 100%;
}

.productpage_form.giftcard_wrapper .productpage_form1 + .row span {
    display: block;
    margin-top: 11px;
    font-weight: 400;
}

.productpage_form.giftcard_wrapper .productpage_form1 + .row .col-12 label {
    font-weight: 400;
    margin-top: 5px;
    color: rgba(0,0,0,0.7);
}

.productpage_form.giftcard_wrapper .productpage_form1 + .row .col-12:not(.col-md-6):last-child {
    margin-top: 0;
    margin-bottom: 0;
}

.productpage_form.giftcard_wrapper .row .giftcard_note span {
    margin-top: 0;
    margin-bottom: 5px;
}

.productpage_form.giftcard_wrapper .row .giftcard_note textarea {
    width: 100%;
    font-size: 14px;
    border: 1px solid #000;
    padding: 10px 5px;
    background: #fff;
    height: 102px;
}

@media (min-width: 769px) and (max-width: 991px) {
    .single-product .product .product-images {
        width: 48%;
        float: right;
    }
}

@media (min-width: 992px) {
    .productpage_form.giftcard_wrapper .productpage_form1 + .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .productpage_form.giftcard_wrapper .productpage_form1 + .row .col-md-6 {
        width: 100%;
        float: none;
        flex-basis: 48.5%;
        max-width: 48.5%;
    }
}

@media (max-width: 800px) {
    .productpage_form.giftcard_wrapper .productpage_form1, 
    .productpage_form.giftcard_wrapper .productpage_form1 + .row {
        margin-left: -20px;
        margin-right: -20px;
    }

    .productpage_form.giftcard_wrapper .productpage_form1 + .row .col-12:not(.col-md-6) {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.woocommerce div.product.product_cat-gift-cards div.summary {
    max-width: 540px;
    width: 100%;
    float: none;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
}

.woocommerce div.product.product_cat-gift-cards .product-images {
    display: none !important;
}

.woocommerce div.product.product_cat-gift-cards div.summary > * {
    float: none;
}

.woocommerce div.product.product_cat-gift-cards div.summary .magnify-lens {
    display: none !important;
}

.woocommerce div.product.product_cat-gift-cards div.summary .price {
    display: none;
}

.woocommerce div.product.product_cat-gift-cards div.summary .product_title {
    font-size: 32px;
}
.matat-gift-card-product .price,
.matat-gift-card-product .quantity {
    display: none !important;
}
.matat-gift-card-product .error {
    color: #f00 !important;
}
.matat-gift-card-product ul {
    margin : 0 10px;
}
.matat-gift-card-product li {
    list-style: none;
}
.productpage_form.giftcard_wrapper .category_check span.box {
    display: inline-block;
    margin: 0 10px;
}
.productpage_form.giftcard_wrapper .at-a-time-wrap li{
    padding: 5px;
}

.productpage_form.giftcard_wrapper input[type="date"],
.productpage_form.giftcard_wrapper input[type="time"] {
    position: relative;
}

.productpage_form.giftcard_wrapper input[type="date"]::-webkit-calendar-picker-indicator,
.productpage_form.giftcard_wrapper input[type="time"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    color: transparent;
    background: transparent;
    z-index: 999;
}
