/* Gift product block and modal */
.gift-product-modal .modal-dialog{
    max-width: 650px;
}

.gift-product-modal .modal-title{
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    border-bottom: 0;
    text-transform: uppercase;
    color: #ffffff;
}

.gift-product-modal .modal-body{
    padding: 20px 10px 10px 30px;
    max-height: 530px;
    overflow-y: scroll;
    height: 100%;
}

.modal-dialog.gift-product-modal{
    width: 700px;
}

.gift-product-modal .delivery-option-image{
    padding: 0 20px 0 0;
    width: 160px;
    display: inline-block;
}

.gift-product-modal .gift-product .description{
    display: none;
}

.gift-product-modal .description{
    margin-bottom: 30px;
}

.gift-product-modal .gift-product {
    padding: 10px;
    border-bottom: 1px solid #dedede;
    position: relative;
}

.gift-product-modal .gift-product .product-info{
    display: inline-block;
    width: calc(100% - 180px);
    position: relative;
    min-height: 130px;
    vertical-align: middle;
}

.gift-product-modal .gift-product .product-info .choose-gift-btn{
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: all;
}

.gift-product-modal .gift-product .product-info .choose-gift-btn.btn-disabled{
    background: #EB4034;
}

.gift-product-modal .gift-product .product-info .category,
.product-wrapper-chosen .product-info .category{
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 2px;
}

.gift-product-modal .gift-product .product-info .name,
.product-wrapper-chosen .product-info .name{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: none;
}

.gift-product-modal .gift-product .product-info .product-sizes .size-select-wrapper{
    margin-top: 10px;
}

.gift-product-modal .gift-product .product-info .product-sizes .item{
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    width: 35px;
    height: 35px;
    line-height: 35px;
    min-width: 35px;
    border-radius: 50%;
    pointer-events: all;
    background: #f7f7f7;
    border: 1px solid #e2e2e2;
    color: #666666;
    margin-right: 10px;
}

.gift-product-modal .gift-product .product-info .product-sizes .size-text{
    font-size: 14px;
    margin-bottom: 10px;
}

.gift-product-modal .iradio_flat{
    display: none;
}

.gift-product .icheck-label{
    width: 100%;
    pointer-events: none;
}

.form-group.form-group-checklabel.checkbox-is-kept{
    display: none;
}

.donation-products-wrapper .panel-default>.panel-heading{
    display: none;
}

.donation-products-wrapper .panel-default{
    padding: 20px 40px;
    border: 1px dashed #CECECE;
}

.donation-products-wrapper .panel .title{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 30px;
}

.donation-products-wrapper .form-group label{
    margin-bottom: 0;
}

.donation-products-wrapper .panel .description{
    font-size: 14px;
    margin-bottom: 20px;
}

.donation-image .img-responsive{
    margin: 0;
    float: right;
}

.product-wrapper-chosen .delivery-option-image{
    padding: 0;
    float: none;
    display: inline-block;
}

.product-wrapper-chosen .product-info{
    display: inline-block;
}

.product-wrapper-chosen .headline{
    font-size: 18px;
    margin-bottom: 10px;
}

.gift-btn.btn-disabled{
    opacity: 0.5;
    pointer-events: none;
}

.gift-product-modal .gift-product .product-info .product-sizes .item.active{
    color: #666666;
    background: #3973b5;
    border-color: #3973b5;
}

@media screen and (max-width: 768px) {

    .gift-product-modal .modal-dialog{
        max-width: 100%;
    }

    .gift-product-modal .modal-body{
        padding: 20px 10px 10px 10px;
    }

    .gift-product-modal .gift-product .product-info .choose-gift-btn{
        padding: 0 15px;
        height: 40px;
        line-height: 40px;
    }

    .gift-product-modal .gift-product .product-info .name, .product-wrapper-chosen .product-info .name{
        font-size: 14px;
        line-height: 18px;
    }

    .gift-product-modal .gift-product .product-info .category, .product-wrapper-chosen .product-info .category{
        font-size: 12px;
        line-height: 12px;
    }

    .gift-product-modal .delivery-option-image{
        width: 100px;
        padding: 0 10px 0 0;
    }

    .donation-products-wrapper .panel-default{
        padding: 15px;
    }

    .donation-products-wrapper .panel .donation-content{
        margin-bottom: 30px;
    }

    .product-wrapper-chosen .headline{
        font-size: 15px;
    }
}
